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
2023-03-15
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young
2023-02-23
CType: fix lowering of generic function pointer
Jacob Young
2023-01-22
stage2 ARM: add basic debug info for locals
joachimschmidt557
2023-01-22
type: correct condition for eliding pointer alignment canonicalization
Veikka Tuominen
2023-01-17
AstGen: reset source cursor before generating pointer attributes
Veikka Tuominen
2023-01-05
std: collect all options under one namespace
Veikka Tuominen
2022-12-27
stage2 AArch64: unify callee-preserved regs on all targets
joachimschmidt557
2022-12-10
stage2: sparc64: Skip unimplemented tests
Koakuma
2022-12-06
remove references to stage1 in behavior tests
Andrew Kelley
2022-11-12
llvm: correctly lower references to generic functions
Veikka Tuominen
2022-10-30
behavior: enable fixed cbe tests
Jacob Young
2022-10-25
cbe: add support for all float literals types
Jacob Young
2022-10-25
cbe: fix atomics
Jacob Young
2022-10-25
behavior: enable stage2_c tests that are currently passing
Jacob Young
2022-10-05
Sema: use correct value when `@ptrCast` operand is comptime known
Veikka Tuominen
2022-09-10
x86_64: pass more behavior tests
Jakub Konka
2022-09-09
stage2 ARM: implement ptr_elem_val
joachimschmidt557
2022-09-09
stage2 ARM: implement struct_field_val for registers
joachimschmidt557
2022-09-08
Sema: preserve alignment of const decl pointers
Veikka Tuominen
2022-06-25
stage2 ARM: implement basic intCast and error union wrapping
joachimschmidt557
2022-05-27
stage2 AArch64: complete genTypedValue
joachimschmidt557
2022-05-17
stage2: fix pointer arithmetic result type
Andrew Kelley
2022-05-17
behavior tests: correction of C pointer test
Andrew Kelley
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