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-01-14
also run C ABI tests with -OReleaseFast
Veikka Tuominen
2022-12-07
disable failing behavior tests with -ofmt=c -target x86_64-windows
Andrew Kelley
2022-12-06
remove `-fstage1` option
Andrew Kelley
2022-11-30
add test coverage for zig build CLI and options API
Andrew Kelley
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-26
test-link: add -Denable-symlinks-windows to opt-in to using symlinks
kcbanner
2022-11-21
disable failing arm-linux non-llvm backend tests
Andrew Kelley
2022-11-10
win: combine PDB fixes into one changeset
Jakub Konka
2022-11-04
all: rename i386 to x86
Ali Chraghi
2022-11-01
build: remove `ofmt` from `LibExeObjStep` which is redundant with `target.ofmt`
Jacob Young
2022-10-31
cbe: improve support for non-native float types
Jacob Young
2022-10-30
CI: disable failing C backend test
Andrew Kelley
2022-10-22
x86_64 llvm: correct lowering of ptr sized float struct
Veikka Tuominen
2022-10-22
build.zig: separate C ABI tests from standalone tests
Veikka Tuominen
2022-10-18
Sema: implement linksection on functions
jacobly0
2022-10-13
tests: Enable PPC64LE as a test target
Cody Tapscott
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
[prev]
[next]