aboutsummaryrefslogtreecommitdiff
path: root/test/behavior.zig
AgeCommit message (Expand)Author
2023-03-17Sema: make @returnAddress return 0 at comptimemlugg
2023-03-13Sema: avoid panic on callconv(.C) generic return typeIan Johnson
2023-01-22Sema: handle lazy values in more placesVeikka Tuominen
2023-01-05llvm codegen: fix f16,f32,f64 nan bitcastsMichael Dusan
2023-01-04behavior: add test for #8277Michael Dusan
2022-12-26Sema: add error for recursive inline callVeikka Tuominen
2022-12-23fix overflow found while fuzzingtravisstaloch
2022-12-22Merge pull request #13960 from r00ster91/stage1cruftAndrew Kelley
2022-12-21behavior: more test coverager00ster91
2022-12-18Merge pull request #13552 from hryx/comparus-tautologicusVeikka Tuominen
2022-12-16Add test for #13366Evin Yulo
2022-12-16Add test for #12571Evin Yulo
2022-12-16codegen - lower str_lit to vectorTravis Staloch
2022-12-15Sema: elide integer comparisons with guaranteed outcomesStevie Hryciw
2022-12-14Fix tautological big_int tests.IntegratedQuantum
2022-12-10behavior and cases: more test coverage for old issuesr00ster91
2022-12-10behavior: add test coverage for slice and array-related issuesr00ster91
2022-12-10behavior: add test coverage for corrupted slice in releaser00ster91
2022-12-10behavior: add test coverage for slicing zero length array field of structr00ster91
2022-12-08TypedValue: fix handling of tuples represented as empty_struct_valueVeikka Tuominen
2022-12-07disable failing behavior tests with -ofmt=c -target x86_64-windowsAndrew Kelley
2022-12-06remove references to stage1 in behavior testsAndrew Kelley
2022-12-03Sema: fix comparisons between lazy and runtime valuesVeikka Tuominen
2022-11-30AstGen: fix incorrect handling of source cursor with shift builtinsVeikka Tuominen
2022-11-29llvm: implement `union_init` for packed unionsVeikka Tuominen
2022-11-23add tests for tuple declarationsVeikka Tuominen
2022-11-10Add test case for #12043Cody Tapscott
2022-11-10stage2: Be more strict about eliding loadsCody Tapscott
2022-11-10stage2: Fix comptime array initializationCody Tapscott
2022-11-04Sema: resolve lazy align in zirReify for union fieldsMicah Switzer
2022-10-29cbe: implement optional slice representation changeJacob Young
2022-10-27AstGen: fix `ref`ing inferred allocsVeikka Tuominen
2022-10-27llvm: handle namespace like packed structsVeikka Tuominen
2022-10-25behavior: fix redefined exportsJacob Young
2022-10-20Sema: add missing calls to `wip_captures.finalize`Veikka Tuominen
2022-10-19Sema: resolve tuple default values before hashingVeikka Tuominen
2022-10-19Sema: remove unresolved inferred allocsVeikka Tuominen
2022-10-19Sema: respect inline call semanticsVeikka Tuominen
2022-10-17Sema: handle noreturn in boolBrVeikka Tuominen
2022-10-15llvm: fix lowering of runtime refs to comptime-only declsJacob Young
2022-10-15llvm: fix bug lowering aggregate_init with a byref sentinelJacob Young
2022-10-13stage1: Skip new tests that never passed in stage1Cody Tapscott
2022-10-13Sema: add float128IntPartToBigInt to fix compare comptime float with intkkHAIKE
2022-10-12codegen: add support for lowering .field_ptr on a slicejacobly0
2022-10-11stage2 LLVM: Use a packed aggregate for union payload initCody Tapscott
2022-10-05Zir: handle ranges in `getMultiProng`Veikka Tuominen
2022-10-03Merge pull request #12979 from Vexu/inline-switchAndrew Kelley
2022-09-30Type: correctly handle ABI align strat for optionals and error unionsVeikka Tuominen
2022-09-29Sema: fix resolveInferredErrorSet panic when generic inline functionkkHAIKE
2022-09-27Sema: implement non-special inline switch prongsVeikka Tuominen