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-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-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-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-25
disallow non-scalar sentinel types
Andrew Kelley
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
2024-09-01
AstGen: error on unused switch label
mlugg
2024-09-01
compiler: implement decl literals
mlugg
2024-09-01
fix(Sema): patch segfault in `finishStructInit`
WillLillis
2024-08-29
cases: update for new error wording, add coverage for field/decl name conflict
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-08-27
behavior,cases: add `@branchHint` test coverage
mlugg
2024-08-27
compiler,lib,test,langref: migrate `@setCold` to `@branchHint`
mlugg
2024-08-27
lib,test,tools,doc: update usages of @export
mlugg
2024-08-16
add an error for stack allocations in naked functions (#21082)
David Rubin
2024-08-11
compiler: split Decl into Nav and Cau
mlugg
2024-07-31
std.zig.tokenizer: simplify
Andrew Kelley
2024-07-21
Sema: fix OOB access in coerceTupleToStruct (#19620)
Bogdan Romanyuk
2024-07-21
fix(fmt): pointer type syntax to index (take 2) (#20336)
Will Lillis
2024-07-21
fix: remove misleading error note for failed array coercions
WillLillis
2024-07-21
fix: Add error notes for method calls on double pointers (#20686)
Will Lillis
[prev]
[next]