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
/
shuffle.zig
Age
Commit message (
Expand
)
Author
2024-10-22
tests: re-enable tests that now pass on aarch64-windows
kcbanner
2024-09-12
test: Re-enable a bunch of behavior tests with LLVM.
Alex Rønne Petersen
2024-06-10
spirv: improve shuffle codegen
Robin Voetter
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2024-05-08
disable regressed test from LLVM 18 upgrade
Andrew Kelley
2024-02-25
x86_64: implement `@shuffle`
Jacob Young
2024-02-04
spirv: fix shuffle properly
Robin Voetter
2023-11-19
test: update behavior to silence 'var is never mutated' errors
mlugg
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-04-07
Enable new tests
Auguste Rame
2023-03-05
behavior: fix comptime issue and disable failing test
Jacob Young
2023-03-05
CBE: implement select and shuffle
Jacob Young
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-05-25
mark some more behavior tests as passing
Andrew Kelley
2022-03-18
organize behavior tests
Andrew Kelley
2022-03-11
Sema: implement `@shuffle` at comptime and for differing lengths
Veikka Tuominen
2021-09-01
re-enable mips behavior tests for vectors
Andrew Kelley
2021-06-09
Re-enable multiple wasm32 vector tests
Jakub Konka
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