index
:
zig
0.10.x
0.11.x
0.12.x
0.14.x
0.15.x
0.7.x
0.8.x
0.9.x
ArrayList-reserve
Io.net
aro
ast-node-methods
async-await-demo
autofix
ci-perf-comment
ci-scripts
ci-tarballs
cli
comptime-allocator
elfv2-dyn
fixes
fuzz-macos
hcs
incr-bug
io-threaded-no-queue
jobserver
json-diagnostics
llvm-ir-nosanitize-metadata
macos-debug-info
main
make-vs-configure
master
more-doctests
new-pkg-hash
powerpc64le
restricted-function-pointers
rework-comptime-mutation
sans-aro
sha1-stream
spork8
stage2-async
threadpool
threadtheft
wasm-linker-writer
wrangle-writer-buffering
General-purpose programming language and toolchain for maintaining robust, optimal, and reusable software. https://ziglang.org
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
tests.zig
Age
Commit message (
Expand
)
Author
2024-02-26
change default WASI stack size
Andrew Kelley
2024-02-25
test: rework how filtering works
Jacob Young
2024-02-24
Revert "tests: add -Dskip-cross-glibc option"
Jacob Young
2024-02-20
c_import: extract behavior tests that use `@cImport`
Jacob Young
2024-02-02
std.Build: implement --host-target, --host-cpu, --host-dynamic-linker
Andrew Kelley
2024-01-24
test/link/link: pass build options to elf and macho tests
Jakub Konka
2024-01-01
std.Build.ResolvedTarget: rename target field to result
Andrew Kelley
2024-01-01
std.Target.Query: remove deprecated API
Andrew Kelley
2024-01-01
rename std.zig.CrossTarget to std.Target.Query
Andrew Kelley
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2023-12-01
test: test with `-fstrip` and fix failures
Jacob Young
2023-11-22
update for the std.fs.Dir changes
Andrew Kelley
2023-11-20
zig init: also create a build.zig.zon
Andrew Kelley
2023-11-20
merge `zig init-exe` and `zig init-lib` into `zig init`
Andrew Kelley
2023-11-06
tests: skip native CPU std tests on Windows
Andrew Kelley
2023-10-29
x86_64: fix compiler rt test failures
Jacob Young
2023-10-29
tests: change some x86_64 backend targets to pic for more coverage
Jacob Young
2023-10-26
test: enable `c-abi-tests` for the x86_64 backend
Jacob Young
2023-10-25
x86_64: pass more tests
Jacob Young
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: disable failing tests, enable test-compiler-rt testing
Jacob Young
2023-10-21
x86_64: disable failing tests, enable test-std testing
Jacob Young
2023-10-18
x86_64: improve inline assembly support
Jacob Young
2023-10-10
Step.Run: change `cwd` to `?Build.LazyPath` (#17418)
Krzysztof Wolicki
2023-09-28
test: add x86_64-linux-musl-no-lld as a test target
Jakub Konka
2023-09-23
tests: give explicit stack size to module tests on WASI
mlugg
2023-09-19
skip all mips tests due to LLVM 17 regressions
Andrew Kelley
2023-09-19
disable failing mips tests due to LLVM 17 regressions
Andrew Kelley
2023-08-18
build: add build test check for availability of IOS SDK on the host
Jakub Konka
2023-08-01
llvm: fix data layout calculation for experimental llvm targets
Jacob Young
2023-07-31
std: cleanup asm usage
Jacob Young
2023-07-30
build system: follow-up enhancements regarding LazyPath
Andrew Kelley
2023-07-30
Introduces Compile.forceBuild() and Compile.forceEmit(…)
Felix "xq" Queißner
2023-07-30
Introduces `Compile.getEmittedX()` functions, drops `Compile.emit_X`. Resolve...
Felix (xq) Queißner
2023-07-30
Build.zig rename orgy (aka: #16353). Renames FileSource to LazyPath and remov...
Felix (xq) Queißner
2023-07-28
llvm: fix SysV C abi for structs smaller than two eightbytes
Jacob Young
2023-07-26
llvm: disable LTO on C ABI tests
Andrew Kelley
2023-07-24
zig fmt: make `--exclude` work on files
Ian Johnson
2023-05-24
Fixes `WriteFile.getFileSource` failure on Windows (#15730)
Mason Remaley
2023-05-03
std.Build: use Step.* instead of *Step
Veikka Tuominen
2023-04-24
CI: disable compiling std lib C backend test with clang
Andrew Kelley
2023-04-24
Revert "tests: add a maxrss for compiling std lib C backend .c file"
Andrew Kelley
2023-04-23
tests: add a maxrss for compiling std lib C backend .c file
Andrew Kelley
2023-04-21
std: add more missing windows libraries when running tests
Jacob Young
2023-04-21
test: exclude the last warning from cbe tests
Jacob Young
2023-04-21
std: add missing windows libraries when running tests
Jacob Young
2023-04-21
cbe: enable CI for std tests
Jacob Young
2023-04-20
x86_64: disable some behavior tests
Jacob Young
2023-04-18
Merge pull request #15302 from jacobly0/x86_64-non-liveness
Andrew Kelley
[next]