aboutsummaryrefslogtreecommitdiff
path: root/src/test.zig
AgeCommit message (Expand)Author
2022-02-08update more API usage of std.ProgressAndrew Kelley
2022-02-06Avoid depending on child process execution when not supported by host OSCody Tapscott
2022-01-29fs: Use `OpenMode` enum instead of read/write flags.Sage Hane
2021-12-02improve detection of how to execute binaries on the hostAndrew Kelley
2021-12-02zig build: promote qemu, wine, wasmtime, darling, and rosettaAndrew Kelley
2021-12-02Make Rosetta availability declarative by the userJakub Konka
2021-12-02Make Rosetta a new variant in ExternalExecutor enumJakub Konka
2021-11-30allocgate: renamed getAllocator function to allocatorLee Cannon
2021-11-30allocgate: stage 1 and 2 buildingLee Cannon
2021-11-30allocgate: std Allocator interface refactorLee Cannon
2021-08-06Update all usages of mem.split/mem.tokenize for generic versionRyan Liptak
2021-07-23stage2: improvements towards `zig test`Andrew Kelley
2021-07-20stage2 tests: respect -Dskip-non-native for object formatsAndrew Kelley
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