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
Age
Commit message (
Expand
)
Author
2024-12-24
delete aro dependency
sans-aro
Andrew Kelley
2024-12-19
compiler: disallow `align` etc annotations on comptime-only globals
mlugg
2024-12-18
compiler: disallow `callconv` etc from depending on function parameters
mlugg
2024-12-16
Sema: disallow unsafe in-memory coercions
mlugg
2024-12-15
Sema: disallow runtime stores to pointers with comptime-only element types
mlugg
2024-12-11
AstGen: fix analysis when encountering discard of error capture
Techatrix
2024-12-09
Merge pull request #22157 from mlugg/astgen-error-lazy
Andrew Kelley
2024-12-08
Sema: fix use of Zcu.LazySrcLoc in error message
wooster0
2024-12-05
compiler: allow files with AstGen errors to undergo semantic analysis
mlugg
2024-11-29
compiler: use `@Type` instead of `@TypeOf` to print enum literal type
mlugg
2024-11-24
test: Set emit_bin=false for some safety tests.
Alex Rønne Petersen
2024-11-24
test: Set emit_bin=false for spirv_mergable_pointers.zig.
Alex Rønne Petersen
2024-11-24
test: Add test cases for PIC/PIE on various supported platforms.
Alex Rønne Petersen
2024-11-23
compiler: Disallow align(0) everywhere in the language.
Alex Rønne Petersen
2024-11-12
AstGen: add missing `rvalue` call to `labeledBlockExpr`
mlugg
2024-11-11
test: remove old-style incremental cases, add a few new incremental cases
mlugg
2024-11-09
Sema: fix wording in error message
Wooster
2024-11-02
Sema: Disallow calling functions with certain special calling conventions.
Alex Rønne Petersen
2024-10-31
compiler: remove anonymous struct types, unify all tuples
mlugg
2024-10-29
Merge pull request #21826 from Snektron/spirv-vulkan
Robin Voetter
2024-10-28
Sema: add missing coercion to bool for condbr_inline
mlugg
2024-10-27
fix compile error tests with unstable error sets
Robin Voetter
2024-10-27
spirv: forbid merging logical pointers
Robin Voetter
2024-10-25
Merge pull request #21710 from alexrp/function-alignment
Alex Rønne Petersen
2024-10-24
Sema: fix check for whether current AnalUnit is a test function
Veikka Tuominen
2024-10-23
Merge pull request #21758 from kcbanner/dll_storage_class
Andrew Kelley
2024-10-22
tests: add tests for is_dll_import externs
kcbanner
2024-10-20
compiler: Disallow function alignment for nvptx and spirv.
Alex Rønne Petersen
2024-10-19
Sema: add and improve some callconv compile errors
mlugg
2024-10-19
test: update for `CallingConvention` changes
mlugg
2024-10-18
compiler: implement `@FieldType`
mlugg
2024-10-14
Sema: fail if analyzing return in `noreturn`-declared function before coercin...
gabeuehlein
2024-10-12
implement packed struct equality (#21679)
David Rubin
2024-10-10
Sema: implement @splat for arrays
mlugg
2024-10-07
Sema: add missing runtime value validation to global mutable variables
mlugg
2024-10-07
Sema: add missing runtime value validation to @memcpy and @memset
mlugg
2024-10-04
remove `@fence` (#21585)
David Rubin
2024-10-03
fix: print correct number of provided arguments in min/max error message
WillLillis
2024-09-28
revert safety test cases to rely on deprecated old API
Andrew Kelley
2024-09-26
disable plan9 test
Andrew Kelley
2024-09-26
update safety test cases to new panic API
Andrew Kelley
2024-09-26
update test cases to new panic API
Andrew Kelley
2024-09-26
remove formatted panics
Andrew Kelley
2024-09-25
disallow non-scalar sentinel types
Andrew Kelley
2024-09-24
fix: disallow discard as errdefer capture
WillLillis
2024-09-23
fix: Add error note when attempt is made to destructure error union (#21491)
Will Lillis
2024-09-16
Sema: return undefined on comparison of runtime value against undefined
mlugg
2024-09-12
Sema: perform requested coercion when decl literal demoted to enum literal
mlugg
2024-09-10
add error for discarding if/while pointer capture
xdBronch
2024-09-04
Merge pull request #21257 from mlugg/computed-goto-3
Andrew Kelley
[next]