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
/
6456.zig
Age
Commit message (
Expand
)
Author
2024-01-06
categorize `behavior/bugs/<issueno>.zig` tests
Veikka Tuominen
2023-09-23
spirv: enable passing tests
Robin Voetter
2023-06-10
behavior: pass more tests on llvm again
Jacob Young
2023-05-13
Update all std.mem.tokenize calls to their appropriate function
Ryan Liptak
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-03-25
x86_64: implement atomic loops
Jacob Young
2022-12-17
std.builtin: rename Type.UnionField and Type.StructField's field_type to type
r00ster91
2022-10-30
behavior: enable fixed cbe tests
Jacob Young
2022-03-23
wasm: Enable all passing tests
Luuk de Gram
2022-03-15
Sema: implement `@truncate` for SIMD vectors
Andrew Kelley
2022-03-12
stage2: add compiler test to ensure typed null doesn't coerce to any
Mitchell Hashimoto
2022-03-08
deprecated TypeInfo in favor of Type
Jonathan Marler
2021-08-06
Update all usages of mem.split/mem.tokenize for generic version
Ryan Liptak
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-29
move behavior tests from test/stage1/ to test/
Andrew Kelley