aboutsummaryrefslogtreecommitdiff
path: root/test/behavior.zig
AgeCommit message (Expand)Author
2022-03-14stage2: LLVM codegen of arrays should use type length, not value lengthMitchell Hashimoto
2022-03-11Sema: fix resolution of inferred error setsAndrew Kelley
2022-03-11CBE: mark union_with_members as passingDaniele Cocca
2022-03-11Sema: implement `@shuffle` at comptime and for differing lengthsVeikka Tuominen
2022-03-10Sema: implement zirStructInit is_ref=true unionVeikka Tuominen
2022-03-10Sema: if generic function evaluates to another generic function call it inlineVeikka Tuominen
2022-03-09wasm: Enable passing behavior testsLuuk de Gram
2022-03-09Sema: handle noreturn result in condbr_inlineVeikka Tuominen
2022-03-08stage2: fix mem{set,cpy} for non comptime mutable pointersVeikka Tuominen
2022-03-06CBE: mark more tests as passingDaniele Cocca
2022-03-03stage2: cleanups to wasm memory intrinsicsAndrew Kelley
2022-03-03Update behavior testsLuuk de Gram
2022-03-03behavior tests cleanup: promote math.zigAndrew Kelley
2022-03-02Sema: detect comptime-known union initializationsAndrew Kelley
2022-03-01stage2: introduce anonymous struct literalsAndrew Kelley
2022-02-27stage2: do not memoize calls that can mutate comptime stateVeikka Tuominen
2022-02-26stage2: various fixes to get one test passingVeikka Tuominen
2022-02-26stage2: fix toAllocatedBytes on slicesVeikka Tuominen
2022-02-26stage2: do not require function when evaluating typeOfVeikka Tuominen
2022-02-26stage2: evaluate TypeOf arguments in a separate scopeVeikka Tuominen
2022-02-24stage2: improved handling of store_to_block_ptrAndrew Kelley
2022-02-24stage2: change how stale `store_to_block_ptr`s are detectedVeikka Tuominen
2022-02-24stage2: implement fieldParentPtrVeikka Tuominen
2022-02-23stage2: misc fixes in SemaVeikka Tuominen
2022-02-22Port more behavior testsJakub Konka
2022-02-22Port bitcast.zig testsJakub Konka
2022-02-22Merge pull request #10929 from davidmrt98/cbeVeikka Tuominen
2022-02-21Merge pull request #10925 from Vexu/stage2Andrew Kelley
2022-02-19stage2: implement errunion_payload_ptr_setVeikka Tuominen
2022-02-19add integer division testsJakub Konka
2022-02-19C backend: fix codegen for field_ptr/elem_ptr valuesDavid Martschenko
2022-02-18Add backend-specific skips for bitreverse, byteswap testsCody Tapscott
2022-02-18stage2: Implement `@bitReverse` and `@byteSwap`Cody Tapscott
2022-02-14stage2 AArch64: Enable behavior testingjoachimschmidt557
2022-02-13stage2: add decltestsJacob G-W
2022-02-12move more behavior tests to the "passing" sectionAndrew Kelley
2022-02-12organize behavior testsAndrew Kelley
2022-02-12stage2: implement `@popCount` for SIMD vectorsAndrew Kelley
2022-02-11x64: enable more behavior testsJakub Konka
2022-02-10Activate passing behavior testsLuuk de Gram
2022-02-10stage2: LLVM backend: make unnamed struct globalsAndrew Kelley
2022-02-09Sema: implement comptime ptr store to optional payloadAndrew Kelley
2022-02-09stage2: implement all builtin floatops for f{16,32,64}John Schmidt
2022-02-08stage2: fix inferred comptime constant localsAndrew Kelley
2022-02-08stage2: handle void type in Elf DWARF genJakub Konka
2022-02-03Sema: fixes to fieldVal, resolveStructFully, Type.eqlAndrew Kelley
2022-02-03Move passing behavior testsLuuk de Gram
2022-02-03elf: add basic handling of .data sectionJakub Konka
2022-02-02x86_64: pass more behaviour testsJakub Konka
2022-01-31update behavior tests and compile error testsAndrew Kelley