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
/
memset.zig
Age
Commit message (
Expand
)
Author
2025-10-29
x86_64: continue hacking around unimplemented linker logic
Jacob Young
2025-10-06
don't pass zero-length `@memset` to the backend
xdBronch
2025-09-20
aarch64: enable fixed behavior
Jacob Young
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-06-16
rename spirv backend name
Ali Cheraghi
2025-02-06
wasm: disable failing tests
Jacob Young
2024-06-13
riscv: `std.fmt.format` running
David Rubin
2024-06-13
riscv: arbitrary sized arrays
David Rubin
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
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-08-28
compiler: provide result type for @memset value
mlugg
2023-05-19
wasm: support `memset` for elem abi size > 1
Luuk de Gram
2023-05-15
x86_64: implement stack probing
Jacob Young
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-05-01
x86_64: disable advanced memset tests on Windows
Jakub Konka
2023-05-01
x86_64: implement tagName
Jacob Young
2023-04-28
disable 2 failing behavior tests with x86 backend
Andrew Kelley
2023-04-28
C backend: fix ptr comparison of array ptrs when one is null-terminated
Andrew Kelley
2023-04-28
disable not yet passing new behavior tests from this branch
Andrew Kelley
2023-04-28
LLVM backend: optimize memset with comptime-known element
Andrew Kelley
2023-04-28
llvm backend: fix lowering of memset
Andrew Kelley