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
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
2023-04-16
tests: fix skip_cross_glibc check
Jacob Young
2023-04-16
behavior: disable flaky test on x86_64
Jacob Young
2023-04-15
disable x86_64-windows self-hosted backend behavior tests
Andrew Kelley
2023-04-15
disable not-yet-passing C backend tests
Andrew Kelley
2023-04-15
disable not-yet-passing test suites
Andrew Kelley
2023-04-15
CI: more C backend test coverage
Andrew Kelley
2023-04-15
tests: avoid skipping native tests
Andrew Kelley
2023-04-11
fix build logic due to state mutations and break the API accordingly
Andrew Kelley
2023-04-10
std.Build.CompileStep: remove run() and install()
Andrew Kelley
2023-03-28
tests: enable multi-threaded x86_64-windows tests with self-hosted
Jakub Konka
2023-03-25
behavior: disable multi threaded for the stage2_x86_64 windows target
Jacob Young
[next]