..
atomic
organize std lib concurrency primitives and add RwLock
2021-01-14 20:41:37 -07:00
build
Dupe strings on all public api points for std.build
2021-02-01 12:31:24 -08:00
c
initial support for haiku sync update
2021-02-25 16:41:42 -07:00
compress
Convert inline fn to callconv(.Inline) everywhere
2021-02-10 20:06:12 -07:00
crypto
initial support for haiku sync update
2021-02-25 16:41:42 -07:00
event
zig fmt the std lib
2021-02-24 21:29:23 -07:00
fmt
Convert inline fn to callconv(.Inline) everywhere
2021-02-10 20:06:12 -07:00
fs
initial support for haiku sync update
2021-02-25 16:41:42 -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
Merge remote-tracking branch 'origin/master' into ast-memory-layout
2021-02-24 15:08:23 -07:00
json
Reduce use of deprecated IO types
2021-01-07 23:48:58 -08: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
Apparently unix sockets are supported on Windows
2021-01-11 21:43:15 +01:00
os
initial support for haiku sync update
2021-02-25 16:41:42 -07:00
rand
std: disable a couple tests on windows
2021-01-02 12:21:19 -07:00
special
zig fmt the std lib
2021-02-24 21:29:23 -07:00
target
update most target CPU features to llvm12
2021-02-27 01:05:53 -07:00
testing
Year++
2020-12-31 15:45:24 -08:00
Thread
zig fmt the std lib
2021-02-24 21:29:23 -07:00
time
Year++
2020-12-31 15:45:24 -08:00
unicode
Reduce use of deprecated IO types
2021-01-07 23:48:58 -08:00
valgrind
Year++
2020-12-31 15:45:24 -08:00
zig
Merge remote-tracking branch 'origin/master' into llvm12
2021-02-25 21:04:23 -07: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
Year++
2020-12-31 15:45:24 -08:00
atomic.zig
Year++
2020-12-31 15:45:24 -08:00
base64.zig
zig fmt the std lib
2021-02-24 21:29:23 -07:00
buf_map.zig
Year++
2020-12-31 15:45:24 -08:00
buf_set.zig
Year++
2020-12-31 15:45:24 -08:00
build.zig
std/build: Add support for LTO configuration
2021-02-25 22:25:42 +02:00
builtin.zig
stage1: switch from inline fn to callconv(.Inline)
2021-02-10 20:06:13 -07:00
c.zig
Rebase link(at) properly
2021-02-21 12:04:40 +02: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
Year++
2020-12-31 15:45:24 -08:00
crypto.zig
ci: skip crypto tests on windows
2021-01-04 15:57:54 -07:00
cstr.zig
Year++
2020-12-31 15:45:24 -08:00
debug.zig
initial support for haiku defer debug
2021-02-25 16:41:42 -07:00
dwarf_bits.zig
Year++
2020-12-31 15:45:24 -08:00
dwarf.zig
zig fmt the std lib
2021-02-24 21:29:23 -07:00
dynamic_library.zig
Year++
2020-12-31 15:45:24 -08:00
elf.zig
Convert inline fn to callconv(.Inline) everywhere
2021-02-10 20:06:12 -07:00
event.zig
Year++
2020-12-31 15:45:24 -08:00
fifo.zig
std.fifo.LinearFifo - Expose reader and writer type.
2021-02-22 00:22:46 +02:00
fmt.zig
zig fmt the std lib
2021-02-24 21:29:23 -07:00
fs.zig
initial support for haiku sync update
2021-02-25 16:41:42 -07:00
hash_map.zig
Add compileError message for StringHashMap in AutoHashMap
2021-01-07 23:51:53 -08:00
hash.zig
Year++
2020-12-31 15:45:24 -08:00
heap.zig
Year++
2020-12-31 15:45:24 -08:00
io.zig
std: remove io.AutoIndentingStream
2021-02-16 23:20:46 +01:00
json.zig
replace ArrayList.shrinkAndFree by ArrayList.shrinkRetainingCapacity
2021-02-21 11:56:14 +02:00
leb128.zig
Year++
2020-12-31 15:45:24 -08:00
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
Merge pull request #7846 from LemonBoy/filtertest
2021-01-25 10:39:11 -08:00
mem.zig
Fix interger overflow when calling joinZ with empty slices
2021-01-27 12:01:18 +02:00
meta.zig
zig fmt the std lib
2021-02-24 21:29:23 -07:00
multi_array_list.zig
MultiArrayList: use @memcpy as a workaround
2021-02-24 12:49:12 -07:00
net.zig
replace ArrayList.shrinkAndFree by ArrayList.shrinkRetainingCapacity
2021-02-21 11:56:14 +02:00
once.zig
organize std lib concurrency primitives and add RwLock
2021-01-14 20:41:37 -07:00
os.zig
std.os: remove special case for haiku
2021-02-25 17:42:14 -07:00
packed_int_array.zig
Add workaround in PackedIntArray .initAllTo for #7635
2021-01-02 01:10:47 +11:00
pdb.zig
Don't read more bytes than exist in MsfStream ( #7839 )
2021-02-01 15:27:39 -05:00
priority_queue.zig
Year++
2020-12-31 15:45:24 -08:00
process.zig
initial support for haiku continue clean up
2021-02-25 16:41:42 -07:00
Progress.zig
std.Progress: improve support for "dumb" terminals
2021-02-21 12:12:17 +02: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_windows_tls.zig
Year++
2020-12-31 15:45:24 -08:00
start.zig
Convert inline fn to callconv(.Inline) everywhere
2021-02-10 20:06:12 -07:00
std.zig
Merge remote-tracking branch 'origin/master' into ast-memory-layout
2021-02-11 23:45:40 -07:00
target.zig
update most target CPU features to llvm12
2021-02-27 01:05:53 -07:00
testing.zig
require specifier for arrayish types
2021-02-09 22:25:52 -08:00
Thread.zig
haiku: minor fixups
2021-02-25 16:54:32 -07:00
time.zig
Year++
2020-12-31 15:45:24 -08:00
unicode.zig
Year++
2020-12-31 15:45:24 -08:00
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