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.zig
Age
Commit message (
Expand
)
Author
2022-03-14
stage2: LLVM codegen of arrays should use type length, not value length
Mitchell Hashimoto
2022-03-11
Sema: fix resolution of inferred error sets
Andrew Kelley
2022-03-11
CBE: mark union_with_members as passing
Daniele Cocca
2022-03-11
Sema: implement `@shuffle` at comptime and for differing lengths
Veikka Tuominen
2022-03-10
Sema: implement zirStructInit is_ref=true union
Veikka Tuominen
2022-03-10
Sema: if generic function evaluates to another generic function call it inline
Veikka Tuominen
2022-03-09
wasm: Enable passing behavior tests
Luuk de Gram
2022-03-09
Sema: handle noreturn result in condbr_inline
Veikka Tuominen
2022-03-08
stage2: fix mem{set,cpy} for non comptime mutable pointers
Veikka Tuominen
2022-03-06
CBE: mark more tests as passing
Daniele Cocca
2022-03-03
stage2: cleanups to wasm memory intrinsics
Andrew Kelley
2022-03-03
Update behavior tests
Luuk de Gram
2022-03-03
behavior tests cleanup: promote math.zig
Andrew Kelley
2022-03-02
Sema: detect comptime-known union initializations
Andrew Kelley
2022-03-01
stage2: introduce anonymous struct literals
Andrew Kelley
2022-02-27
stage2: do not memoize calls that can mutate comptime state
Veikka Tuominen
2022-02-26
stage2: various fixes to get one test passing
Veikka Tuominen
2022-02-26
stage2: fix toAllocatedBytes on slices
Veikka Tuominen
2022-02-26
stage2: do not require function when evaluating typeOf
Veikka Tuominen
2022-02-26
stage2: evaluate TypeOf arguments in a separate scope
Veikka Tuominen
2022-02-24
stage2: improved handling of store_to_block_ptr
Andrew Kelley
2022-02-24
stage2: change how stale `store_to_block_ptr`s are detected
Veikka Tuominen
2022-02-24
stage2: implement fieldParentPtr
Veikka Tuominen
2022-02-23
stage2: misc fixes in Sema
Veikka Tuominen
2022-02-22
Port more behavior tests
Jakub Konka
2022-02-22
Port bitcast.zig tests
Jakub Konka
2022-02-22
Merge pull request #10929 from davidmrt98/cbe
Veikka Tuominen
2022-02-21
Merge pull request #10925 from Vexu/stage2
Andrew Kelley
2022-02-19
stage2: implement errunion_payload_ptr_set
Veikka Tuominen
2022-02-19
add integer division tests
Jakub Konka
2022-02-19
C backend: fix codegen for field_ptr/elem_ptr values
David Martschenko
2022-02-18
Add backend-specific skips for bitreverse, byteswap tests
Cody Tapscott
2022-02-18
stage2: Implement `@bitReverse` and `@byteSwap`
Cody Tapscott
2022-02-14
stage2 AArch64: Enable behavior testing
joachimschmidt557
2022-02-13
stage2: add decltests
Jacob G-W
2022-02-12
move more behavior tests to the "passing" section
Andrew Kelley
2022-02-12
organize behavior tests
Andrew Kelley
2022-02-12
stage2: implement `@popCount` for SIMD vectors
Andrew Kelley
2022-02-11
x64: enable more behavior tests
Jakub Konka
2022-02-10
Activate passing behavior tests
Luuk de Gram
2022-02-10
stage2: LLVM backend: make unnamed struct globals
Andrew Kelley
2022-02-09
Sema: implement comptime ptr store to optional payload
Andrew Kelley
2022-02-09
stage2: implement all builtin floatops for f{16,32,64}
John Schmidt
2022-02-08
stage2: fix inferred comptime constant locals
Andrew Kelley
2022-02-08
stage2: handle void type in Elf DWARF gen
Jakub Konka
2022-02-03
Sema: fixes to fieldVal, resolveStructFully, Type.eql
Andrew Kelley
2022-02-03
Move passing behavior tests
Luuk de Gram
2022-02-03
elf: add basic handling of .data section
Jakub Konka
2022-02-02
x86_64: pass more behaviour tests
Jakub Konka
2022-01-31
update behavior tests and compile error tests
Andrew Kelley
[next]