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
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