aboutsummaryrefslogtreecommitdiff
path: root/test/stage1/behavior
AgeCommit message (Expand)Author
2020-02-25ir: Various fixes for comptime ptr handlingLemonBoy
2020-02-25ir: Fix sizeOf comparison with ptr to zstLemonBoy
2020-02-25Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-25ir: Fix sizeOf comparison with ptr to zstLemonBoy
2020-02-24remove uses of `@ArgType` and `@IntType`Vexu
2020-02-24remove usages of `@typeId`, `@memberCount`, `@memberName` and `@memberType`Vexu
2020-02-24Merge pull request #4516 from xackus/remove-bytes-to-sliceAndrew Kelley
2020-02-23remove @bytesToSlice, @sliceToBytes from tests, docsxackus
2020-02-21add regression test for already fixed bugAndrew Kelley
2020-02-18add behavior test for previous commitAndrew Kelley
2020-02-16Implement noasync awaitsAndrew Kelley
2020-02-16zig fmt: support `noasync await`Andrew Kelley
2020-02-16fix taking address of temporary async frameAndrew Kelley
2020-02-14Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-14test: Add test cases for the new capture behaviorLemonBoy
2020-02-13Merge pull request #4442 from fengb/testing-allocator-callsAndrew Kelley
2020-02-13ir: Allow implicit conversion between vector typesLemonBoy
2020-02-12Switch a bunch of FBA to use testing.allocatorBenjamin Feng
2020-02-11ir: Fix erroneous error message for ptr castsLemonBoy
2020-02-11test: Skip the atomic-on-fp test for riscv64LemonBoy
2020-02-10Add cast between [*c]T and ?[*:0]T on fn parameterTimon Kruiper
2020-02-10Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-02-09fix defer interfering with return value spillAndrew Kelley
2020-02-08solve previous commit a better wayAndrew Kelley
2020-02-08Revert "properly spill optional payload capture value"Andrew Kelley
2020-02-08properly spill optional payload capture valueAndrew Kelley
2020-02-08fix async runtime function call resolves target fn frameAndrew Kelley
2020-02-07fix async function call resolves target fn frameAndrew Kelley
2020-02-07fix invalid behavior tests from prev commitAndrew Kelley
2020-02-07more carefully calculate llvm field indexesAndrew Kelley
2020-02-07riscv64: Enable some more testsLemonBoy
2020-02-03Merge remote-tracking branch 'origin/master' into llvm10Andrew Kelley
2020-01-30drop @newStackCallAndrew Kelley
2020-01-30zig fmt behavior testsAndrew Kelley
2020-01-30Merge pull request #4324 from fengb/testing-allocatorAndrew Kelley
2020-01-30Convert a few more page_allocatorBenjamin Feng
2020-01-29Convert a bunch of page_allocator to testing.allocatorBenjamin Feng
2020-01-29Promoted "leak_count_allocator" to the main testing.allocatorBenjamin Feng
2020-01-29Fix comptime float-int comparisonsLemonBoy
2020-01-29Fix stage1 testBenjamin Feng
2020-01-29Fix edge case in switch with single elseLemonBoy
2020-01-29Create leak_count_allocatorBenjamin Feng
2020-01-29Move debug.global_allocator to testing.allocatorBenjamin Feng
2020-01-29Add test cases for suspend in while loopsBenjamin Feng
2020-01-28fix 0-bit child type coerced to optional return ptr result locationAndrew Kelley
2020-01-27fix auto created variables not having correct alignmentAndrew Kelley
2020-01-27fix not handling undefined u0 correctlyAndrew Kelley
2020-01-27fix triple level result location with bitcast sandwichAndrew Kelley
2020-01-27fix nested bitcast passed as tuple elementAndrew Kelley
2020-01-27Merge branch 'master' into ir-clean-up-varsAndrew Kelley