COMMITS
/ build.zig November 29, 2024
J
Add build option to set tracy-callstack-depth in `build.zig` (#21990)
Justin Braben committed
November 23, 2024
A
test: Enable -Dtest-target-filter=... to work for test-debugger.
Alex Rønne Petersen committed
A
test: Enable -Dtest-target-filter=... to work for test-cases and test-translate-c.
Alex Rønne Petersen committed
A
test: Enable -Dtest-target-filter=... to work for test-c-abi.
Alex Rønne Petersen committed
November 17, 2024
J
build.zig: fix libc++ being a linker script
Jacob Young committed
November 5, 2024
K
build: increase max_rss to 7.8G
kcbanner committed
October 12, 2024
K
Replace tidy with superhtml as HTML validator (#21664)
Krzysztof Wolicki committed
August 20, 2024
M
tests: add `test-incremental` step
mlugg committed
September 5, 2024
A
add missing clang and llvm library listings
Andrew Kelley committed
September 1, 2024
Y
loongarch: use medium code model for zig loongarch64 binary (#21153)
YANG Xudong committed
August 6, 2024
J
Dwarf: rework self-hosted debug info from scratch
Jacob Young committed
August 13, 2024
A
build/test: Add a test-modules step for running all the per-target tests.
Alex Rønne Petersen committed
A
build/test: Add -Dtest-slow-targets and move mips module tests behind it.
Alex Rønne Petersen committed
A
build/test: Add -Dtest-target-filter for filtering module tests by target triple.
Alex Rønne Petersen committed
A
build: Use the new b.addFail() for the update-mingw step.
Alex Rønne Petersen committed
July 21, 2024
J
build: bump max_rss since we link MachO in parallel now
Jakub Konka committed
July 19, 2024
J
dev: introduce dev environments that enable compiler feature sets
Jacob Young committed
July 16, 2024
J
macho: bump max rss by a slight margin
Jakub Konka committed
July 17, 2024
A
build.zig: expose valgrind flag
Andrew Kelley committed
July 11, 2024
A
integrate Compile steps with file watching
Andrew Kelley committed
July 10, 2024
A
std.Build.Step.WriteFile: extract UpdateSourceFiles
Andrew Kelley committed
July 4, 2024
M
compiler: rework type resolution, fully resolve all types
mlugg committed
June 17, 2024
A
disable tidy validation for autodocs
Andrew Kelley committed
A
add -Denable-tidy flag and use it in the CI
Andrew Kelley committed
A
make `zig build test` check for conforming formatting
Andrew Kelley committed
June 13, 2024
K
Change deprecated b.host to b.graph.host in tests and Zig's build.zig
Krzysztof Wolicki committed
May 3, 2024
R
std: Convert deprecated aliases to compile errors and fix usages
Ryan Liptak committed
June 6, 2024
A
start the 0.14.0 release cycle
Andrew Kelley committed
June 2, 2024
V
pass `-fno-builtin` when testing `lib/c.zig`, `lib/compiler_rt.zig`
Veikka Tuominen committed
May 14, 2024
E
build.zig: sync "exe_cflags" with CMake
Eric Joldasov committed
May 9, 2024
J
handle visionos target OS tag in the compiler
Jakub Konka committed
April 29, 2024
A
apparently LLVM depends on ws2_32.dll now
Andrew Kelley committed
A
suppress C++ type-limits warnings
Andrew Kelley committed
April 26, 2024
A
add missing clang static library to the build
Andrew Kelley committed
April 25, 2024
A
update CMake files to LLVM 18
Andrew Kelley committed
A
migrate langref documentation generation to the build system
Andrew Kelley committed
April 19, 2024
A
start the 0.13.0 release cycle
Andrew Kelley committed
April 11, 2024
A
remove deprecated LazyPath.path union tag
Andrew Kelley committed
April 8, 2024
J
haiku: fix linking issues
Jacob Young committed
February 17, 2024
C
Promote linker test cases to packages
Carl Åstholm committed
January 16, 2024
C
Promote standalone test cases to packages
Carl Åstholm committed
March 29, 2024
J
cbe: rewrite `CType`
Jacob Young committed
March 19, 2024
A
extract std.posix from std.os
Andrew Kelley committed
February 19, 2024
T
std.builtin: make link mode fields lowercase
Tristan Ross committed
March 7, 2024
A
build: spend a lot less time generating std docs
Andrew Kelley committed
A
build: don't include std lib docs by default
Andrew Kelley committed
March 5, 2024
F
test manifest key checking and other fixes
february cozzocrea committed
March 1, 2024
J
compiler: audit debug mode checks
Jacob Young committed
February 29, 2024
A
build.zig: fix typo in extension exclusion list
Andrew Kelley committed
February 28, 2024
A
make aro-based translate-c lazily built from source
Andrew Kelley committed