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
/
bugs
/
3779.zig
Age
Commit message (
Expand
)
Author
2023-10-23
rename behavior test to better describe what it does
Andrew Kelley
2023-10-15
spirv: update failing / passing tests
Robin Voetter
2023-09-23
spirv: enable passing tests
Robin Voetter
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-06-25
stage2 ARM: implement basic intCast and error union wrapping
joachimschmidt557
2022-03-18
organize behavior tests
Andrew Kelley
2022-03-18
bugs/3779: replace expectEqual*() with expect()
Daniele Cocca
2022-03-18
stage2: improve `@typeName`
Andrew Kelley
2022-03-10
Sema: if generic function evaluates to another generic function call it inline
Veikka Tuominen
2021-07-15
Fix "unused local constant" error
Daniele Cocca
2021-07-15
src: return a null-terminated slice
Daniele Cocca
2021-06-16
embedFile: change notation from [X:0] to [N:0]
Daniele Cocca
2021-06-16
typeName: amend return type to string literal
Daniele Cocca
2021-06-16
errorName: return a null-terminated slice
Daniele Cocca
2021-06-16
tagName: return a null-terminated slice
Daniele Cocca