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
/
src
/
test.zig
Age
Commit message (
Expand
)
Author
2021-07-23
stage2: improvements towards `zig test`
Andrew Kelley
2021-07-20
stage2 tests: respect -Dskip-non-native for object formats
Andrew Kelley
2021-07-02
stage2: improve AstGen FileNotFound error message
Andrew Kelley
2021-07-02
compile errors test harness: support unknown file/line/column
Andrew Kelley
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-05-19
stage2 test harness: show source file name
Andrew Kelley
2021-05-17
stage2: get rid of NameHash
Andrew Kelley
2021-05-15
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-15
stage2: remove SPU Mark II backend
Andrew Kelley
2021-05-13
Add experimental Darling support for cross testing macOS
Jakub Konka
2021-05-08
stage2 test harness: report multiple failures
Andrew Kelley
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-05-08
update usage of std.testing in stage2
Veikka Tuominen
2021-05-06
stage2: fix compile errors in test harness
Andrew Kelley
2021-04-15
stage2: rename zir to Zir
Andrew Kelley
2021-04-09
stage2: delete allowing input (and output) zir from the pipeline (#8471)
g-w1
2021-04-08
stage2: fix the memory leaks
Andrew Kelley
2021-04-08
stage2: simplify Decl src_node field
Andrew Kelley
2021-03-08
stage2 cbe: non pointer optionals
Veikka Tuominen
2021-03-06
stage2: implement var args
Veikka Tuominen
2021-03-04
Merge pull request #7763 from kivikakk/zig-elf-parse
Andrew Kelley
2021-02-19
stage2: test harness: panic on OOM rather than assert
Andrew Kelley
2021-01-30
Replace @TagType uses, mostly with std.meta.Tag
Tadeo Kondrak
2021-01-18
stage2: rework ZIR/TZIR for optionals and error unions
Andrew Kelley
2021-01-16
stage2: implement error notes and regress -femit-zir
Andrew Kelley
2021-01-15
use interfaces
Asherah Connor
2021-01-14
expose phdr, shdr parsing
Asherah Connor
2021-01-09
Merge pull request #7725 from FireFox317/even-more-llvm
Andrew Kelley
2021-01-07
Reduce use of deprecated IO types
Jay Petacat
2021-01-07
stage2 test: make sure to pass the dynamic linker to Compilation
Timon Kruiper
2021-01-05
stage2 test harness: don't try to run non-native C backend tests
Andrew Kelley
2021-01-05
stage2: rework the C backend
Andrew Kelley
2021-01-03
stage2: remove the Cache deadlock detection code
Andrew Kelley
2021-01-03
stage2: fix Cache debug deadlock code memory leak
Andrew Kelley
2021-01-03
stage2: Add support for testing LLVM enabled builds in test-stage2
Timon Kruiper
2021-01-02
Fix more stray uses of {} for formatting strings
LemonBoy
2020-12-31
stage2: inferred local variables
Andrew Kelley
2020-12-29
stage2 tests: improve C backend testing
Andrew Kelley
2020-12-29
stage2: C backend improvements
Andrew Kelley
2020-12-29
stage2 tests: pass cwd to child process to fix exe path
Andrew Kelley
2020-12-28
stage2 tests: fix incorrect path used for execution binary
Andrew Kelley
2020-12-28
stage2 tests: better failure reporting for failed execution
Andrew Kelley
2020-12-28
stage2: improve test harness to support executing generated C code
Andrew Kelley
2020-12-28
stage2: C backend: implement `@breakpoint` and clean up test harness
Andrew Kelley
2020-12-23
Don't use emit-h in test cases for other backends.
Alex Cameron
2020-12-23
Fix a dumb
Noam Preil
2020-12-23
Add header test harness
Noam Preil
2020-12-20
update stage2 test harness to new std.Progress API
Andrew Kelley
2020-12-20
use kprotty's ThreadPool implementation (v5)
Andrew Kelley
[next]