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-02-23
Sema: allow `@ptrCast` of slices changing the length
mlugg
2025-02-22
AstGen: make layout specifiers on opaque containers a compile error
David Rubin
2025-02-21
added compile_error test coverage for issue 17166
Benjamin Thompson
2025-02-17
test: Update some compiler-internal type names in expected output.
Alex Rønne Petersen
2025-02-17
std.builtin: Remove CallingConvention.arm_(apcs,aapcs16_vfp).
Alex Rønne Petersen
2025-02-17
Sema: make source location in checkCallConvSupportsVarArgs more meaningful
Tw
2025-02-15
x86_64: implement error set and enum safety
Jacob Young
2025-02-06
Sema: add missing `validateRuntimeValue` calls
mlugg
2025-02-05
Sema: fix crash on `@tagName` of undefined enum literal
mlugg
2025-02-05
Sema: fix incorrectly succeeding type resolution
mlugg
2025-02-05
Merge pull request #22754 from mlugg/files-and-stuff
Matthew Lugg
2025-02-05
AstGen: improve error for invalid bytes in strings and comments
Will Lillis
2025-02-04
test: remove failing case
mlugg
2025-02-03
compiler,std: implement ZON support
Mason Remaley
2025-02-02
fix: error on non-exhaustive enums with zero width backing type (#21374)
Will Lillis
2025-02-01
Merge pull request #22672 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-02-01
compiler: do not propagate result type to `try` operand
mlugg
2025-01-31
x86_64: rewrite float vector conversions
Jacob Young
2025-01-29
Sema: explain why we tried to call an `extern fn` at comptime
mlugg
2025-01-29
Sema: `@memcpy` changes
mlugg
2025-01-26
fix: Only suggest try on destructure of error union if payload type can be de...
Will Lillis
2025-01-25
Merge pull request #22581 from jacobly0/x86_64-rewrite
Andrew Kelley
2025-01-24
x86_64: rewrite scalar and vector int `@min` and `@max`
Jacob Young
2025-01-24
x86_64: fix typo and lower optimized insts
Jacob Young
2025-01-24
all: update for `panic.unwrapError` and `panic.call` signature changes
mlugg
2025-01-24
compiler: yet more panic handler changes
mlugg
2025-01-22
Merge pull request #22572 from jacobly0/new-error-trace
Matthew Lugg
2025-01-22
x86_64: implement error return traces
Jacob Young
2025-01-22
Sema: fix crash when `inline` loop condition is not comptime-known
mlugg
2025-01-22
Zcu: fix switch prong source location resolution
mlugg
2025-01-21
compiler: simplify generic functions, fix issues with inline calls
mlugg
2025-01-21
Sema: fix `is_non_null_ptr` handling for runtime-known pointers
mlugg
2025-01-16
all: update to `std.builtin.Type.{Pointer,Array,StructField}` field renames
mlugg
2025-01-16
all: update to `std.builtin.Type.Pointer.Size` field renames
mlugg
2025-01-14
Sema: more validation for builtin decl types
mlugg
2025-01-14
Sema: fix UB in error reporting
mlugg
2025-01-14
Type: `struct {}` does not have a well-defined layout
mlugg
2025-01-13
Sema: disallow non scalar sentinels in array types and reified types (#22473)
xdBronch
2025-01-11
compiler: improve "... contains reference to comptime var" errors
mlugg
2025-01-09
Sema: rewrite semantic analysis of function calls
mlugg
2025-01-03
Zir: split up start and end of range in `for_len`
mlugg
2025-01-01
Sema: fix invalid coercion `*[n:x]T` -> `*[m]T` for `n != m`
mlugg
2024-12-31
cases: update to new compile error wordings
mlugg
2024-12-31
cases: add cases for runtime code in comptime scopes
mlugg
2024-12-24
compiler: analyze type and value of global declaration separately
mlugg
2024-12-23
Zir: refactor `declaration` instruction representation
mlugg
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
[prev]
[next]