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-01-16
stage2: implement error notes and regress -femit-zir
Andrew Kelley
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
2020-12-18
std: introduce a thread-local CSPRNG for general use
Andrew Kelley
2020-12-13
stage2: link musl dynamically by default if native
Isaac Freund
2020-12-04
stage2: introduce Module.failed_root_source_file
Andrew Kelley
2020-12-02
wire up -Dskip-non-native to stage2 tests
Andrew Kelley
2020-10-30
stage2: fix test harness tmp path handling
Vexu
2020-09-30
stage2: support multiple files in tests
Vexu
2020-09-24
fix a round of regressions in this branch
Andrew Kelley
2020-09-22
stage2: implement using the global cache dir
Andrew Kelley
2020-09-21
fix regressed stage2 test harness
Andrew Kelley
2020-09-21
rename src-self-hosted/ to src/
Andrew Kelley