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
2022-09-07
tests: force LLD off for stage2 backends until auto-select deems worthy
Jakub Konka
2022-09-07
enable testing of x86_64-windows-gnu using self-hosted backend and linker
Jakub Konka
2022-08-22
test harness: don't skip tests
Andrew Kelley
2022-08-19
test-stack-traces: relax parsing rules
Andrew Kelley
2022-08-19
build: hook up -Dskip-stage2-tests and remove test-toolchain
Andrew Kelley
2022-08-19
make self-hosted the default compiler
Andrew Kelley
2022-08-19
build: remove the option to omit stage2
Andrew Kelley
2022-08-11
disable failing C backend behavior test on Windows
Andrew Kelley
2022-07-25
wasm: Enable C-ABI tests for self-hosted compiler
Luuk de Gram
2022-07-21
tests: remove superfluous newlines from logs
Andrew Kelley
2022-07-12
wasm-linker: Implement linker tests (#12006)
Luuk de Gram
2022-06-20
link-tests: CheckFileStep to do grep test on the binary
Jakub Konka
2022-06-20
test: introduce link(er) tests - builds on standalone tests
Jakub Konka
2022-05-22
stage2: append min version to target triple when lowering to LLVM
Jakub Konka
2022-05-13
migrate runtime safety tests to the new test harness
Andrew Kelley
2022-05-05
CI: add non-LLVM backends to the test matrix
Andrew Kelley
2022-04-29
std: Do not allocate the result for ChildProcess.init
Jimmi Holst Christensen
2022-02-06
Replace argvCmd with std.mem.join
Cody Tapscott
2022-02-06
Avoid depending on child process execution when not supported by host OS
Cody Tapscott
2022-01-24
Normalize some build function names
Jonathan Marler
2021-12-16
glibc: fix inconsistency of powerpc ABI mapping
Andrew Kelley
2021-12-15
glibc: fix inconsistency of mips ABI mapping
Andrew Kelley
2021-12-02
zig build: promote qemu, wine, wasmtime, darling, and rosetta
Andrew Kelley
2021-12-02
Remove .disable_native for x86_64-macos as it's fixed now
Jakub Konka
2021-12-02
Make Rosetta availability declarative by the user
Jakub Konka
2021-11-30
std lib API deprecations for the upcoming 0.9.0 release
Andrew Kelley
2021-10-04
migrate from `std.Target.current` to `@import("builtin").target`
Andrew Kelley
2021-09-24
Spelling corrections (#9833)
Josh Soref
2021-09-07
Fix building aarch64-windows-gnu by adding missing libc files and compiler_rt...
Jonathan Marler
2021-08-31
re-enable all the MIPS tests
Andrew Kelley
2021-08-09
Merge remote-tracking branch 'origin' into libc-wasi-test
Takeshi Yoneda
2021-08-06
Update all usages of mem.split/mem.tokenize for generic version
Ryan Liptak
2021-08-02
Add -Denable-macos-sdk explicit flag to build.zig
Jakub Konka
2021-07-27
WASI,libc: enable tests.
Takeshi Yoneda
2021-07-02
avoid calling into stage1 backend when AstGen fails
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-06-13
format zig files and add formatting check to ci
jacob gw
2021-06-12
std.build: don't default to static linkage
Veikka Tuominen
2021-06-11
make remaining enums in build.zig snake_case
Veikka Tuominen
2021-06-11
Changes to .path instead of .getPathFn. Changes LibExeObjStep to also provide...
Felix (xq) Queißner
2021-06-11
Changes createExecutable parameter is_dynamic to a enum to make code more rea...
Felix (xq) Queißner
2021-06-06
Revert "tests: disable i386-linux-gnu -lc target due to CI failures"
LemonBoy
2021-05-28
tests: disable i386-linux-gnu -lc target due to CI failures
Andrew Kelley
2021-05-25
standalone tests may now test cross targets and build modes.
xavier
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-13
Add experimental Darling support for cross testing macOS
Jakub Konka
2021-05-12
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-11
test: Enable i386-linux-gnu test
LemonBoy
2021-04-24
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
[next]