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-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
2024-07-16
Sema: add error note for failed coercions to optional types and error unions
Will Lillis
2024-07-15
Sema: support pointer subtraction
Wooster
2024-07-15
Tokenizer bug fixes and improvements
gooncreeper
2024-07-15
Sema: disallow casting to opaque
fmaggi
2024-07-13
Compilation: introduce work stages for better work distribution
Jacob Young
2024-07-12
Zcu: allow atomic operations on packed structs
Jacob Young
2024-07-04
compiler: rework type resolution, fully resolve all types
mlugg
2024-07-04
Zcu: key compile errors on `AnalUnit` where appropriate
mlugg
2024-07-03
Make 0e.0 and 0xp0 not crash
wooster0
2024-06-20
Merge pull request #20299 from mlugg/the-great-decl-split
Matthew Lugg
2024-06-19
AstGen: error for redundant `@inComptime()`
mlugg
2024-06-18
cases: un-regress some notes
mlugg
2024-06-15
Zcu: rework source locations
mlugg
2024-06-02
Sema: validate function signature for Signal calling convention
Veikka Tuominen
2024-06-02
Sema: add missing error for runtime `@ptrFromInt` to comptime-only type
Veikka Tuominen
2024-05-22
Revert "implement `@expect` builtin (#19658)"
Andrew Kelley
2024-05-22
implement `@expect` builtin (#19658)
David Rubin
2024-05-22
Sema: add missing declared here note
wooster0
2024-05-14
Sema: suggest using try/catch/if on method call on error union
Wooster
2024-05-14
Sema: improve error set/union discard/ignore errors
r00ster91
2024-05-14
Sema: add error note for !?Type types when optional type is expected
r00ster91
[prev]
[next]