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
/
slice.zig
Age
Commit message (
Expand
)
Author
2023-05-20
Merge pull request #15753 from Snektron/spirv-more-tests
Andrew Kelley
2023-05-20
spirv: ptr_elem_val
Robin Voetter
2023-05-20
spirv: more passing tests
Robin Voetter
2023-05-19
wasm: correctly use elem type when lowering
Luuk de Gram
2023-05-15
spirv: lower float_to_int and int_to_float
Ali Chraghi
2023-05-11
setup spirv backend in behavior tests
Ali Chraghi
2023-05-07
test: disable by-length slice test on wasm backend
dweiller
2023-05-07
test: add behavior tests for pointer slice-by-length
dweiller
2023-05-07
test: add behavior tests for slice-by-length
dweiller
2023-04-07
Liveness: defer deaths of externally-scoped instructions in loop bodies
mlugg
2023-03-28
Sema: fix empty slice pointer value
Jacob Young
2023-03-25
x86_64: implement atomic loops
Jacob Young
2023-03-15
disable failing aarch64 backend behavior tests
Andrew Kelley
2023-03-15
behavior: enable passing behavior tests on stage2_x86_64
Jacob Young
2023-03-05
behavior: disable failing tests
Jacob Young
2023-03-04
add behavior test case for previous commit
Andrew Kelley
2023-02-18
update existing behavior tests and std lib to new for loop semantics
Andrew Kelley
2022-12-31
add tests for fixed stage1 bugs
Veikka Tuominen
2022-12-29
add tests for fixed stage1 bugs
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-10-30
behavior: enable fixed cbe tests
Jacob Young
2022-10-25
cbe: implement global assembly
Jacob Young
2022-10-25
cbe: canonicalize types that have the same C type when emitting typedefs
Jacob Young
2022-10-25
cbe: fix global access fix
Jacob Young
2022-10-25
behavior: enable stage2_c tests that are currently passing
Jacob Young
2022-10-12
codegen: add support for lowering .field_ptr on a slice
jacobly0
2022-09-30
Sema: use correct ptr ty to check for attributes of slice field ptr
Veikka Tuominen
2022-09-20
Sema: check pointer qualifiers before implicit cast
Veikka Tuominen
2022-09-09
stage2 ARM: implement basic array_elem_val
joachimschmidt557
2022-09-09
stage2 ARM: amend implementation of various AIR instructions
joachimschmidt557
2022-06-25
stage2 ARM: implement basic intCast and error union wrapping
joachimschmidt557
2022-05-27
stage2 AArch64: complete genTypedValue
joachimschmidt557
2022-04-28
Sema: fix slice field modification at comptime
Veikka Tuominen
2022-03-29
CBE: fix C output after PR #11302, reenable tests
Daniele Cocca
2022-03-27
stage2: safety checks for slicing a null C pointer
Mitchell Hashimoto
2022-03-23
stage2: able to slice to sentinel index at comptime
Mitchell Hashimoto
2022-03-23
stage2: concat/mult of slices yields ptr to array
Cody Tapscott
2022-03-22
stage2: slice behavior test passes, just has diff behavior from stage1
Mitchell Hashimoto
2022-03-19
wasm: Enable passing tests
Luuk de Gram
2022-03-17
CBE: enable more tests that are currently passing
Daniele Cocca
2022-03-16
stage2 ARM: genSetStack for stack_argument_offset
joachimschmidt557
2022-03-13
stage2 AArch64: enable mul for ints with <= 64 bits
joachimschmidt557
2022-03-13
stage2: add debug info for locals in the LLVM backend
Andrew Kelley
2022-03-09
Sema: implement pointer to tuple to pointer to array coercion
Andrew Kelley
2022-03-06
Sema: handle peer type resolution of optional slices
Andrew Kelley
2022-03-06
wasm: Call `generateSymbol` for updateDecl
Luuk de Gram
2022-03-05
stage2 AArch64: add more slice support
joachimschmidt557
2022-03-04
stage2 ARM: generate less no-op branches
joachimschmidt557
[next]