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-09-23
compiler: preserve result type information through address-of operator
mlugg
2023-09-23
spirv: fix blocks that return no value
Robin Voetter
2023-09-23
spirv: constant elem ptr
Robin Voetter
2023-06-24
all: migrate code to new cast builtin syntax
mlugg
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-06-13
std.math: hard deprecate obsolete constants (soft deprecated in 0.10)
Eric Joldasov
2023-05-20
spirv: ptr_elem_val
Robin Voetter
2023-05-20
spirv: ptr_sub
Robin Voetter
2023-05-20
spirv: pointer bitcasting
Robin Voetter
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
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-26
behavior: update passing cbe tests
Jacob Young
2023-04-02
x86_64: implement large cmp
Jacob Young
2023-03-25
x86_64: implement atomic loops
Jacob Young
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
[next]