COMMITS
/ test/tests.zig June 3, 2024
D
riscv: vectors part 1
David Rubin committed
July 10, 2024
A
std.Build.Step.WriteFile: extract UpdateSourceFiles
Andrew Kelley committed
A
make more build steps integrate with the watch system
Andrew Kelley committed
July 4, 2024
M
compiler: rework type resolution, fully resolve all types
mlugg committed
July 2, 2024
J
build: fix WriteFile and addCSourceFiles not adding LazyPath deps
Jonathan Marler committed
June 13, 2024
K
Change deprecated b.host to b.graph.host in tests and Zig's build.zig
Krzysztof Wolicki committed
June 2, 2024
V
pass `-fno-builtin` when testing `lib/c.zig`, `lib/compiler_rt.zig`
Veikka Tuominen committed
April 14, 2024
D
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin committed
May 3, 2024
R
Rename Dir.writeFile2 -> Dir.writeFile and update all callsites
Ryan Liptak committed
April 20, 2024
A
disable RISC-V CI testing due to LLVM's O(N^2) codegen
Andrew Kelley committed
April 12, 2024
J
cbe: fix optional codegen
Jacob Young committed
April 11, 2024
A
remove deprecated LazyPath.path union tag
Andrew Kelley committed
February 17, 2024
C
Promote linker test cases to packages
Carl Åstholm committed
C
Turn "simple" standalone test cases into a package
Carl Åstholm committed
A
change default WASI stack size
Andrew Kelley committed
January 16, 2024
C
Don't add standalone test cases until we've built stage3
Carl Åstholm committed
C
Promote standalone test cases to packages
Carl Åstholm committed
March 29, 2024
J
cbe: rewrite `CType`
Jacob Young committed
March 5, 2024
F
test manifest key checking and other fixes
february cozzocrea committed
February 25, 2024
J
test: rework how filtering works
Jacob Young committed
February 24, 2024
J
Revert "tests: add -Dskip-cross-glibc option"
Jacob Young committed
February 20, 2024
J
c_import: extract behavior tests that use `@cImport`
Jacob Young committed
February 1, 2024
A
std.Build: implement --host-target, --host-cpu, --host-dynamic-linker
Andrew Kelley committed
January 13, 2024
J
test/link/link: pass build options to elf and macho tests
Jakub Konka committed
December 5, 2023
A
std.Build.ResolvedTarget: rename target field to result
Andrew Kelley committed
A
std.Target.Query: remove deprecated API
Andrew Kelley committed
December 4, 2023
A
rename std.zig.CrossTarget to std.Target.Query
Andrew Kelley committed
December 3, 2023
A
zig build system: change target, compilation, and module APIs
Andrew Kelley committed
November 30, 2023
J
test: test with `-fstrip` and fix failures
Jacob Young committed
November 22, 2023
A
update for the std.fs.Dir changes
Andrew Kelley committed
November 21, 2023
A
zig init: also create a build.zig.zon
Andrew Kelley committed
A
merge `zig init-exe` and `zig init-lib` into `zig init`
Andrew Kelley committed
November 6, 2023
A
tests: skip native CPU std tests on Windows
Andrew Kelley committed
October 28, 2023
J
x86_64: fix compiler rt test failures
Jacob Young committed
J
tests: change some x86_64 backend targets to pic for more coverage
Jacob Young committed
October 26, 2023
J
test: enable `c-abi-tests` for the x86_64 backend
Jacob Young committed
October 24, 2023
J
x86_64: pass more tests
Jacob Young committed
October 22, 2023
J
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young committed
A
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley committed
October 20, 2023
J
x86_64: disable failing tests, enable test-compiler-rt testing
Jacob Young committed
J
x86_64: disable failing tests, enable test-std testing
Jacob Young committed
October 18, 2023
J
x86_64: improve inline assembly support
Jacob Young committed
October 10, 2023
K
Step.Run: change `cwd` to `?Build.LazyPath` (#17418)
Krzysztof Wolicki committed
September 28, 2023
J
test: add x86_64-linux-musl-no-lld as a test target
Jakub Konka committed
September 23, 2023
M
tests: give explicit stack size to module tests on WASI
mlugg committed
August 24, 2023
A
skip all mips tests due to LLVM 17 regressions
Andrew Kelley committed
August 23, 2023
A
disable failing mips tests due to LLVM 17 regressions
Andrew Kelley committed
August 18, 2023
J
build: add build test check for availability of IOS SDK on the host
Jakub Konka committed
July 31, 2023
J
llvm: fix data layout calculation for experimental llvm targets
Jacob Young committed
July 30, 2023
J
std: cleanup asm usage
Jacob Young committed