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
/
error.zig
Age
Commit message (
Expand
)
Author
2025-07-27
aarch64: fix error union constants
Jacob Young
2025-07-26
aarch64: implement more optional/error union/union support
Jacob Young
2025-07-26
aarch64: implement some safety checks
Jacob Young
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-07-07
delete bad behavior test
Andrew Kelley
2025-06-28
riscv64: skip failing tests
Bingwu Zhang
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-03-24
stage2-wasm: enable already working tests
Pavel Verigo
2025-02-24
test: skip failing tests with spirv-vulkan
Ali Cheraghi
2025-02-05
Sema: fix `@errorCast` with error unions
mlugg
2025-02-05
Sema: fix comparison between error set and comptime-known error union
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-07-26
riscv: update tests and fix reuse bug
David Rubin
2024-07-26
riscv: enable passing tests
David Rubin
2024-07-14
riscv: truncate `airStructFieldVal` result
David Rubin
2024-06-13
test: disable-enable riscv tests
David Rubin
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: `std.fmt.format` running
David Rubin
2024-06-10
spirv: disable tests that fail on pocl
Robin Voetter
2024-05-11
riscv: update behaviour tests again
David Rubin
2024-05-11
riscv: finally fix bug + `airAggregateInit`
David Rubin
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2024-05-08
fix wrong int alignment for i65..i127 on x86 arch
Andrew Kelley
2024-04-17
compiler: rework comptime pointer representation and access
mlugg
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-18
spirv: enable passing tests
Robin Voetter
2024-02-09
spirv: make rusticl the primary testing implementation
Ali Chraghi
2024-01-29
Sema: do not emit `@errorCast` safety check when dest is adhoc inferred error...
Veikka Tuominen
2024-01-15
test/behavior: replace all 'comptime expect' with 'comptime assert'
dweiller
2024-01-06
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen
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-03
Sema: fix issues in `@errorCast` with error unions
Veikka Tuominen
2023-10-01
Sema: add `@errorCast` which works for both error sets and error unions
Veikka Tuominen
2023-09-23
spirv: enable passing tests
Robin Voetter
2023-09-23
spirv: air wrap_errunion_payload
Robin Voetter
2023-09-23
spirv: disable failing tests
Robin Voetter
2023-07-27
frontend: make fn calls byval; fix false positive isNonErr
Andrew Kelley
2023-06-24
Merge pull request #16188 from kcbanner/fix_cbe_airErrUnionPayloadPtrSet
Andrew Kelley
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-24
cbe: fix crash caused by calling `mod.intValue` on `type_inferred_error_set`
kcbanner
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-05-31
enable passing behavior tests
Luuk de Gram
[next]