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
/
basic.zig
Age
Commit message (
Expand
)
Author
2024-05-11
riscv: finally fix bug + `airAggregateInit`
David Rubin
2024-05-11
riscv: by-value structs + `@min`
David Rubin
2024-05-11
riscv: math progress
David Rubin
2024-05-11
riscv: mutable globals
David Rubin
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2024-03-26
compiler: audit uses of `ptr.addr` in the frontend
mlugg
2024-03-18
spirv: make generic globals invocation-local
Robin Voetter
2024-02-09
spirv: make rusticl the primary testing implementation
Ali Chraghi
2024-02-06
x86_64+macho: pass more behavior tests
Jakub Konka
2024-02-05
delete bad behavior test
Andrew Kelley
2024-02-04
spirv: update tests
Robin Voetter
2024-01-29
llvm: revert bad array access optimization
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-24
spirv: disable failing tests
Robin Voetter
2023-11-19
test: update behavior to silence 'var is never mutated' errors
mlugg
2023-10-22
Revert "Revert "Merge pull request #17637 from jacobly0/x86_64-test-std""
Jacob Young
2023-10-22
Revert "Merge pull request #17637 from jacobly0/x86_64-test-std"
Andrew Kelley
2023-10-21
x86_64: fix crashes
Jacob Young
2023-10-18
spirv: switch on bool
Ali Chraghi
2023-10-15
spirv: update failing / passing tests
Robin Voetter
2023-10-15
std.testing: disable expectEqualSlices printing for spirv
Robin Voetter
2023-10-15
spirv: aggregate_init for structs
Robin Voetter
2023-10-14
tests: enable already passing behaviour tests for self-hosted wasm
Xavier Bouchoux
2023-10-14
codegen/wasm: fix non-byte-sized signed integer comparison
Xavier Bouchoux
2023-09-23
spirv: enable passing tests
Robin Voetter
2023-09-23
spirv: generate module initializer
Robin Voetter
2023-06-25
std.cstr: deprecate namespace
Eric Joldasov
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-05-31
enable passing behavior tests
Luuk de Gram
2023-05-20
spirv: more passing tests
Robin Voetter
2023-05-20
spirv: ptr_add
Robin Voetter
2023-05-20
spirv: dont use OpIAddCarry
Robin Voetter
2023-05-20
spirv: implement pointer comparison in for air cmp
Robin Voetter
2023-05-13
Merge pull request #15643 from Vexu/fixes
Veikka Tuominen
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-05-11
Sema: return const pointers from ref inits
Veikka Tuominen
2023-05-09
fix `[x]u65529` and above overflowing
r00ster91
2023-05-08
Disallow named test decls with duplicate names
Dominic
2023-05-03
x86_64: fix feature confusion
Jacob Young
2023-05-01
behavior: update affected tests for the x86_64 backend
Jacob Young
2023-04-28
llvm backend: fix lowering of memset
Andrew Kelley
2023-04-26
behavior: update passing cbe tests
Jacob Young
2023-04-26
Merge pull request #15278 from ziglang/memcpy-memset
Andrew Kelley
2023-04-25
x86_64 backend: support `@memset` with slices
Andrew Kelley
2023-04-25
x86_64 backend: implement `@memset` for element ABI size > 1
Andrew Kelley
2023-04-25
add behavior test for `@memset` on slices
Andrew Kelley
2023-04-25
Sema: implement comptime `@memcpy`
Andrew Kelley
2023-04-25
Sema: implement comptime `@memset`
Andrew Kelley
[next]