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
2023-04-20
Sema: allow ptr field access on pointer-to-array
mlugg
2023-04-12
Zir: implement explicit block_comptime instruction
mlugg
2023-04-05
Sema: validate array element types
Veikka Tuominen
2023-03-26
Module: fix lazy srcloc resolution for new for loop syntax
Veikka Tuominen
2023-03-21
fix broken test cases exposed by ec445fb6b8bb3f3d423cafa4f3a7860da65ca233
Veikka Tuominen
2023-03-21
Improve error messages for break type coercion
John Schmidt
2023-03-21
Merge pull request #15028 from Vexu/compile-errors
Veikka Tuominen
2023-03-20
Port some stage1 test cases to stage2
mlugg
2023-03-21
Sema: improve error message of field access of wrapped type
Veikka Tuominen
2023-03-16
Add error for bad cast from `*T` to `*[n]T`
InKryption
2023-03-15
fix test-case copy-paste typo from earlier commit
Andrew Kelley
2023-03-15
fix compile log test case expected output
Andrew Kelley
2023-03-15
test-cases: add missing compile log output
Andrew Kelley
2023-03-15
re-enable test-cases and get them all passing
Andrew Kelley
2023-03-12
Sema: improve error message when calling non-member function as method
mlugg
2023-03-10
Sema: correctly detect use of undefined within slices in @Type
mlugg
2023-03-09
Fix test case added in 6d7fb8f
mlugg
2023-03-09
Sema: check type of comptime try operand
mlugg
2023-03-08
astgen: fill result location with `void` value if no other value
John Schmidt
2023-03-04
AstGen: compile-error on primitive value export
r00ster91
2023-03-01
astgen: do not discard result location in for/while loops
John Schmidt
2023-02-21
Sema: implement @fieldParentPtr for unions
Isaac Freund
2023-02-19
add test coverage for fixed bug. closes #5410
Andrew Kelley
2023-02-19
implement `writeToMemory`/`readFromMemory` for pointers
Veikka Tuominen
2023-02-18
implement error for unbounded for loops
Andrew Kelley
2023-02-18
improve error message for byref capture of byval array
Andrew Kelley
2023-02-18
fix source location for not-indexable for loop errors
Andrew Kelley
2023-02-18
AstGen: add error for discard of unbounded counter
Andrew Kelley
2023-02-18
Sema: improve error message for mismatched for loop lengths
Andrew Kelley
2023-02-18
update test-cases for new for loop syntax
Andrew Kelley
2023-02-15
split `@qualCast` into `@constCast` and `@volatileCast`
Veikka Tuominen
2023-02-11
Sema: validate inferred error set payload type
Veikka Tuominen
2023-02-01
Merge pull request #14477 from Vexu/fixes
Andrew Kelley
2023-02-01
Sema: fix error location on comptime arg to typed generic param
Veikka Tuominen
2023-01-31
update test case for new std.builtin.OptimizeMode API
Andrew Kelley
2023-01-31
Sema: emit compile error for comptime or inline call of function pointer
r00ster91
2023-01-30
implement `@qualCast`
Veikka Tuominen
2023-01-30
Sema: replace backticks with single quotes
Veikka Tuominen
2023-01-30
Sema: add helpful notes to invalid `@ptrCast` operations
Veikka Tuominen
2023-01-30
AstGen: fix crash on invalid decltest
Veikka Tuominen
2023-01-30
Sema: ensure args to inline comptime args are comptime-known
Veikka Tuominen
2023-01-22
Sema: fix unwrapping null when reporting error on member access
Veikka Tuominen
2023-01-17
enable passing compile error test
Veikka Tuominen
2023-01-11
AstGen: add note pointing to tuple field
Veikka Tuominen
2023-01-11
Sema: fix condition for omitting comptime arg from function type
Veikka Tuominen
2023-01-05
Sema: handle enum expressions referencing local variables
Veikka Tuominen
2023-01-05
Sema: remove generic function from `monomorphed_funcs` on any error
Veikka Tuominen
2023-01-05
Sema: only untyped undefined should coerce to all types
Veikka Tuominen
2023-01-05
Sema: improve struct/union field error locations
Veikka Tuominen
2023-01-03
Sema: do not immediately destroy failed generic instantiation
Veikka Tuominen
[next]