..
atomic
std: Swap arguments in Thread.spawn
2021-02-28 14:03:19 +01:00
build
Merge pull request #7763 from kivikakk/zig-elf-parse
2021-03-04 11:56:31 -08:00
c
translate-c: fix c tokenizer giving invalid tokens
2021-03-03 11:33:14 -08:00
compress
Convert inline fn to callconv(.Inline) everywhere
2021-02-10 20:06:12 -07:00
crypto
std: Deprecate 'x'/'X'/'e'/'E' special cases for u8 slices
2021-03-01 15:33:10 -08:00
event
std: Swap arguments in Thread.spawn
2021-02-28 14:03:19 +01:00
fmt
Reject bare +/- input when parsing floats
2021-03-05 13:11:20 +01:00
fs
zig fmt the std lib
2021-03-01 20:04:28 -07:00
hash
Convert inline fn to callconv(.Inline) everywhere
2021-02-10 20:06:12 -07:00
heap
std.GeneralPurposeAllocator: logging improvements
2021-01-30 20:15:26 -07:00
io
make std.c.getErrno() return same type as _errno() aka c_int
2021-03-12 15:04:36 +01:00
json
HashMap.put returns !void, not a !bool
2021-02-27 13:11:47 +02:00
math
replace ArrayList.shrinkAndFree by ArrayList.shrinkRetainingCapacity
2021-02-21 11:56:14 +02:00
mem
std: Clear old memory on free
2021-02-25 22:20:30 +02:00
meta
zig fmt the std lib
2021-02-24 21:29:23 -07:00
net
std: Swap arguments in Thread.spawn
2021-02-28 14:03:19 +01:00
os
std/linux: sync io_uring library with liburing
2021-03-12 22:22:06 +01:00
rand
special
std/special: init-exe,lib make import(std) its own decl ( #8160 )
2021-03-05 19:13:05 -08:00
target
target: map zig ppc32 → llvm ppc
2021-02-04 14:22:38 -08:00
testing
Thread
std: Swap arguments in Thread.spawn
2021-02-28 14:03:19 +01:00
time
unicode
Reduce use of deprecated IO types
2021-01-07 23:48:58 -08:00
valgrind
zig
parser: disallow ptr modifiers on array types
2021-03-12 00:18:30 +01:00
array_hash_map.zig
zig fmt the std lib
2021-02-24 21:29:23 -07:00
array_list.zig
Remove deprecated stream aliases
2021-01-08 16:54:56 -05:00
ascii.zig
std.ascii: add lessThanIgnoreCase and orderIgnoreCase
2021-02-27 01:21:01 -07:00
atomic.zig
base64.zig
zig fmt the std lib
2021-02-24 21:29:23 -07:00
bit_set.zig
zig fmt the std lib
2021-03-01 20:04:28 -07:00
buf_map.zig
buf_set.zig
HashMap.put returns !void, not a !bool
2021-02-27 13:11:47 +02:00
build.zig
HashMap.put returns !void, not a !bool
2021-02-27 13:11:47 +02:00
builtin.zig
stage1: switch from inline fn to callconv(.Inline)
2021-02-10 20:06:13 -07:00
c.zig
make std.c.getErrno() return same type as _errno() aka c_int
2021-03-12 15:04:36 +01:00
child_process.zig
Reduce use of deprecated IO types
2021-01-07 23:48:58 -08:00
coff.zig
zig fmt the std lib
2021-02-24 21:29:23 -07:00
compress.zig
std: Update test "" to test where it makes sense
2021-01-22 15:46:58 +01:00
comptime_string_map.zig
crypto.zig
std/crypto: add AES-OCB
2021-02-28 20:40:49 -08:00
cstr.zig
debug.zig
Merge pull request #7946 from koachan/sparc64-framefixes
2021-03-01 19:10:36 -08:00
dwarf.zig
zig fmt the std lib
2021-02-24 21:29:23 -07:00
dwarf_bits.zig
dynamic_library.zig
elf.zig
elf: make EM non-exhaustive
2021-03-11 10:09:51 +11:00
event.zig
fifo.zig
std.fifo.LinearFifo - Expose reader and writer type.
2021-02-22 00:22:46 +02:00
fmt.zig
Implement fmtDuration using Formatter ( #8137 )
2021-03-07 15:00:15 +02:00
fs.zig
initial support for haiku sync update
2021-02-25 16:41:42 -07:00
hash.zig
hash_map.zig
stage2 cbe: non pointer optionals
2021-03-08 00:33:56 +02:00
heap.zig
io.zig
std: remove io.AutoIndentingStream
2021-02-16 23:20:46 +01:00
json.zig
HashMap.put returns !void, not a !bool
2021-02-27 13:11:47 +02:00
leb128.zig
linked_list.zig
Fix off-by-one error in SinglyLinkedList.len() and add associated tests
2021-01-04 14:03:21 -08:00
log.zig
zig fmt the std lib
2021-02-24 21:29:23 -07:00
macho.zig
macho: add arm64 relocation type enum
2021-01-26 08:11:31 +01:00
math.zig
zig fmt the std lib
2021-03-01 20:04:28 -07:00
mem.zig
std: Prevent null pointer deref in mem.len{,Z}
2021-03-07 14:58:45 +02:00
meta.zig
add tests
2021-03-05 21:21:23 +01:00
multi_array_list.zig
std: Handle empty MultiArrayList in items()
2021-03-12 00:17:35 +01:00
net.zig
replace ArrayList.shrinkAndFree by ArrayList.shrinkRetainingCapacity
2021-02-21 11:56:14 +02:00
once.zig
std: Swap arguments in Thread.spawn
2021-02-28 14:03:19 +01:00
os.zig
make std.c.getErrno() return same type as _errno() aka c_int
2021-03-12 15:04:36 +01:00
packed_int_array.zig
pdb.zig
Don't read more bytes than exist in MsfStream ( #7839 )
2021-02-01 15:27:39 -05:00
priority_queue.zig
HashMap.put returns !void, not a !bool
2021-02-27 13:11:47 +02:00
process.zig
initial support for haiku continue clean up
2021-02-25 16:41:42 -07:00
Progress.zig
Handle some weird edge cases of Win32 API
2021-03-12 17:14:50 +01:00
rand.zig
std: Update test "" to test where it makes sense
2021-01-22 15:46:58 +01:00
SemanticVersion.zig
Move fmt.testFmt to testing.expectFmt
2021-01-12 18:13:29 -08:00
sort.zig
Fix example code in comments for asc and desc
2021-01-06 15:53:53 -08:00
start.zig
Convert inline fn to callconv(.Inline) everywhere
2021-02-10 20:06:12 -07:00
start_windows_tls.zig
std.zig
Add some bit set variants
2021-03-01 18:52:15 -08:00
target.zig
haiku: minor fixups
2021-02-25 16:54:32 -07:00
testing.zig
require specifier for arrayish types
2021-02-09 22:25:52 -08:00
Thread.zig
make std.c.getErrno() return same type as _errno() aka c_int
2021-03-12 15:04:36 +01:00
time.zig
unicode.zig
valgrind.zig
std: Update test "" to test where it makes sense
2021-01-22 15:46:58 +01:00
wasm.zig
Ensure function indices are correct and fix a memory leak
2021-02-05 18:06:25 +01:00
zig.zig
Merge remote-tracking branch 'origin/master' into ast-memory-layout
2021-02-11 23:45:40 -07:00