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-03-14
Zcu: rename implicitly-named decls to avoid overriding by explicit decls
mlugg
2024-03-14
compiler: detect duplicate test names in AstGen
mlugg
2024-03-11
std.builtin: make atomic order fields lowercase
Tristan Ross
2024-03-11
std.builtin: make container layout fields lowercase
Tristan Ross
2024-03-06
cases: correct after #18816
mlugg
2024-02-26
Check for inactive union field when calling fn at comptime
John Schmidt
2024-02-26
Merge pull request #18859 from schmee/switch-union-capture-align
Andrew Kelley
2024-02-26
Sema: fix compile error for switching on undefined union
John Schmidt
2024-02-19
Sema: validate that runtime-known inferred alloc does not have comptime-only ...
mlugg
2024-02-16
cases: account for changed compile errors
mlugg
2024-02-12
Sema: add declared here notes in `fail`
Veikka Tuominen
2024-02-09
Sema: catch runtime stores to comptime variables through calls
Veikka Tuominen
2024-02-09
Merge pull request #18712 from Vexu/std.options
Andrew Kelley
2024-02-08
Preserve field alignment in union pointer captures
John Schmidt
2024-02-06
Make `@intFromEnum` an error for empty enums
David Rubin
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-02-01
std.start: remove event loop integration
Veikka Tuominen
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
[next]