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
/
pointers.zig
Age
Commit message (
Expand
)
Author
2022-03-23
Sema: fix comptime elem_ptr compare fixed address
Andrew Kelley
2022-03-23
wasm: Enable all passing tests
Luuk de Gram
2022-03-22
CBE: enable more passing tests (#11258)
Daniele Cocca
2022-03-17
CBE: enable more tests that are currently passing
Daniele Cocca
2022-03-16
stage2: elem_ptr needs to know if slice or direct access
Mitchell Hashimoto
2022-03-08
stage2: sentinel array init must add sentinel to array value
Mitchell Hashimoto
2022-03-08
stage2: elem vals of many pointers need not deref pointers
Mitchell Hashimoto
2022-03-07
stage2: resolve array type for typed array init expressions
Mitchell Hashimoto
2022-03-05
stage2: test changed behavior of c pointer resolution from stage1
Mitchell Hashimoto
2022-03-03
Sema: rework peer type logic for pointers
Andrew Kelley
2022-03-03
stage2: peer resolve *T to [*c]T
Mitchell Hashimoto
2022-03-03
stage2: make analyzePtrArithmetic no-op with offset=0
Veikka Tuominen
2022-02-24
Sema: implement tupleFieldVal, fix comptime elem_ptr
Andrew Kelley
2022-02-22
Port more behavior tests
Jakub Konka
2022-01-26
Sema: implement struct init is_ref=true
Andrew Kelley
2021-11-16
C backend: basic big ints, fix airPtrToInt, array references, pointer arithme...
drew
2021-10-23
stage2: implement more C pointer Sema and comptime ptr arith
Andrew Kelley
2021-10-17
stage2: implement coercion from null to C pointer
Andrew Kelley
2021-08-07
stage2: pass some pointer tests
Andrew Kelley
2021-06-21
fix code broken from previous commit
Jacob G-W
2021-06-21
std, src, doc, test: remove unused variables
Jacob G-W
2021-05-08
Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgen
Andrew Kelley
2021-04-29
move behavior tests from test/stage1/ to test/
Andrew Kelley