COMMITS
September 15, 2023
A
temporarily disable most ci stuff
Andrew Kelley committed
A
enable for x86_64 too
Andrew Kelley committed
A
CI: temporarily comment out more stuff
Andrew Kelley committed
A
fixup file paths
Andrew Kelley committed
A
CI: disable most stuff temporarily for testing
Andrew Kelley committed
A
CI: measure perf difference of compiling hello world
Andrew Kelley committed
A
CI: temporarily disable while testing this branch
Andrew Kelley committed
September 14, 2023
F
std.math.log_int: implement integer logarithm without using float math
Federico Stra committed
R
ComptimeStringMap: Add version that takes an equality function
Ryan Liptak committed
R
fs tests: Skip UNC path types in Dir.rename tests
Ryan Liptak committed
September 12, 2023
R
Add -includes option to zig libc
Ryan Liptak committed
P
mem: explicit Allocator.Error on concat and join
Pascal S. de Kloe committed
September 13, 2023
R
std: add compile error when using `std.os.getenv` on the wasi target
Rafael Fernández López committed
J
Merge pull request #17146 from ziglang/elf-linker
Jakub Konka committed
J
std.json: add fmt function (#17055)
Jonathan Marler committed
A
Merge pull request #17046 from tiehuis/improve-hash-tests
Andrew Kelley committed
J
cmake: add new zig source files
Jakub Konka committed
J
elf: correctly handle overflows on non-64bit hosts
Jakub Konka committed
J
elf: skip writing non-alloc and zerofill atoms
Jakub Konka committed
J
elf: allocate locals and globals in objects
Jakub Konka committed
J
elf: re-enable linking compiler_rt
Jakub Konka committed
J
elf: do not store Symbol's index in Symbol
Jakub Konka committed
J
elf: parse archives
Jakub Konka committed
J
elf: handle more relocs with GOT relaxation
Jakub Konka committed
J
x86_64: add simple disassembler interface to the encoder
Jakub Konka committed
J
elf: allocate .bss section and matching PHDR
Jakub Konka committed
J
Merge pull request #17141 from ziglang/elf-linker
Jakub Konka committed