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
Age
Commit message (
Expand
)
Author
2020-06-16
Merge pull request #5422 from pixelherodev/error_tests
Andrew Kelley
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: Fix transformation tests
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] Attempt to call nakedcc function
Noam Preil
2020-06-15
[Stage2/Testing] Make API more friendly
Noam Preil
2020-06-15
[Stage2/Testing] Add (failing) test
Noam Preil
2020-06-15
[Stage2/Testing] Reduce test
Noam Preil
2020-06-15
[Stage2/Testing] ZIR tests for expected errors
Noam Preil
2020-06-15
stage1: implement type coercion of anon struct literal to struct
Andrew Kelley
2020-06-09
Return should be i32 due to error signaling in memory.grow
Jakub Konka
2020-06-09
Expose full llvm intrinsic
Jakub Konka
2020-06-09
Add basic tests for the new builtins
Jakub Konka
2020-06-09
fix memory errors
Jonathan Marler
2020-06-09
Merge pull request #5539 from mikdusan/issue5474
Andrew Kelley
2020-06-08
Merge pull request #5566 from ziglang/stage2-garbage-collect-decls
Andrew Kelley
2020-06-08
stage1: fix crash on slice byte reinterpretation
xackus
2020-06-08
stage2: add passing test for compile error in unreferenced cycle
Andrew Kelley
2020-06-08
stage2: -femit-zir respects decl names and supports cycles
Andrew Kelley
2020-06-05
stage1: fix constness in some corner cases
Michael Dusan
2020-06-04
translate-c: don't crash on complex switches
Vexu
2020-06-02
stage2: fix referencing decls which appear later in the file
Andrew Kelley
2020-05-31
stage1: fix unresolved inferred error sets
xackus
2020-05-29
Support equality comparison for optional to non-optional (?T ==/!= T)
foobles
2020-05-30
Merge pull request #5184 from alexnask/typeof_extern_call
Veikka Tuominen
2020-05-28
C ABI: Add C support for passing structs of floats to an extern function
Timon Kruiper
2020-05-28
stage2: first pass at recursive dependency resolution
Andrew Kelley
2020-05-27
self-hosted: introduce a virtual address allocation scheme
Andrew Kelley
2020-05-27
translate-c: use correct scope in for loop condition
Vexu
2020-05-26
Add matching compile error test
Jakub Konka
2020-05-26
Make align expr on fns a compile error in Wasm
Jakub Konka
2020-05-26
Changed test name to reflect it only fixes #4328
Alexandros Naskos
2020-05-25
Added custom build step id, made tests.zig steps use it
Alexandros Naskos
2020-05-19
stage2: function calls using the global offset table
Andrew Kelley
2020-05-18
Updated test
Alexandros Naskos
2020-05-18
Add TypeOf resolution of dereferences and struct fields of undefined values
Alexandros Naskos
2020-05-18
Narrow down behaviour test cases; this removes wasmtime-enabled check in tests
Jakub Konka
2020-05-18
Disable tests requiring Wasmtime be default; require -Denable-wasmtime flag o...
Jakub Konka
2020-05-18
Add/fix missing WASI functionality to pass libstd tests
Jakub Konka
2020-05-17
Merge pull request #5307 from ziglang/self-hosted-incremental-compilation
Andrew Kelley
2020-05-17
update ZIR compare output test to test incremental updates
Andrew Kelley
2020-05-17
Merge pull request #5057 from xackus/opaque-param
Andrew Kelley
2020-05-16
cross compile the stage2 tests for the target that they work for
Andrew Kelley
2020-05-16
Merge remote-tracking branch 'origin/master' into self-hosted-incremental-com...
Andrew Kelley
2020-05-15
update ZIR test cases
Andrew Kelley
2020-05-16
Enable the test `standalone/global_linkage`
yvt
[next]