..
atomic
os/bits: remove duplicate sockaddr_storage for dragonfly
2021-06-01 18:35:13 +09:00
build
make remaining enums in build.zig snake_case
2021-06-11 16:01:30 +03:00
c
housekeeping: builtin.arch → builtin.cpu.arch
2021-05-24 13:38:47 -04:00
compress
Run zig fmt on src/ and lib/std/
2021-05-20 17:14:18 +02:00
crypto
aes 128-bit key expansion test - properly test the inverse round keys ( #9065 )
2021-06-10 12:58:50 +02:00
event
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
2021-05-08 14:45:21 -07:00
fmt
Run zig fmt on src/ and lib/std/
2021-05-20 17:14:18 +02:00
fs
Breaking hash map changes for 0.8.0
2021-06-03 17:02:16 -05:00
hash
Run zig fmt on src/ and lib/std/
2021-05-20 17:14:18 +02:00
heap
zig fmt
2021-06-10 20:13:43 -07:00
io
Limit Fixed Buffer Stream seekTo ( #9023 )
2021-06-08 20:34:57 +03:00
json
std/json: Fix premature closing brace being considered valid JSON
2021-05-13 11:11:28 +02:00
math
bigint: add ensureAdd(Scalar)Capacity, note aliasing requirements
2021-06-11 16:18:10 +03:00
mem
meta
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
2021-05-17 19:30:38 -07:00
net
std: update usage of std.testing
2021-05-08 15:15:30 +03:00
os
std.os.windows: implement <timeapi.h> ( #8801 )
2021-06-11 12:19:35 +03:00
rand
std: update usage of std.testing
2021-05-08 15:15:30 +03:00
special
make remaining enums in build.zig snake_case
2021-06-11 16:01:30 +03:00
target
Run zig fmt on src/ and lib/std/
2021-05-20 17:14:18 +02:00
testing
Thread
std.sync.atomic: extended atomic helper functions ( #8866 )
2021-05-31 11:11:30 -05:00
time
unicode
valgrind
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
2021-05-08 14:45:21 -07:00
x
os: make msghdr, msghdr_const, and sockaddr_storage backwards-compatible
2021-06-01 18:24:43 +09:00
zig
zig fmt
2021-06-10 20:13:43 -07:00
array_hash_map.zig
zig fmt
2021-06-10 20:13:43 -07:00
array_list.zig
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
2021-05-08 14:45:21 -07:00
ascii.zig
add allocation free versions of lower/upper string
2021-06-08 14:27:44 -04:00
atomic.zig
os/bits: remove duplicate sockaddr_storage for dragonfly
2021-06-01 18:35:13 +09:00
base64.zig
std: update usage of std.testing
2021-05-08 15:15:30 +03:00
bit_set.zig
Run zig fmt on src/ and lib/std/
2021-05-20 17:14:18 +02:00
buf_map.zig
Breaking hash map changes for 0.8.0
2021-06-03 17:02:16 -05:00
buf_set.zig
Breaking hash map changes for 0.8.0
2021-06-03 17:02:16 -05:00
build.zig
Add CPU feature check to standardTargetOptions
2021-06-11 13:32:28 -07:00
builtin.zig
stage2: type declarations ZIR encode AnonNameStrategy
2021-05-10 21:34:43 -07:00
c.zig
c.zig: fix waitpid() definition
2021-06-11 20:43:14 +03:00
child_process.zig
std: Better handing of POLLHUP in ChildProcess ( #8988 )
2021-06-05 14:26:59 -04:00
coff.zig
compress.zig
comptime_string_map.zig
std: update usage of std.testing
2021-05-08 15:15:30 +03:00
crypto.zig
std: update usage of std.testing
2021-05-08 15:15:30 +03:00
cstr.zig
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
2021-05-08 14:45:21 -07:00
debug.zig
Correct a comment.
2021-06-10 13:49:09 -04:00
dwarf.zig
dwarf_bits.zig
dynamic_library.zig
dragonfly: pass zig build test
2021-05-24 10:24:41 -04:00
elf.zig
Changed return values of SectionHeaderIterator().next() to bswapAllFields() ( #9014 )
2021-06-08 20:32:12 +03:00
enums.zig
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
2021-05-08 14:45:21 -07:00
event.zig
fifo.zig
std: update usage of std.testing
2021-05-08 15:15:30 +03:00
fmt.zig
Have std.fmt functions take case as an enum
2021-06-10 08:33:42 +03:00
fs.zig
wasi: always grant fd_readdir right
2021-06-08 05:48:33 +02:00
hash.zig
hash_map.zig
zig fmt
2021-06-10 20:13:43 -07:00
heap.zig
Add a logging allocator that uses std.log ( #8511 )
2021-06-09 21:42:07 +03:00
io.zig
json.zig
Merge pull request #8750 from lithdew/master
2021-06-04 01:21:28 -04:00
leb128.zig
std: update usage of std.testing
2021-05-08 15:15:30 +03:00
linked_list.zig
std: update usage of std.testing
2021-05-08 15:15:30 +03:00
log.zig
Provide method to set logging level per scope ( #8584 )
2021-06-09 12:23:45 +03:00
macho.zig
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
2021-05-18 12:37:03 -07:00
math.zig
zig fmt
2021-06-10 20:13:43 -07:00
mem.zig
fix doc comments copy paste typo
2021-06-06 18:05:06 -07:00
meta.zig
translate-c: Implement flexible arrays
2021-06-11 21:31:39 +03:00
multi_array_list.zig
zig fmt
2021-06-10 20:13:43 -07:00
net.zig
std: update regarding std.builtin reorganization
2021-05-17 16:08:09 -07:00
once.zig
std: update usage of std.testing
2021-05-08 15:15:30 +03:00
os.zig
c.zig: fix waitpid() definition
2021-06-11 20:43:14 +03:00
packed_int_array.zig
std.sync.atomic: extended atomic helper functions ( #8866 )
2021-05-31 11:11:30 -05:00
pdb.zig
priority_dequeue.zig
fix shrinkAndFree and remove shrinkRetainingCapacity in PriorityQueue and PriorityDequeue
2021-05-12 18:33:25 -04:00
priority_queue.zig
fix shrinkAndFree and remove shrinkRetainingCapacity in PriorityQueue and PriorityDequeue
2021-05-12 18:33:25 -04:00
process.zig
Breaking hash map changes for 0.8.0
2021-06-03 17:02:16 -05:00
Progress.zig
std.Progress: use *W functions on windows
2021-06-09 19:10:28 +03:00
rand.zig
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
2021-05-08 14:45:21 -07:00
SemanticVersion.zig
std: update usage of std.testing
2021-05-08 15:15:30 +03:00
sort.zig
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
2021-05-08 14:45:21 -07:00
start.zig
start.zig: intentional silent failure when cannot increase stack size
2021-05-28 13:17:04 -07:00
start_windows_tls.zig
std.zig
target.zig
Add CPU feature check to standardTargetOptions
2021-06-11 13:32:28 -07:00
testing.zig
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
2021-05-15 21:44:38 -07:00
Thread.zig
std.sync.atomic: extended atomic helper functions ( #8866 )
2021-05-31 11:11:30 -05:00
time.zig
std: update usage of std.testing
2021-05-08 15:15:30 +03:00
unicode.zig
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
2021-05-08 14:45:21 -07:00
valgrind.zig
std: update regarding std.builtin reorganization
2021-05-17 16:08:09 -07:00
wasm.zig
std: update usage of std.testing
2021-05-08 15:15:30 +03:00
x.zig
x/io, x/os: async i/o reactor, cross-platform socket syscalls and bits
2021-06-01 18:22:57 +09:00
zig.zig
wasm: link dynamically by default when targeting wasm
2021-05-20 16:54:00 +02:00