aboutsummaryrefslogtreecommitdiff
path: root/test/stage1
AgeCommit message (Expand)Author
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
2020-01-23new test caseAndrew Kelley
2020-01-21enable native CPU feature for windows; disable failing testsAndrew Kelley
2020-01-18Merge pull request #4222 from LemonBoy/eutwouwthAndrew Kelley
2020-01-18Fix edge case in tagName handling of unionsLemonBoy
2020-01-18Prevent crash with empty non-exhaustive enumLemonBoy
2020-01-18Allow @tagName on enum literalsLemonBoy
2020-01-17Merge pull request #4191 from Vexu/non-exhaustive-enumsAndrew Kelley
2020-01-17improve behavior testVexu
2020-01-16fix failing array test by improving copy_const_valAndrew Kelley
2020-01-16revert one part of ir get_elem_ptr analysisAndrew Kelley
2020-01-16fix regression with optionals and globalsAndrew Kelley
2020-01-16relax language requirements regarding else unreachableAndrew Kelley
2020-01-16fix regressions double implicit casting return ptrAndrew Kelley
2020-01-16fix regression with inferred struct fieldsAndrew Kelley
2020-01-16fix regressions in get_elem_ptr related to undefinedAndrew Kelley
2020-01-16fix implicit cast regressionAndrew Kelley
2020-01-16fix regression with var ptrs not being constAndrew Kelley
2020-01-16fix regression in global const alignmentAndrew Kelley
2020-01-16zig ir.cpp details: remove the mem_slot mechanismAndrew Kelley
2020-01-16correct field countVexu
2020-01-16add struct field default value to typeinfoVexu
2020-01-16implement `@bitSizeOf`Vexu
2020-01-15add is_exhaustive field to typeinfoVexu
2020-01-15update tests and translate-cVexu
2020-01-14Fix codegen error for some union initializersLemonBoy