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
2025-09-16
test: delete old stage1 compile_errors tests
Alex Rønne Petersen
2025-09-16
test: rename backend=stage2 to backend=selfhosted, and add backend=auto
Alex Rønne Petersen
2025-09-07
add compile error test case
Andrew Kelley
2025-09-05
add compile error test case for new error
Andrew Kelley
2025-08-15
Zcu: don't tell linkers about exports if there are compile errors
mlugg
2025-08-15
fix: print error set members in a consistent order
Will Lillis
2025-08-13
Merge pull request #24674 from Justus2308/undef-shift-bitwise
Matthew Lugg
2025-08-12
add remaining undef value tests ; fix `@truncate` undef retval type
Justus Klausecker
2025-08-12
add undef shift tests ; mirror `zirShl` logic for `@shlWithOverflow`
Justus Klausecker
2025-08-12
remove redundant test cases
Justus Klausecker
2025-08-12
address most comments
Justus Klausecker
2025-08-12
make `>>` a compile error with any undef arg ; add a bunch of test cases
Justus Klausecker
2025-08-12
Sema: Improve comptime arithmetic undef handling
Justus Klausecker
2025-08-07
address comments
Justus Klausecker
2025-08-07
Add support for both '_' and 'else' prongs at the same time in switch statements
Justus Klausecker
2025-08-07
Permit explicit tags with '_' switch prong
Justus Klausecker
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-08-02
disallow alignment on packed union fields
David Rubin
2025-08-01
remove usages of `.alignment = 0`
David Rubin
2025-08-01
Sema: compile error on reifying align(0) struct fields
David Rubin
2025-07-31
Sema: remove incorrect `requireRuntimeBlock` calls
Jackson Wambolt
2025-07-31
Merge pull request #24632 from mlugg/lossy-int-to-float-coercion
Matthew Lugg
2025-07-31
Sema: add note suggesting dropping try on non error-unions
mikastiv
2025-07-31
Sema: disallow slicing many-item pointer with different sentinel
dweiller
2025-07-31
Sema: compile error on lossy int to float coercion
mlugg
2025-07-30
Sema: check min/max operand types
Jackson Wambolt
2025-07-30
Merge pull request #24278 from gooncreeper/atomic-fixes
Matthew Lugg
2025-07-30
Sema: disallow tags on non-auto unions when reifying (#23488)
Krzysztof Wolicki
2025-07-30
Sema: catch error sets in atomic operations
Kendall Condon
2025-07-26
aarch64: implement some safety checks
Jacob Young
2025-07-19
tests: remove more old async tests
mlugg
2025-07-17
test: Restore and fix deleted tests that relied on intern pool types (#24422)
Felix Koppe
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-07
remove `usingnamespace` from the language
Andrew Kelley
2025-07-07
remove `async` and `await` keywords
Andrew Kelley
2025-06-29
Sema: correct OPV for optional empty error set
Andrew Kelley
2025-06-23
remove `spirv` cpu arch
Ali Cheraghi
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-06-13
Sema: add missing error and test for bool not on vector of ints
Andrew Kelley
2025-06-07
seriously don't put internpool indexes in test cases
Andrew Kelley
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-06-01
compiler: combine `@intCast` safety checks
mlugg
2025-06-01
compiler: implement better shuffle AIR
mlugg
2025-05-31
Legalize: implement scalarization of binary operations
Jacob Young
2025-05-28
x86_64: implement integer `@reduce(.Max)`
Jacob Young
2025-05-28
x86_64: implement integer `@reduce(.Min)`
Jacob Young
2025-05-28
x86_64: implement optimized float `@reduce(.Mul)`
Jacob Young
2025-05-28
x86_64: rewrite bitwise `@reduce`
Jacob Young
2025-05-27
compiler: tlv pointers are not comptime-known
mlugg
2025-05-27
Sema: simplify comptime `@intFromPtr` logic
David Rubin
[next]