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
Age
Commit message (
Expand
)
Author
2025-07-19
tests: remove more old async tests
mlugg
2025-07-17
test: Restore and fix deleted tests that relied on intern pool types (#24422)
Felix Koppe
2025-07-16
zig fmt
Andrew Kelley
2025-07-11
Remove numerous things deprecated during the 0.14 release cycle
Linus Groh
2025-07-07
fix test case expected float value
Andrew Kelley
2025-07-07
remove `usingnamespace` from the language
Andrew Kelley
2025-07-07
remove `async` and `await` keywords
Andrew Kelley
2025-06-29
Sema: correct OPV for optional empty error set
Andrew Kelley
2025-06-23
remove `spirv` cpu arch
Ali Cheraghi
2025-06-17
Merge pull request #24188 from mlugg/intfromfloat-safety
Matthew Lugg
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-06-15
compiler: fix `@intFromFloat` safety check
mlugg
2025-06-13
Sema: add missing error and test for bool not on vector of ints
Andrew Kelley
2025-06-07
seriously don't put internpool indexes in test cases
Andrew Kelley
2025-06-07
don't put intern pool indexes in test cases
Andrew Kelley
2025-06-07
Merge pull request #24072 from jacobly0/x86_64-default
Andrew Kelley
2025-06-07
cases: fix type names
mlugg
2025-06-06
x86_64: add support for pie executables
Jacob Young
2025-06-06
AstGen: fix name strategy bugs
mlugg
2025-06-01
compiler: combine `@intCast` safety checks
mlugg
2025-06-01
Legalize: implement scalarization of overflow intrinsics
Jacob Young
2025-06-01
compiler: implement better shuffle AIR
mlugg
2025-05-31
Legalize: implement scalarization of binary operations
Jacob Young
2025-05-28
x86_64: implement integer `@reduce(.Max)`
Jacob Young
2025-05-28
x86_64: implement integer `@reduce(.Min)`
Jacob Young
2025-05-28
x86_64: implement optimized float `@reduce(.Mul)`
Jacob Young
2025-05-28
x86_64: implement optimized float `@reduce(.Add)`
Jacob Young
2025-05-28
x86_64: rewrite bitwise `@reduce`
Jacob Young
2025-05-27
compiler: tlv pointers are not comptime-known
mlugg
2025-05-27
Sema: simplify comptime `@intFromPtr` logic
David Rubin
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-07
translate-c: fix callconv attribute in macro
xdBronch
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
[prev]
[next]