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
/
behavior
/
eval.zig
Age
Commit message (
Expand
)
Author
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-06-19
x86_64: increase passing test coverage on windows
Jacob Young
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-02-24
test: skip failing tests with spirv-vulkan
Ali Cheraghi
2025-02-22
Type: resolve union tag type before checking for runtime bits
David Rubin
2025-02-05
Sema: disable runtime safety checks in comptime blocks
mlugg
2025-01-16
x86_64: implement switch jump tables
Jacob Young
2025-01-09
Sema: rewrite semantic analysis of function calls
mlugg
2025-01-02
Sema: correctly label `block_comptime` for restoring error return trace index
mlugg
2024-11-28
test: adjust behaviour test to new concat/mul semantics
David Rubin
2024-11-03
std.Target: Replace isARM() with isArmOrThumb() and rename it to isArm().
Alex Rønne Petersen
2024-10-13
spirv: skip range switch tests
Robin Voetter
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-26
riscv: enable passing tests
David Rubin
2024-07-14
riscv: truncate `airStructFieldVal` result
David Rubin
2024-07-14
riscv implement `@sqrt` for f32/f64
David Rubin
2024-06-19
Merge pull request #20070 from Rexicon226/riscv
Jakub Konka
2024-06-19
AstGen: error for redundant `@inComptime()`
mlugg
2024-06-13
riscv: rewrite "binOp"
David Rubin
2024-06-13
riscv: implement optional logic
David Rubin
2024-06-13
riscv: zero registers when using register-wide operations
David Rubin
2024-06-13
riscv: add `airAggregateInit` for arrays
David Rubin
2024-06-13
riscv: `std.fmt.format` running
David Rubin
2024-06-13
riscv: arbitrary sized arrays
David Rubin
2024-06-13
riscv: switch progress + by-ref return progress
David Rubin
2024-05-11
riscv: finally fix bug + `airAggregateInit`
David Rubin
2024-05-11
riscv: math progress
David Rubin
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2024-03-25
compiler: implement analysis-local comptime-mutable memory
mlugg
2024-02-26
compiler: decide dbg_var scoping based on AIR blocks
mlugg
2024-02-06
x86_64+macho: pass more behavior tests
Jakub Konka
2024-02-04
spirv: update tests
Robin Voetter
2024-01-15
test/behavior: replace all 'comptime expect' with 'comptime assert'
dweiller
2024-01-01
zig build system: change target, compilation, and module APIs
Andrew Kelley
2023-11-19
test: update behavior to silence 'var is never mutated' errors
mlugg
2023-10-23
Revert "Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs""
Robin Voetter
2023-10-22
Revert "Merge pull request #17657 from Snektron/spirv-recursive-ptrs"
Andrew Kelley
2023-10-21
spirv: self-referential pointers via new fwd_ptr_type
Robin Voetter
2023-10-15
spirv: update failing / passing tests
Robin Voetter
2023-10-09
x86_64: implement 128-bit integer multiply and divide
Jacob Young
2023-09-23
spirv: enable passing tests
Robin Voetter
2023-09-23
spirv: disable failing tests
Robin Voetter
2023-09-23
Sema: refactor detection of comptime-known consts
mlugg
2023-09-17
AstGen: allow closure over known-runtime values within @TypeOf
mlugg
2023-07-31
std: finish cleanup up asm
Jacob Young
2023-07-31
cbe: get behavior tests running on arm
Jacob Young
2023-07-26
add behavior test for comptime array load
Andrew Kelley
2023-07-25
make `@typeInfo` not return private decls
Jacob G-W
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
[next]