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
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
2022-02-27
stage2 ARM: implement slice and array_to_slice
joachimschmidt557
2022-02-27
stage2 ARM: enable more behavior tests
joachimschmidt557
2022-02-24
Sema: implement tupleFieldVal, fix comptime elem_ptr
Andrew Kelley
2022-02-23
stage2 AArch64: more support for MCValue.got_load and direct_load
joachimschmidt557
2022-02-22
Port more behavior tests
Jakub Konka
2022-02-21
stage2 AArch64: pass a few more behavior tests
joachimschmidt557
2022-02-18
x64: implement slice_elem_ptr
Jakub Konka
2022-02-16
x64: impl genBinMathOpMir for ptr_stack_off and PIE memory
Jakub Konka
2022-02-14
stage2 AArch64: Enable behavior testing
joachimschmidt557
2022-02-12
stage2 ARM: lower const slices
joachimschmidt557
2022-02-11
x64: enable more behavior tests
Jakub Konka
2022-02-08
Sema: fix `@ptrCast` from slices
Andrew Kelley
2022-02-08
Sema: fix Value.intFitsInType for comptime int
Andrew Kelley
2022-02-03
Sema: fixes to fieldVal, resolveStructFully, Type.eql
Andrew Kelley
2022-02-03
Sema: slice improvements
Andrew Kelley
2022-02-03
Move passing behavior tests
Luuk de Gram
2022-01-24
stage2: type system treats fn ptr and body separately
Andrew Kelley
2021-10-25
stage2: generate correct constants for zero-sized arrays
Robin Voetter
2021-10-25
stage2: improve slicing
Robin Voetter
2021-10-20
stage2: implement slicing
Andrew Kelley
2021-10-13
stage2: implement Sema for elemVal for comptime slice
Andrew Kelley
2021-10-13
Sema: implement comptime `coerce_result_ptr` and `alloc`
Andrew Kelley
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