aboutsummaryrefslogtreecommitdiff
path: root/src-self-hosted/test.zig
AgeCommit message (Expand)Author
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
2018-08-03self-hosted: watch files and trigger a rebuildAndrew Kelley
2018-08-02WIP: Channel.getOrNullAndrew Kelley
2018-07-23self-hosted: fix error messages not cleaning up correctlyAndrew Kelley
2018-07-23self-hosted: add first compare-output testAndrew Kelley
2018-07-22self-hosted can compile libc hello worldAndrew Kelley
2018-07-16self-hosted: create tmp dir for .o files and emit .o file for fnAndrew Kelley
2018-07-14rename Module to CompilationAndrew Kelley
2018-07-14self-hosted: adding a fn to an llvm moduleAndrew Kelley
2018-07-11add std.event.FutureAndrew Kelley
2018-07-11self-hosted: add compile error test for missing fn nameAndrew Kelley
2018-07-10self-hosted test: use C allocator since we depend on libcAndrew Kelley
2018-07-10self-hosted: first passing testAndrew Kelley