aboutsummaryrefslogtreecommitdiff
path: root/test/stage2
AgeCommit message (Expand)Author
2020-05-01add ZIR transform test caseAndrew Kelley
2020-05-01disable stage2 zir tests on not-yet-supported archsAndrew Kelley
2020-05-01disable stage2 zir tests on not-yet-supported OS'sAndrew Kelley
2020-05-01add ZIR compare output test case to test suiteAndrew Kelley
2020-04-20simplify ZIR spec; separate parsing/rendering from analysisAndrew Kelley
2020-04-19generic ir parsing frameworkAndrew Kelley
2020-04-19beginnings of zig ir parserAndrew Kelley
2019-12-03exported main must be pubVexu
2019-11-24Merge remote-tracking branch 'origin/master' into null-terminated-pointersAndrew Kelley
2019-11-23re-enable stage2 testsVexu
2019-11-21string literals are now null terminatedAndrew Kelley
2019-05-12Recursive rewrite of stage2 parser, part 3hryx
2018-07-24fix race conditions in self-hosted compiler; add testAndrew Kelley
2018-07-23self-hosted: add first compare-output testAndrew Kelley
2018-07-20self-hosted: implicit cast comptime ints to other intsAndrew Kelley
2018-07-18self-hosted: compile errors for return in wrong placeAndrew Kelley
2018-07-11add std.event.FutureAndrew Kelley