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-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
2024-05-14
Sema error: talk about discarding instead of suppressing
r00ster91
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2024-04-23
error on `undefined` end index
David Rubin
2024-04-18
Sema: correctly make inferred allocs constant
David Rubin
2024-04-17
compiler: un-implement #19634
mlugg
2024-04-17
compiler: rework comptime pointer representation and access
mlugg
2024-03-30
Update uses of `@fieldParentPtr` to use RLS
Jacob Young
2024-03-30
AstGen: use RLS to infer the first argument of `@fieldParentPtr`
Jacob Young
2024-03-30
Sema: rework `@fieldParentPtr` to accept a pointer type
Jacob Young
2024-03-28
Sema: check error union payload types in `@errorCast`
Veikka Tuominen
2024-03-28
add tests for fixed stage1 bugs
Veikka Tuominen
2024-03-28
allow `@errorcast` to cast error sets to error unions
HydroH
2024-03-26
cases: necessary changes from branch
mlugg
2024-03-25
compiler: implement analysis-local comptime-mutable memory
mlugg
2024-03-17
Merge pull request #19333 from Vexu/fixes
Andrew Kelley
2024-03-17
Sema: fix printing of inferred error set of generic fn
Veikka Tuominen
2024-03-17
AstGen: disallow alignment on function types
Jacob Young
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
[prev]
[next]