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-05-21
spirv: super basic composite int support
Ali Cheraghi
2025-05-20
compiler: Scaffold stage2_powerpc backend.
Alex Rønne Petersen
2025-05-20
Merge pull request #23836 from mlugg/incr-fixes
Matthew Lugg
2025-05-19
Sema: allow `@ptrCast` single-item pointer to slice
mlugg
2025-05-18
compiler: refactor `Zcu.File` and path representation
mlugg
2025-05-17
x86_64: rewrite `@splat`
Jacob Young
2025-05-17
x86_64: rewrite scalar `<<|`
Jacob Young
2025-05-17
x86_64: rewrite vector `+|`
Jacob Young
2025-05-16
cases: update to new "called from here" notes
mlugg
2025-05-15
make error messages prettier
wooster0
2025-05-03
Merge pull request #23263 from mlugg/comptime-field-ptr
Matthew Lugg
2025-05-03
std.Target: Add Cpu.Arch.or1k and basic target info.
Alex Rønne Petersen
2025-04-28
Merge pull request #23708 from ziglang/memmove-followups
Andrew Kelley
2025-04-28
Sema: fix a few indexing bugs
mlugg
2025-04-28
sema: do checked cast when resolving aggregate size
dweiller
2025-04-27
make `@memcpy` and `@memmove` share panic handlers
Andrew Kelley
2025-04-28
Sema: fix pointers to comptime fields of comptime-known aggregate pointers
mlugg
2025-04-26
test: add tests for @memmove
dweiller
2025-04-26
compiler: add @memmove builtin
dweiller
2025-04-02
compiler: allow `@import` of ZON without a result type
Mason Remaley
2025-03-29
compiler: "illegal behavior", not "undefined behavior", in errors
mlugg
2025-03-21
x86_64: rewrite wrapping multiplication
Jacob Young
2025-03-17
Sema: error on illegal code when targeting spirv
Ali Cheraghi
2025-03-16
Sema: rewrite comptime arithmetic
mlugg
2025-03-08
Sema: handle generated tag enums in union field order check
Ian Johnson
2025-03-05
Remove uses of deprecated callconv aliases
Linus Groh
2025-02-26
test: remove dependencies on legacy coercion
mlugg
2025-02-26
Sema: remove legacy coercion
mlugg
2025-02-25
AstGen: improve 'file cannot be a tuple' source location
mlugg
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
[prev]
[next]