COMMITS
July 1, 2024
A
std.Thread.Pool: call shutdown on workers blocking on connect or read
Andrew Kelley committed
June 21, 2024
A
make the main thread call waitAndWork instead of just wait
Andrew Kelley committed
A
std.Thread.Pool: don't hold the job closure while blocking on IPC read
Andrew Kelley committed
A
std.Thread.Pool: fix connection
Andrew Kelley committed
A
new thread pool jobserver integration
Andrew Kelley committed
A
std.Thread.Pool: implement jobserverv2 protocol
Andrew Kelley committed
M
Zir: make `src_line` absolute for `declaration` instructions
mlugg committed
P
stage2-wasm: fix div and rem
Pavel Verigo committed
K
- Fix `ypedef` -> `typedef`
kcbanner committed
June 27, 2024
W
langref: correct test runner path
Wayne Wu committed
J
Merge pull request #20428 from ziglang/macho-tsan
Jakub Konka committed
June 26, 2024
M
Merge pull request #20424 from mlugg/the-great-decl-split
Matthew Lugg committed
J
macho: set allow_shlib_undefined to true when TSAN was requested
Jakub Konka committed
J
macho: print libtsan ref when dumping argv
Jakub Konka committed
J
macho: link in TSAN if requested
Jakub Konka committed
June 24, 2024
M
InternPool: rename `Depender` to `AnalSubject`
mlugg committed
B
std.mem.zeroes: explicit compile error for @Type(.EnumLiteral)
Bogdan Romanyuk committed
June 23, 2024
P
stage2-wasm: abs 128 bit
Pavel Verigo committed
D
riscv: remove deprecated `Module` usages
David Rubin committed
F
std.crypto.chacha: fix typo in XChaChaIETF.stream() (#20399)
Frank Denis committed
June 22, 2024
A
std.zig.target: Remove armeb-windows-gnu and aarch64_be-windows-gnu.
Alex Rønne Petersen committed
A
rename src/Module.zig to src/Zcu.zig
Andrew Kelley committed
June 1, 2024
B
std: Extended type checks for Thread startFn return type
Bram committed
June 10, 2024
M
Rename *[UI]LEB128 functions to *[UI]leb128
Michael Bradshaw committed
June 18, 2024
A
std.Build.findProgram(): Try with and without the Windows executable extensions.
Alex Rønne Petersen committed
June 20, 2024
F
Closes #20355: Enables dynamic linking for `.os_tag == .other` again
Felix "xq" Queißner committed
R
A
std: fuzz test sort stability (#20284)
Alex Kladov committed
June 14, 2024
I
io_uring: don't assume completions order (2)
Igor Anić committed