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
2023-02-21
Add test coverage for some module structures
mlugg
2023-02-21
Implement new module CLI
mlugg
2023-02-18
update std lib and compiler sources to new for loop syntax
Andrew Kelley
2023-01-22
Package: store package name directly
mlugg
2022-12-15
test: observe and check note count in error output
Stevie Hryciw
2022-12-06
test: remove reference to stage1
Jacob Young
2022-12-06
remove `-fstage1` option
Andrew Kelley
2022-11-29
std.mem.Allocator: allow shrink to fail
Andrew Kelley
2022-11-28
CLI: more careful resolution of paths
Andrew Kelley
2022-11-21
disable failing arm-linux non-llvm backend tests
Andrew Kelley
2022-11-18
run zig fmt on everything checked by CI
Stevie Hryciw
2022-11-13
C backend: improve ergonomics of zig.h a little bit
Andrew Kelley
2022-10-25
cbe: update test cases
Jacob Young
2022-10-20
Fix #12091: Error message with TERM=dumb is missing info
yujiri8
2022-09-16
Merge pull request #12796 from Vexu/referenced-by-v2
Veikka Tuominen
2022-09-14
ZIG_EXE envirnoment variable instead of testing build options
Andrew Kelley
2022-09-15
stage2: implement referenced by trace for error messages
Veikka Tuominen
2022-09-14
Move std.testing.zig_exe_path into build options
Martin Wickham
2022-09-09
Merge pull request #12788 from ziglang/detect-native-glibc
Andrew Kelley
2022-09-08
std.zig.system.NativeTargetInfo: detection ignores self exe
Andrew Kelley
2022-09-07
tests: force LLD off for stage2 backends until auto-select deems worthy
Jakub Konka
2022-09-07
test-cases: enable stage2 tests on Windows
Jakub Konka
2022-08-19
make self-hosted the default compiler
Andrew Kelley
2022-08-18
test harness: fix handling of object format
Andrew Kelley
2022-08-11
test-cases: remove multi-threading
Andrew Kelley
2022-07-27
test-cases harness: annotate an optional type
Andrew Kelley
2022-07-26
test-cases harness: refresh just before update()
Andrew Kelley
2022-07-26
test-cases harness: improve stage2 compatibility
Andrew Kelley
2022-07-26
test-cases harness: test all updates
Andrew Kelley
2022-07-25
std.mem: add `first` method to `SplitIterator` and `SplitBackwardsIterator`
r00ster
2022-07-15
std.fs: remove `OpenDirOptions.iterate`
Veikka Tuominen
2022-07-15
std.fs: split `Dir` into `IterableDir`
Veikka Tuominen
2022-07-12
Compilation: indent multiline error messages properly
r00ster91
2022-06-28
test: return error on unknown config value
Jakub Konka
2022-06-14
test-cases: avoid using realpath since it is not portable
Andrew Kelley
2022-06-14
test-cases: fix race with `zig run` on C backend tests
Andrew Kelley
2022-06-14
multi-thread `zig build test-cases`
Andrew Kelley
2022-06-09
test harness: fix handling of counts
Andrew Kelley
2022-06-08
test harness: fix sort comparator
Andrew Kelley
2022-05-26
test: correctly track identical error msgs in handled errors list
Jakub Konka
2022-05-15
test harness: Set filename on error return
Luuk de Gram
2022-05-13
test harness: actually run the stage1 "run" tests
Andrew Kelley
2022-05-13
test-cases: honor -Dtest-filter argument from zig build
Andrew Kelley
2022-05-13
test harness: dump stderr when compiler crashes
Andrew Kelley
2022-05-13
migrate runtime safety tests to the new test harness
Andrew Kelley
2022-05-04
test: move compile errors and incremental tests into common dir
Jakub Konka
2022-05-04
test: improve test batch/sequence iterator
Jakub Konka
2022-05-02
test: regression fix: skip stage1 if not enabled
Jakub Konka
2022-04-28
test: remove redundant codepaths from test harness
Jakub Konka
2022-04-28
test: migrate stage1 compile error tests to updated test manifest
Jakub Konka
[next]