aboutsummaryrefslogtreecommitdiff
path: root/test/behavior.zig
AgeCommit message (Expand)Author
2022-05-27Merge pull request #11733 from Vexu/stage2Andrew Kelley
2022-05-27stage2: add test for fixed issueVeikka Tuominen
2022-05-26clean up some behavior testsAndrew Kelley
2022-04-28test: recursively walk dir with testsJakub Konka
2022-04-22Merge pull request #11279 from igor84/s1_packed_structAndrew Kelley
2022-03-30CBE: improve support for asm inputsDaniele Cocca
2022-03-26stage1: Fix packed structs (#2627, #10104)Igor Stojkovic
2022-03-23behavior tests: disable failing stage1 testAndrew Kelley
2022-03-22stage2: lazy `@alignOf`Andrew Kelley
2022-03-21stage2 llvm: fix lowerDeclRefValue for function aliasesVeikka Tuominen
2022-03-18organize behavior testsAndrew Kelley
2022-03-18Merge pull request #11217 from jmc-88/cbe-tuplesAndrew Kelley
2022-03-18AstGen: labeled blocks should always complete with a normal breakMitchell Hashimoto
2022-03-18CBE: add support for tuplesDaniele Cocca
2022-03-18stage2: improve `@typeName`Andrew Kelley
2022-03-17stage2: prevent UB in the LLVM backendAndrew Kelley
2022-03-15stage2: Fix panic on initializing comptime fields in tupleCody Tapscott
2022-03-15stage2: resolve type fully when resolving inferred allocsMitchell Hashimoto
2022-03-15Sema: implement `@truncate` for SIMD vectorsAndrew Kelley
2022-03-14Add test for issue #11139Cody Tapscott
2022-03-15Merge pull request #11167 from mitchellh/codegen-arraysAndrew Kelley
2022-03-14stage2: LLVM codegen of arrays should use type length, not value lengthMitchell Hashimoto
2022-03-13CBE: implement popCount, byteSwap, bitReverse for ints <= 128 bitsDaniele Cocca
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