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
/
cases
/
compile_errors
Age
Commit message (
Expand
)
Author
2022-06-30
Sema: validate shift amounts and switch ranges
Veikka Tuominen
2022-06-30
Sema: improve auto generated union enum name
Veikka Tuominen
2022-06-30
Sema: improve vector overflow errors
Veikka Tuominen
2022-06-30
Sema: improve `@call` errors
Veikka Tuominen
2022-06-30
move passing stage1 compile error tests to stage2
Veikka Tuominen
2022-06-14
test-cases: fix race with `zig run` on C backend tests
Andrew Kelley
2022-06-08
stage2: fix type printing of sub-byte pointers
Andrew Kelley
2022-06-06
Sema: validate equality on store to comptime field
Veikka Tuominen
2022-06-04
Sema: fix function type callconv inference
Veikka Tuominen
2022-05-27
Merge pull request #11733 from Vexu/stage2
Andrew Kelley
2022-05-27
Sema: add error for runtime indexing comptime array
Veikka Tuominen
2022-05-26
apply Vexu's suggestion to use failing_allocator for now
Jakub Konka
2022-05-26
test: correctly track identical error msgs in handled errors list
Jakub Konka
2022-05-26
Sema: `zirArrayType` does need source location
Veikka Tuominen
2022-05-25
Sema: add error for dereferencing comptime value at runtime
Veikka Tuominen
2022-05-24
move bound function behavior test to compile error test
Andrew Kelley
2022-05-04
test: move compile errors and incremental tests into common dir
Jakub Konka
[prev]