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
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
2023-04-25
LLVM backend: support non-byte-sized memset
Andrew Kelley
2023-04-25
change semantics of `@memcpy` and `@memset`
Andrew Kelley
2023-04-25
cbe: fix mutability issues with builtin test_functions
Jacob Young
2023-04-02
x86_64: implement large cmp
Jacob Young
2023-02-20
Merge pull request #14685 from ziglang/bitcast-fixes
Jakub Konka
2023-02-20
x86: alloc new mcv in bitcast if cannot reuse operand
Jakub Konka
2023-02-19
add test coverage for fixed bug. closes #5518
Andrew Kelley
2023-02-02
AstGen: fix orelse type coercion in call arguments
Veikka Tuominen
2023-01-29
std: restrict mem.span() and mem.len() to sentinel terminated pointers
Isaac Freund
2023-01-03
stage2 AArch64: bump up alignment of stack items fitting in regs
joachimschmidt557
2023-01-02
skip "truncate to non-power-of-two integers from 128-bit" on non-llvm
kcbanner
2023-01-01
cbe: changes to get zig2.c compiling under msvc
kcbanner
2022-12-27
stage2 AArch64: unify callee-preserved regs on all targets
joachimschmidt557
2022-12-13
update usages of `@call`
Veikka Tuominen
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-07
disable failing behavior tests with -ofmt=c -target x86_64-windows
Andrew Kelley
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-12-03
cbe: don't emit extern decls that are already exported
Jacob Young
2022-12-02
cbe: use memcpy for underaligned loads and stores
Jacob Young
2022-12-01
cbe: disable failing behavior test on aarch64
Veikka Tuominen
2022-11-30
cbe: ensure test and tagName function names are unique
Veikka Tuominen
2022-11-29
AstGen: unstack block scope when creating opaque type
Veikka Tuominen
2022-11-20
Sema: prioritize Value.variable over OPV when resolving const value
Veikka Tuominen
2022-11-01
cbe: fix threadlocal
Jacob Young
2022-10-30
behavior: enable fixed cbe tests
Jacob Young
[next]