aboutsummaryrefslogtreecommitdiff
path: root/src/test.zig
AgeCommit message (Expand)Author
2021-07-02stage2: improve AstGen FileNotFound error messageAndrew Kelley
2021-07-02compile errors test harness: support unknown file/line/columnAndrew Kelley
2021-07-02avoid calling into stage1 backend when AstGen failsAndrew Kelley
2021-06-21fix code broken from previous commitJacob G-W
2021-05-19stage2 test harness: show source file nameAndrew Kelley
2021-05-17stage2: get rid of NameHashAndrew Kelley
2021-05-15Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-15stage2: remove SPU Mark II backendAndrew Kelley
2021-05-13Add experimental Darling support for cross testing macOSJakub Konka
2021-05-08stage2 test harness: report multiple failuresAndrew Kelley
2021-05-08Merge remote-tracking branch 'origin/master' into stage2-whole-file-astgenAndrew Kelley
2021-05-08update usage of std.testing in stage2Veikka Tuominen
2021-05-06stage2: fix compile errors in test harnessAndrew Kelley
2021-04-15stage2: rename zir to ZirAndrew Kelley
2021-04-09stage2: delete allowing input (and output) zir from the pipeline (#8471)g-w1
2021-04-08stage2: fix the memory leaksAndrew Kelley
2021-04-08stage2: simplify Decl src_node fieldAndrew Kelley
2021-03-08stage2 cbe: non pointer optionalsVeikka Tuominen
2021-03-06stage2: implement var argsVeikka Tuominen
2021-03-04Merge pull request #7763 from kivikakk/zig-elf-parseAndrew Kelley
2021-02-19stage2: test harness: panic on OOM rather than assertAndrew Kelley
2021-01-30Replace @TagType uses, mostly with std.meta.TagTadeo Kondrak
2021-01-18stage2: rework ZIR/TZIR for optionals and error unionsAndrew Kelley
2021-01-16stage2: implement error notes and regress -femit-zirAndrew Kelley
2021-01-15use interfacesAsherah Connor
2021-01-14expose phdr, shdr parsingAsherah Connor
2021-01-09Merge pull request #7725 from FireFox317/even-more-llvmAndrew Kelley
2021-01-07Reduce use of deprecated IO typesJay Petacat
2021-01-07stage2 test: make sure to pass the dynamic linker to CompilationTimon Kruiper
2021-01-05stage2 test harness: don't try to run non-native C backend testsAndrew Kelley
2021-01-05stage2: rework the C backendAndrew Kelley
2021-01-03stage2: remove the Cache deadlock detection codeAndrew Kelley
2021-01-03stage2: fix Cache debug deadlock code memory leakAndrew Kelley
2021-01-03stage2: Add support for testing LLVM enabled builds in test-stage2Timon Kruiper
2021-01-02Fix more stray uses of {} for formatting stringsLemonBoy
2020-12-31stage2: inferred local variablesAndrew Kelley
2020-12-29stage2 tests: improve C backend testingAndrew Kelley
2020-12-29stage2: C backend improvementsAndrew Kelley
2020-12-29stage2 tests: pass cwd to child process to fix exe pathAndrew Kelley
2020-12-28stage2 tests: fix incorrect path used for execution binaryAndrew Kelley
2020-12-28stage2 tests: better failure reporting for failed executionAndrew Kelley
2020-12-28stage2: improve test harness to support executing generated C codeAndrew Kelley
2020-12-28stage2: C backend: implement `@breakpoint` and clean up test harnessAndrew Kelley
2020-12-23Don't use emit-h in test cases for other backends.Alex Cameron
2020-12-23Fix a dumbNoam Preil
2020-12-23Add header test harnessNoam Preil
2020-12-20update stage2 test harness to new std.Progress APIAndrew Kelley
2020-12-20use kprotty's ThreadPool implementation (v5)Andrew Kelley
2020-12-18std: introduce a thread-local CSPRNG for general useAndrew Kelley
2020-12-13stage2: link musl dynamically by default if nativeIsaac Freund