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
2024-02-03
Fix OOB when enum field out of order in different file
David Rubin
2024-02-03
Add error hint when looping over `ErrorUnion`
David Rubin
2024-01-29
Sema: fix casting runtime value to enum with comptime int tag type
Pavel Verigo
2024-01-26
Sema: tuples have no names to be used for reporting errors in finishStructInit
Krzysztof Wolicki
2024-01-22
Sema: implement comptime error return traces
Veikka Tuominen
2024-01-20
AstGen: detect duplicate field names
David Rubin
2024-01-19
do not enforce function parameters to be marked comptime if only called at co...
Meghan Denny
2024-01-18
add type check to `zirSwitchBlockErrUnion`
David Rubin
2024-01-16
sema: fix safe integer arithmetic operations on undefined values
Techatrix
2024-01-16
AstGen: use correct token_src for switch, if and while exprs
travisstaloch
2024-01-16
AstGen: properly handle ill-formed switch on error
Techatrix
2024-01-16
AstGen: add error message for capture error by ref in switch on error
Techatrix
2024-01-15
update test case for new const/var compile error
Andrew Kelley
2024-01-14
sema: allow slicing *T with comptime known [0..1]
dweiller
2024-01-13
Revert "Merge pull request #18410 from dweiller/by-length-slice-bug"
Andrew Kelley
2024-01-12
sema: forbid asm output to const locals
Meghan Denny
2024-01-09
AstGen: add error for redundant comptime var in comptime scope (#18242)
Bogdan Romanyuk
2024-01-09
test: add tests for switch_block_err_union
dweiller
2024-01-06
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen
2024-01-04
sema: Prevent reifying non-empty union with empty tag type
Carl Ã…stholm
2023-12-31
sema: add compile error for OOB by-length slice of array
dweiller
2023-12-11
Revert "Sema: forbid @breakpoint from being called at comptime"
Andrew Kelley
2023-12-11
Sema: forbid @breakpoint from being called at comptime
Bogdan Romanyuk
2023-12-08
AstGen: add error for using inline loops in comptime only scopes
Veikka Tuominen
2023-11-30
Sema: improve error location for array cat/mul
Veikka Tuominen
2023-11-25
Compiler: move checking function-scope-only builtins to AstGen
Bogdan Romanyuk
2023-11-23
Sema: disallow call to undefined function
Bogdan Romanyuk
2023-11-22
std: remove meta.trait
Andrew Kelley
2023-11-21
Merge pull request #18057 from Vexu/fixes
Andrew Kelley
2023-11-21
Sema: fix bad error location on field init with field access
Veikka Tuominen
2023-11-21
value: update isDeclRef for anonymous declarations
Bogdan Romanyuk
2023-11-19
cases: add compile error test for never-mutated local variable
mlugg
2023-11-19
test: update cases to silence 'var is never mutated' errors
mlugg
2023-11-19
test: check compile errors when compilation has no errors
dweiller
2023-11-18
Add struct declaration location to empty root struct field member error
Curtis Tate Wilkinson
2023-11-16
Move duplicate field detection for struct init expressions into AstGen
David
2023-11-16
Sema: Add error for non-power of 2 field alignment when reifying Unions, Stru...
Krzysztof Wolicki
2023-11-12
Revert "Sema: fix comparison with undefined"
Andrew Kelley
2023-11-12
Sema: fix comparison with undefined
Bogdan Romanyuk
2023-11-10
disallow calling @trap at comptime
Bogdan Romanyuk
2023-11-10
Sema: do not allow comptime-only pointer fields in packed structs
mlugg
2023-11-08
Sema: fix source location for untyped array init with result type
mlugg
2023-11-07
sema: analyze field init bodies in a second pass
kcbanner
2023-11-06
Sema: emit error when pointer to extern function is called
Bogdan Romanyuk
2023-11-05
Sema: fix error notes with wrong extern type
Bogdan Romanyuk
2023-10-31
Add compile error test case for union layout depending on pointer alignment
kcbanner
2023-10-23
Sema: make `@src().line` comptime-known
Andrew Kelley
2023-10-18
Merge pull request #17524 from Vexu/aro-translate-c
Andrew Kelley
2023-10-17
Sema: disallow `@intFromPtr` for comptime-only types
Bogdan Romanyuk
2023-10-17
tests: translate-c and run-translated-c to the test harness
Veikka Tuominen
[next]