COMMITS
December 4, 2024
A
std.ArrayList: rename "precise" to "exact"
Andrew Kelley committed
A
ArrayList: rename "ensure" to "reserve"
Andrew Kelley committed
December 3, 2024
A
ArrayList: rename "AssumeCapacity" to "Reserved"
Andrew Kelley committed
A
sema: add a missing errdefer
Alex Kladov committed
A
Merge pull request #21720 from kubkon/macho-dwarf-v5
Andrew Kelley committed
October 18, 2024
J
macho: fix 32bit builds
Jakub Konka committed
October 16, 2024
J
CMakeLists: add MachO/Dwarf.zig and remove MachO/dwarf.zig
Jakub Konka committed
J
macho: refactors errors from parsing DWARF
Jakub Konka committed
J
macho: move things around in MachO/Object.zig and refactor
Jakub Konka committed
J
macho: handle DWARFv5 when parsing debug info in objects
Jakub Konka committed
October 15, 2024
J
macho: rename dwarf.zig to Dwarf.zig
Jakub Konka committed
December 1, 2024
J
coff: fix memory leak
Jacob Young committed
A
Merge pull request #22115 from alexrp/x32-tests
Alex Rønne Petersen committed
A
test: Add x86_64-linux-(gnux32,muslx32) to module tests.
Alex Rønne Petersen committed
A
std.os.linux: Fix fadvise64 syscall selection for n32/x32.
Alex Rønne Petersen committed
November 20, 2024
T
November 29, 2024
A
Merge pull request #19968 from wooster0/eql
Andrew Kelley committed
A
Merge pull request #22095 from alexrp/test-llvm-emit
Andrew Kelley committed
R
Updated ascii.zig's isWhitespace function to use switch instead of for loop. (#22094)
Rohan Vashisht committed
J
Add build option to set tracy-callstack-depth in `build.zig` (#21990)
Justin Braben committed
A
Merge pull request #22099 from Rexicon226/fix-cat-mul
Andrew Kelley committed
D
test: adjust behaviour test to new concat/mul semantics
David Rubin committed
D
sema: hotpath `++` and `**` for array-pointers
David Rubin committed
July 28, 2024
P
defaultPanic: @trap on 'other' target
Pat Tullmann committed
November 28, 2024
M
A
std.builtin: Add VaListXtensa.
Alex Rønne Petersen committed
A
test: Change llvm_targets to actually emit an object for each target.
Alex Rønne Petersen committed
A
test: Remove aarch64(_be)-linux-gnuilp32 from llvm_targets.
Alex Rønne Petersen committed
A
test: Add m68k-linux-musl to llvm_targets.
Alex Rønne Petersen committed
November 25, 2024
J
std.Build: Detect `pkg-config` names with "lib" prefix
Jay Petacat committed