..
atomic
build
test harness: show annotated case name when translate-c test fails
2020-01-07 13:40:17 -05:00
c
Unify the two DWARF interpreters
2020-01-27 09:46:20 -05:00
crypto
Fix remaining variadic formatted prints
2020-01-09 13:36:44 -05:00
debug
event
Pointer alignment fixes for the stdlib
2020-01-08 20:03:03 +01:00
fmt
enable native CPU feature for windows; disable failing tests
2020-01-21 21:46:06 -05:00
fs
std: sentinel terminated pointers for utf16 apis
2019-12-29 10:35:05 +11:00
hash
std: use non-exhaustive enums from crc module
2020-01-18 17:42:45 -05:00
heap
std: fix LoggingAllocator, add simple test
2020-01-09 13:34:46 -05:00
http
std: fix bug in http.headers where .put captures user-held variable
2020-01-21 03:17:36 +11:00
io
Merge remote-tracking branch 'origin/master' into layneson-cpus_and_features
2020-01-25 23:25:29 -05:00
json
json: disallow overlong and out-of-range UTF-8
2020-01-07 12:07:44 -05:00
math
enable native CPU feature for windows; disable failing tests
2020-01-21 21:46:06 -05:00
meta
net
os
progress towards merging
2020-01-19 20:54:04 -05:00
rand
special
Merge remote-tracking branch 'origin/master' into layneson-cpus_and_features
2020-01-25 23:25:29 -05:00
target
fix incorrect list of sub-arches for aarch64
2020-01-23 13:02:45 -05:00
time
unicode
zig fmt and update extern fn to callconv(.C)
2020-01-06 15:34:50 -05:00
valgrind
zig
disallow multiline strings in test and library names
2020-01-15 14:20:48 -05:00
array_list.zig
ArrayList: ptrAt function returns pointer to item at given index
2019-12-29 18:46:59 -05:00
ascii.zig
atomic.zig
base64.zig
bloom_filter.zig
buf_map.zig
buf_set.zig
buffer.zig
some fixes
2020-01-19 21:06:41 -05:00
build.zig
Merge remote-tracking branch 'origin/master' into layneson-cpus_and_features
2020-01-25 23:25:29 -05:00
builtin.zig
improve zig targets
2020-01-20 13:40:25 -05:00
c.zig
std: turn EAI_ constants into a non-exhaustive enum
2020-01-18 17:46:44 -05:00
child_process.zig
Fix std.child_process.ChildProcess.spawnWindow when looking in PATH environment variable, it applied cwd+app_name instead of just using the app_name
2020-01-14 15:12:30 -05:00
coff.zig
crypto.zig
cstr.zig
debug.zig
Unify the two DWARF interpreters
2020-01-27 09:46:20 -05:00
dwarf.zig
dynamic_library.zig
fixed typo - "path" lead to undeclared identifier
2020-01-18 17:56:53 -05:00
elf.zig
event.zig
fifo.zig
fmt.zig
Merge remote-tracking branch 'origin/master' into layneson-cpus_and_features
2020-01-25 23:25:29 -05:00
fs.zig
rework and improve some of the zig build steps
2020-01-05 02:19:22 -05:00
hash.zig
hash_map.zig
heap.zig
std: fix LoggingAllocator, add simple test
2020-01-09 13:34:46 -05:00
http.zig
io.zig
json.zig
Merge pull request #4091 from xackus/json_copy_strings
2020-01-07 16:42:14 -05:00
lazy_init.zig
linked_list.zig
macho.zig
math.zig
Add clamp function to math module
2020-01-14 13:06:46 -05:00
mem.zig
std: allocator interface sets freed memory to undefined
2020-01-21 03:17:40 +11:00
meta.zig
progress towards merging
2020-01-19 20:54:04 -05:00
mutex.zig
zig fmt and update extern fn to callconv(.C)
2020-01-06 15:34:50 -05:00
net.zig
std: turn EAI_ constants into a non-exhaustive enum
2020-01-18 17:46:44 -05:00
os.zig
Merge branch 'std-utf16-sentinel-terminated' of https://github.com/daurnimator/zig
2020-01-07 16:13:34 -05:00
packed_int_array.zig
pdb.zig
priority_queue.zig
Add removeIndex function to PriorityQueue ( #4070 )
2020-01-08 13:55:47 -05:00
process.zig
progress.zig
rand.zig
rb.zig
std.mem.compare: breaking API changes
2020-01-01 18:08:40 -05:00
reset_event.zig
Implement the callconv() annotation
2020-01-02 18:53:16 +01:00
segmented_list.zig
sort.zig
spinlock.zig
Implement the callconv() annotation
2020-01-02 18:53:16 +01:00
start.zig
Small cleanups
2020-01-19 00:11:45 +01:00
start_windows_tls.zig
std.zig
progress towards merging
2020-01-19 20:54:04 -05:00
target.zig
fix incorrect list of sub-arches for aarch64
2020-01-23 13:02:45 -05:00
testing.zig
Fixes #3966
2019-12-29 18:19:03 -05:00
thread.zig
zig fmt and update extern fn to callconv(.C)
2020-01-06 15:34:50 -05:00
time.zig
unicode.zig
std: sentinel terminated pointers for utf16 apis
2019-12-29 10:35:05 +11:00
valgrind.zig
zig.zig