aboutsummaryrefslogtreecommitdiff
path: root/test/behavior.zig
AgeCommit message (Expand)Author
2022-09-23Sema: resolve struct layout in `zirStructInit`Veikka Tuominen
2022-09-23Sema: preserve volatileness when constructing field pointersVeikka Tuominen
2022-09-21AstGen: make loop body's ResultLoc .nonekkHAIKE
2022-09-15Sema: handle comptime fields in field call bindVeikka Tuominen
2022-09-15Sema: resolve lazy align in reifyStructVeikka Tuominen
2022-09-15Sema: handle empty_struct_value in beginComptimePtrMutationVeikka Tuominen
2022-09-08llvm: handle pointers in packed structs in more placesVeikka Tuominen
2022-09-04llvm: fix the `type` parameter of `GlobalAlias`riChar
2022-08-26Sema: ensure resolveTypeFields is called for optional and error union typesmartinhath
2022-08-24stage2: explicitly tagged enums no longer have one possible valueAndrew Kelley
2022-08-17Sema: allow empty enums and unionsVeikka Tuominen
2022-08-13stage2 astgen: Use `rl` semantics for `@Type`Cody Tapscott
2022-08-10stage2: Implement explicit backing integers for packed structsIsaac Freund
2022-08-07remove 'builtin.stage2_arch', Sema is smart enough nowMeghan Denny
2022-07-07Merge remote-tracking branch 'origin/master' into llvm14Andrew Kelley
2022-07-08stage1: Fix seg-fault when slicing string literal with sentinelCody Tapscott
2022-07-05Merge remote-tracking branch 'origin/master' into llvm14Andrew Kelley
2022-07-05disable regressed wasm32 behavior tests from LLVM 14Andrew Kelley
2022-07-05stage2: Fix corrupted Type when de-referencing field pointerCody Tapscott
2022-06-08stage2: fix type printing of sub-byte pointersAndrew Kelley
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