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
/
comptime_memory.zig
Age
Commit message (
Expand
)
Author
2025-08-09
test: skip tests that were not meant to pass for spirv
Ali Cheraghi
2025-08-03
zig fmt: apply new cast builtin order
Justus Klausecker
2025-07-22
aarch64: add new from scratch self-hosted backend
Jacob Young
2025-05-03
compiler: fix comptime memory store bugs
mlugg
2024-08-28
std: update `std.builtin.Type` fields to follow naming conventions
mlugg
2024-06-13
riscv: `std.fmt.format` running
David Rubin
2024-05-11
riscv: update behaviour tests again
David Rubin
2024-05-11
riscv: finally fix bug + `airAggregateInit`
David Rubin
2024-05-11
riscv: add stage2_riscv to test matrix and bypass failing tests
David Rubin
2024-04-17
compiler: rework comptime pointer representation and access
mlugg
2024-03-25
compiler: implement analysis-local comptime-mutable memory
mlugg
2024-03-21
disable failing behavior test: "bitcast packed union to integer"
Andrew Kelley
2024-01-29
Value: expand `canMutateComptimeVarState`
Veikka Tuominen
2023-11-19
test: update behavior to silence 'var is never mutated' errors
mlugg
2023-10-31
std.builtin.Endian: make the tags lower case
Andrew Kelley
2023-10-31
Sema: fix incorrect error comptime-mutating empty array
Jacob Young
2023-10-15
spirv: update failing / passing tests
Robin Voetter
2023-10-02
sema: handle big-endian when bitcasting between different-sized union fields
kcbanner
2023-10-02
sema: support reinterpreting extern/packed unions at comptime via field access
kcbanner
2023-09-26
Merge pull request #17215 from kcbanner/read_from_memory_union
Veikka Tuominen
2023-09-23
spirv: disable failing tests
Robin Voetter
2023-09-23
sema: rework the comptime representation of comptime unions
kcbanner
2023-09-23
sema: add support for unions in readFromMemory and writeToMemory
kcbanner
2023-07-01
spirv: disable new behavior tests that do not pass
Robin Voetter
2023-06-26
Value: fix incorrect types returned from readFromMemory
Jacob Young
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
2023-06-22
Value: handle more legacy tags when writing extern struct to memory
Jacob Young
2023-06-19
all: zig fmt and rename "@XToY" to "@YFromX"
Eric Joldasov
2023-06-13
all: replace `comptime try` with `try comptime`
Eric Joldasov
2023-05-08
Disallow named test decls with duplicate names
Dominic
2023-04-28
stage2: sparc64: Skip unimplemented tests
Koakuma
2023-03-17
Sema: allow dereferencing ill-defined pointers to zero-bit types at comptime
mlugg
2023-03-14
Sema: allow comptime mutation of multiple array elements
mlugg
2023-02-18
Value: implement writeToMemory for packed unions
Matt Knight
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-09-09
stage2 ARM: amend implementation of various AIR instructions
joachimschmidt557
2022-08-22
stage2+stage1: remove type parameter from bit builtins
Veikka Tuominen
2022-06-25
stage2 ARM: implement basic intCast and error union wrapping
joachimschmidt557
2022-05-27
stage2 AArch64: complete genTypedValue
joachimschmidt557
2022-03-21
stage2: add test for fixed issue
Veikka Tuominen
2022-01-24
stage2: type system treats fn ptr and body separately
Andrew Kelley
2021-08-30
Add comptime memory tests
Martin Wickham