| .. |
|
atomic
|
std.atomic: load should take const pointer to Self
|
2021-04-23 22:39:49 +02:00 |
|
build
|
std.build: if using a RunStep, show the command run on verbose (#8571)
|
2021-05-01 08:17:17 +02:00 |
|
c
|
std: remove dead and rotting C parsing code
|
2021-05-04 10:26:44 -07:00 |
|
compress
|
x/os, x/net: re-approach Address, rename namespace TCP -> tcp
|
2021-05-03 14:49:10 +09:00 |
|
crypto
|
Prepare std/crypto/pcurves for ecdsa and other curves (#8670)
|
2021-05-03 09:57:45 +02:00 |
|
event
|
stage1: Require a block after suspend
|
2021-04-24 10:25:43 +02:00 |
|
fmt
|
std: Add a parser for hexadecimal floating point numbers
|
2021-04-28 17:36:12 -04:00 |
|
fs
|
Fixed error types for GetSeekPosError
|
2021-04-04 17:04:46 -07:00 |
|
hash
|
Specify type in autoHash error message
|
2021-03-21 23:07:02 +02:00 |
|
heap
|
|
|
|
io
|
Fixed error types for GetSeekPosError
|
2021-04-04 17:04:46 -07:00 |
|
json
|
std.meta: add isError
|
2021-04-11 16:26:29 +02:00 |
|
math
|
std: Implement isFinite for f128
|
2021-05-01 16:28:13 +02:00 |
|
mem
|
|
|
|
meta
|
Add some enum utilities
|
2021-03-18 14:05:01 -07:00 |
|
net
|
|
|
|
os
|
Merge pull request #8683 from LemonBoy/thumblinux
|
2021-05-06 12:50:34 -04:00 |
|
rand
|
Add tests for the fill functions of the Isaac64, Pcg, Sfc64, and Xoroshiro128 PRNGs
|
2021-03-29 09:22:06 +02:00 |
|
special
|
std: Initial bringup for Linux on Thumb2
|
2021-05-04 18:52:53 +02:00 |
|
target
|
std: Add two more ARM CPUs to the known CPU list
|
2021-05-03 12:32:13 +02:00 |
|
testing
|
|
|
|
Thread
|
|
|
|
time
|
|
|
|
unicode
|
|
|
|
valgrind
|
|
|
|
x
|
x/net: fix tcp tests for openbsd and add missing fmt import
|
2021-05-05 16:09:08 +09:00 |
|
zig
|
Merge pull request #8683 from LemonBoy/thumblinux
|
2021-05-06 12:50:34 -04:00 |
|
array_hash_map.zig
|
array_hash_map: decrement entries slice len after popping from entries in pop() to prevent oob
|
2021-03-28 11:02:37 +02:00 |
|
array_list.zig
|
std: Accept unaligned slice in several ArrayListAligned ops
|
2021-05-04 14:08:19 +03:00 |
|
ascii.zig
|
|
|
|
atomic.zig
|
|
|
|
base64.zig
|
Remove the base64 unsafe decoder
|
2021-03-28 14:32:34 +02:00 |
|
bit_set.zig
|
Add some enum utilities
|
2021-03-18 14:05:01 -07:00 |
|
buf_map.zig
|
|
|
|
buf_set.zig
|
|
|
|
build.zig
|
std/build: change default install prefix to zig-out
|
2021-04-29 23:58:45 +02:00 |
|
builtin.zig
|
std/builtin: add missing comma to CallingConvention
|
2021-05-03 14:49:10 +09:00 |
|
c.zig
|
std: remove dead and rotting C parsing code
|
2021-05-04 10:26:44 -07:00 |
|
child_process.zig
|
support output collection for haiku
|
2021-04-23 23:39:13 -05:00 |
|
coff.zig
|
|
|
|
compress.zig
|
|
|
|
comptime_string_map.zig
|
|
|
|
crypto.zig
|
std.crypto: add support for the NIST P-256 curve (#8627)
|
2021-05-01 08:14:32 +02:00 |
|
cstr.zig
|
|
|
|
debug.zig
|
std: Fix backtraces on sparcv9
|
2021-04-25 19:10:11 +02:00 |
|
dwarf.zig
|
dwarf: fix LineNumberProgram check
|
2021-04-12 17:18:56 -04:00 |
|
dwarf_bits.zig
|
|
|
|
dynamic_library.zig
|
|
|
|
elf.zig
|
elf: make EM non-exhaustive
|
2021-03-11 10:09:51 +11:00 |
|
enums.zig
|
stage2: make zir.Inst.Ref a non-exhaustive enum
|
2021-03-24 19:11:44 +01:00 |
|
event.zig
|
|
|
|
fifo.zig
|
|
|
|
fmt.zig
|
std: Implement hex float printing
|
2021-05-05 12:37:40 -04:00 |
|
fs.zig
|
std/base64: cleanups & support url-safe and other non-padded variants
|
2021-03-28 14:32:34 +02:00 |
|
hash.zig
|
|
|
|
hash_map.zig
|
lib/std: remove empty init from HashMapUnmanaged
|
2021-04-10 12:49:02 -07:00 |
|
heap.zig
|
|
|
|
io.zig
|
|
|
|
json.zig
|
Switch std.json to use an ordered hashmap
|
2021-04-04 10:16:59 +02:00 |
|
leb128.zig
|
|
|
|
linked_list.zig
|
|
|
|
log.zig
|
|
|
|
macho.zig
|
macho: fix typos in consts defs
|
2021-04-21 06:49:34 +02:00 |
|
math.zig
|
std: Remove unneeded workaround
|
2021-04-23 19:19:44 +02:00 |
|
mem.zig
|
#8454 Fix for std.mem.replacementSize adjacent matches bug. (#8455)
|
2021-04-25 19:16:24 -04:00 |
|
meta.zig
|
Merge pull request #8616 from LemonBoy/fn-align
|
2021-04-25 19:12:06 -04:00 |
|
multi_array_list.zig
|
std: Handle empty MultiArrayList in items()
|
2021-03-12 00:17:35 +01:00 |
|
net.zig
|
|
|
|
once.zig
|
|
|
|
os.zig
|
rename doc refs to deprecated functions like openC (#8467)
|
2021-04-30 21:31:01 +02:00 |
|
packed_int_array.zig
|
|
|
|
pdb.zig
|
|
|
|
priority_dequeue.zig
|
|
|
|
priority_queue.zig
|
Merge pull request #7792 from zanderxyz/zanderxyz/priority-dequeue
|
2021-04-02 10:52:23 -07:00 |
|
process.zig
|
|
|
|
Progress.zig
|
std: Use more common escape sequences in Progress
|
2021-03-12 19:31:59 -05:00 |
|
rand.zig
|
|
|
|
SemanticVersion.zig
|
|
|
|
sort.zig
|
|
|
|
start.zig
|
std: Initial bringup for Linux on Thumb2
|
2021-05-04 18:52:53 +02:00 |
|
start_windows_tls.zig
|
|
|
|
std.zig
|
x, x/os/Socket: initial work on new Socket abstraction
|
2021-04-25 21:15:02 +09:00 |
|
target.zig
|
std.Target: bump freebsd known maximum version
|
2021-04-28 10:26:47 -07:00 |
|
testing.zig
|
testing: Avoid @import-ing builtins module
|
2021-04-09 10:04:16 -07:00 |
|
Thread.zig
|
std: Add fallback on pre-v6 ARM targets
|
2021-05-03 12:32:13 +02:00 |
|
time.zig
|
test: fix std.time timing tests to skip on failure
|
2021-04-07 08:33:32 -04:00 |
|
unicode.zig
|
std.meta: add isError
|
2021-04-11 16:26:29 +02:00 |
|
valgrind.zig
|
|
|
|
wasm.zig
|
Refactor link/wasm.zig to use offset table
|
2021-04-08 22:47:08 +02:00 |
|
x.zig
|
x/net: generalize tcp.Address into ip.Address
|
2021-05-03 14:49:10 +09:00 |
|
zig.zig
|
Merge pull request #8470 from ziglang/stage2-start
|
2021-04-09 10:15:46 -07:00 |