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-self-hosted
/
test.zig
Age
Commit message (
Expand
)
Author
2020-06-15
Stage2/Testing: Code cleanup
Noam Preil
2020-06-15
Stage2/Testing: Enable another test
Noam Preil
2020-06-15
Stage2/Testing: Remove dead code
Noam Preil
2020-06-15
Stage2/Testing: Add error tests to ZIRCase
Noam Preil
2020-06-15
Stage2/Testing: Fix transformation tests
Noam Preil
2020-06-15
Stage2/Testing: remove ZIRTransformCase
Noam Preil
2020-06-15
Stage2/Testing: Rename stage -> update
Noam Preil
2020-06-15
Stage2/Testing: Move Transformation case to ZIRCase
Noam Preil
2020-06-15
Stage2/Testing: Fix error specification
Noam Preil
2020-06-15
Stage2/Testing: Fix error tests
Noam Preil
2020-06-15
Stage2/Testing: Staged test harness draft design
Noam Preil
2020-06-15
[Stage2/Testing] Handle decl and export errors
Noam Preil
2020-06-15
[Stage2/Testing] Make API more friendly
Noam Preil
2020-06-15
[Stage2/Testing] Always finish case, note all errs
Noam Preil
2020-06-15
[Stage2/Testing] Don't rely on update erroring
Noam Preil
2020-06-15
[Stage2/Testing] Print name of failed test
Noam Preil
2020-06-15
[Stage2/Testing] ZIR tests for expected errors
Noam Preil
2020-06-08
stage2: add passing test for compile error in unreferenced cycle
Andrew Kelley
2020-05-17
update ZIR compare output test to test incremental updates
Andrew Kelley
2020-05-16
cross compile the stage2 tests for the target that they work for
Andrew Kelley
2020-05-15
stage2 zir tests passing
Andrew Kelley
2020-05-10
rework self-hosted compiler for incremental builds
Andrew Kelley
2020-05-02
remove last use of share_with_child_process
Andrew Kelley
2020-05-01
add ZIR transform test case
Andrew Kelley
2020-05-01
add ZIR compare output test case to test suite
Andrew Kelley
2020-03-30
std lib API deprecations for the upcoming 0.6.0 release
Andrew Kelley
2020-03-18
fix swapped logic for Windows
Andrew Kelley
2020-03-03
Update callers of fs.makePath
daurnimator
2020-01-09
Fix remaining variadic formatted prints
Ryan Liptak
2019-11-27
add more workarounds
Vexu
2019-11-26
fixes and cleanup in self hosted
Vexu
2019-11-24
self hosted compiler: final small fixes to get it compiling
Vexu
2019-11-23
re-enable stage2 tests
Vexu
2019-11-23
self hosted compiler: small miscellaneous fixes
Vexu
2019-11-23
Merge branch 'master' into modernize-stage2
Vexu
2019-11-13
std.io.getStdOut and related fns no longer can error
Andrew Kelley
2019-11-07
self hosted compiler: use enum literals
Vexu
2019-11-07
self hosted compiler: unify Target and std.Target
Vexu
2019-11-07
self hosted compiler: update to new std.event
Vexu
2019-11-07
self hosted compiler: remove await async pattern
Vexu
2019-10-19
Use 8192 sized buffers and remove allocator parameters
stratact
2019-05-26
clean up references to os
Andrew Kelley
2019-02-08
std.debug.assert: remove special case for test builds
Andrew Kelley
2018-11-30
stage2: update std.os.path.join method signature;
kristopher tate
2018-11-13
New Zig formal grammar (#1685)
Jimmi Holst Christensen
2018-10-15
Solve the return type ambiguity (#1628)
Jimmi Holst Christensen
2018-09-02
fix regressions
Andrew Kelley
2018-08-21
fix windows
Andrew Kelley
2018-08-10
windows: call CancelIo when canceling an fs watch
Andrew Kelley
2018-08-10
self-hosted: reorganize creation and destruction of Compilation
Andrew Kelley
[next]