..
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
netbsd: minor fixes to allow stage1 to build
2021-04-07 16:26:21 -07:00
compress
Convert inline fn to callconv(.Inline) everywhere
2021-02-10 20:06:12 -07:00
crypto
std/crypto: use finer-grained error sets in function signatures ( #8558 )
2021-04-20 19:57:27 +02: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
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
std.GeneralPurposeAllocator: logging improvements
2021-01-30 20:15:26 -07:00
io
Fixed error types for GetSeekPosError
2021-04-04 17:04:46 -07:00
json
Tidy-up in json test module ( #8431 )
2021-04-04 19:27:47 -04:00
math
std: Fix sqrt for u0/u1 input types
2021-04-14 17:53:27 +02:00
mem
std: Clear old memory on free
2021-02-25 22:20:30 +02:00
meta
Add some enum utilities
2021-03-18 14:05:01 -07:00
net
std: Swap arguments in Thread.spawn
2021-02-28 14:03:19 +01:00
os
std: Add process_vm_readv/writev wrappers
2021-04-19 16:12:28 +02: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
Merge pull request #8542 from LemonBoy/floating-point-is-hard-my-dude
2021-04-20 13:28:03 -04:00
target
target: drop ppc32 and prefer ppc
2021-04-20 16:19:59 -04:00
testing
Year++
2020-12-31 15:45:24 -08:00
Thread
std: Swap arguments in Thread.spawn
2021-02-28 14:03:19 +01: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
zig fmt: bypass auto indentation for // zig fmt: on
2021-04-17 20:10:20 -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
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
Year++
2020-12-31 15:45:24 -08:00
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
Year++
2020-12-31 15:45:24 -08:00
buf_set.zig
HashMap.put returns !void, not a !bool
2021-02-27 13:11:47 +02:00
build.zig
std/build: fix linker_allow_shlib_undefined
2021-04-17 15:17:54 +02:00
builtin.zig
stage1: switch from inline fn to callconv(.Inline)
2021-02-10 20:06:13 -07:00
c.zig
std: support optional getaddrinfo arguments
2021-03-16 01:10:32 +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
Year++
2020-12-31 15:45:24 -08:00
crypto.zig
std/crypto: use finer-grained error sets in function signatures ( #8558 )
2021-04-20 19:57:27 +02:00
cstr.zig
Year++
2020-12-31 15:45:24 -08:00
debug.zig
stage2: pretty print compilation errors
2021-04-08 23:17:36 -07:00
dwarf.zig
dwarf: fix LineNumberProgram check
2021-04-12 17:18:56 -04:00
dwarf_bits.zig
Year++
2020-12-31 15:45:24 -08:00
dynamic_library.zig
Year++
2020-12-31 15:45:24 -08:00
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
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
Add a test & fix for std.fmt.fmtDuration
2021-03-28 15:44:15 +02:00
fs.zig
std/base64: cleanups & support url-safe and other non-padded variants
2021-03-28 14:32:34 +02:00
hash.zig
Year++
2020-12-31 15:45:24 -08:00
hash_map.zig
lib/std: remove empty init from HashMapUnmanaged
2021-04-10 12:49:02 -07: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
Switch std.json to use an ordered hashmap
2021-04-04 10:16:59 +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
zld: fix GOT loads and indirection on x86_64
2021-03-17 19:59:57 +01:00
math.zig
zig fmt the std lib
2021-03-01 20:04:28 -07:00
mem.zig
std: Add reset to TokenIterator
2021-03-20 22:01:09 -07:00
meta.zig
translate-c: better handling of int -> enum casts
2021-04-15 22:46:22 -04: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
os/posix: handle ECONNRESET for write/writev
2021-04-14 16:40:06 -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_dequeue.zig
Change compareFn to fn (a: T, b: T) std.math.Order
2021-01-18 19:02:11 +00:00
priority_queue.zig
Merge pull request #7792 from zanderxyz/zanderxyz/priority-dequeue
2021-04-02 10:52:23 -07:00
process.zig
initial support for haiku continue clean up
2021-02-25 16:41:42 -07:00
Progress.zig
std: Use more common escape sequences in Progress
2021-03-12 19:31:59 -05: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
Initialize the ppc stack frame correctly
2021-04-10 22:47:22 -05:00
start_windows_tls.zig
Year++
2020-12-31 15:45:24 -08:00
std.zig
stage2: blaze the trail for std lib integration
2021-04-08 19:05:05 -07:00
target.zig
target: drop ppc32 and prefer ppc
2021-04-20 16:19:59 -04:00
testing.zig
testing: Avoid @import-ing builtins module
2021-04-09 10:04:16 -07: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
test: fix std.time timing tests to skip on failure
2021-04-07 08:33:32 -04: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
Refactor link/wasm.zig to use offset table
2021-04-08 22:47:08 +02:00
zig.zig
Merge pull request #8470 from ziglang/stage2-start
2021-04-09 10:15:46 -07:00