aboutsummaryrefslogtreecommitdiff
path: root/src-self-hosted/test.zig
AgeCommit message (Expand)Author
2020-06-15Stage2/Testing: Code cleanupNoam Preil
2020-06-15Stage2/Testing: Enable another testNoam Preil
2020-06-15Stage2/Testing: Remove dead codeNoam Preil
2020-06-15Stage2/Testing: Add error tests to ZIRCaseNoam Preil
2020-06-15Stage2/Testing: Fix transformation testsNoam Preil
2020-06-15Stage2/Testing: remove ZIRTransformCaseNoam Preil
2020-06-15Stage2/Testing: Rename stage -> updateNoam Preil
2020-06-15Stage2/Testing: Move Transformation case to ZIRCaseNoam Preil
2020-06-15Stage2/Testing: Fix error specificationNoam Preil
2020-06-15Stage2/Testing: Fix error testsNoam Preil
2020-06-15Stage2/Testing: Staged test harness draft designNoam Preil
2020-06-15[Stage2/Testing] Handle decl and export errorsNoam Preil
2020-06-15[Stage2/Testing] Make API more friendlyNoam Preil
2020-06-15[Stage2/Testing] Always finish case, note all errsNoam Preil
2020-06-15[Stage2/Testing] Don't rely on update erroringNoam Preil
2020-06-15[Stage2/Testing] Print name of failed testNoam Preil
2020-06-15[Stage2/Testing] ZIR tests for expected errorsNoam Preil
2020-06-08stage2: add passing test for compile error in unreferenced cycleAndrew Kelley
2020-05-17update ZIR compare output test to test incremental updatesAndrew Kelley
2020-05-16cross compile the stage2 tests for the target that they work forAndrew Kelley
2020-05-15stage2 zir tests passingAndrew Kelley
2020-05-10rework self-hosted compiler for incremental buildsAndrew Kelley
2020-05-02remove last use of share_with_child_processAndrew Kelley
2020-05-01add ZIR transform test caseAndrew Kelley
2020-05-01add ZIR compare output test case to test suiteAndrew Kelley
2020-03-30std lib API deprecations for the upcoming 0.6.0 releaseAndrew Kelley
2020-03-18fix swapped logic for WindowsAndrew Kelley
2020-03-03Update callers of fs.makePathdaurnimator
2020-01-09Fix remaining variadic formatted printsRyan Liptak
2019-11-27add more workaroundsVexu
2019-11-26fixes and cleanup in self hostedVexu
2019-11-24self hosted compiler: final small fixes to get it compilingVexu
2019-11-23re-enable stage2 testsVexu
2019-11-23self hosted compiler: small miscellaneous fixesVexu
2019-11-23Merge branch 'master' into modernize-stage2Vexu
2019-11-13std.io.getStdOut and related fns no longer can errorAndrew Kelley
2019-11-07self hosted compiler: use enum literalsVexu
2019-11-07self hosted compiler: unify Target and std.TargetVexu
2019-11-07self hosted compiler: update to new std.eventVexu
2019-11-07self hosted compiler: remove await async patternVexu
2019-10-19Use 8192 sized buffers and remove allocator parametersstratact
2019-05-26clean up references to osAndrew Kelley
2019-02-08std.debug.assert: remove special case for test buildsAndrew Kelley
2018-11-30stage2: update std.os.path.join method signature;kristopher tate
2018-11-13New Zig formal grammar (#1685)Jimmi Holst Christensen
2018-10-15Solve the return type ambiguity (#1628)Jimmi Holst Christensen
2018-09-02fix regressionsAndrew Kelley
2018-08-21fix windowsAndrew Kelley
2018-08-10windows: call CancelIo when canceling an fs watchAndrew Kelley
2018-08-10self-hosted: reorganize creation and destruction of CompilationAndrew Kelley