aboutsummaryrefslogtreecommitdiff
path: root/test/stage2/test.zig
AgeCommit message (Expand)Author
2021-01-19astgen: eliminate rlWrapPtr and all its callsitesAndrew Kelley
2021-01-18stage2: fix orelse at comptimeg-w1
2021-01-18Merge pull request #7797 from Luukdegram/wasm-refactorAndrew Kelley
2021-01-17macho: improve x86_64 tests; clean fixups on errorJakub Konka
2021-01-17stage2: add compile error for label redefinitionAndrew Kelley
2021-01-16stage2: implement error notes and regress -femit-zirAndrew Kelley
2021-01-16Add tests and move tests to wasm's own fileLuuk de Gram
2021-01-15macho: ensure that strtab always follows symtabJakub Konka
2021-01-13macho: add x86_64 testsJakub Konka
2021-01-06Merge pull request #7700 from FireFox317/more-stage2-stuff-llvmAndrew Kelley
2021-01-06stage2: rename and move files related to LLVM backendTimon Kruiper
2021-01-05stage2: add compile log statementg-w1
2021-01-03stage2: Add support for testing LLVM enabled builds in test-stage2Timon Kruiper
2021-01-02stage2: support recursive inline/comptime functionsAndrew Kelley
2021-01-02stage2: fix handling compile error in inline fn callAndrew Kelley
2021-01-02stage2: re-use ZIR for comptime and inline callsAndrew Kelley
2021-01-02stage2: comptime function callsAndrew Kelley
2020-12-31stage2: compile error for invalid `var` typeAndrew Kelley
2020-12-28Revert "stage2: add compile log statement (#7191)"Andrew Kelley
2020-12-26add test for @compileError in zig code, not only zirg-w1
2020-12-26Merge pull request #7552 from Vexu/stage2-continueVeikka Tuominen
2020-12-26stage2: add compile log statement (#7191)g-w1
2020-12-26stage2: add error for unused labelsVeikka Tuominen
2020-12-26stage2: break and continue out of loopsVeikka Tuominen
2020-12-23stage2: @TypeOf (#7475)g-w1
2020-12-06stage2: variable shadowing detection (#6969)g-w1
2020-12-04stage2: introduce Module.failed_root_source_fileAndrew Kelley
2020-11-11stage2 aarch64: add macOS incremental testJakub Konka
2020-10-30stage2: fix typo in liveness; add comptime switch testVexu
2020-10-15getExternalExecutor fixups regarding dynamic linkerAndrew Kelley
2020-10-15Enable stage2 end-to-end tests on macOS run nativelyJakub Konka
2020-10-13Reuse text blocks; enable all incremental testsJakub Konka
2020-10-13Enable incremental testcase for macOSJakub Konka
2020-10-12Rename .macosx to .macosVignesh Rajagopalan
2020-10-04Merge pull request #6255 from joachimschmidt557/stage2-armAndrew Kelley
2020-10-04Merge pull request #6476 from kubkon/macho-exeAndrew Kelley
2020-10-04Fix after rebase and enable stage2 tests for macOSJakub Konka
2020-10-03stage2 ARM: add testcases for non-leaf fns, parameters, return valuesjoachimschmidt557
2020-09-30stage2: support multiple files in testsVexu
2020-09-21fix regressed stage2 test harnessAndrew Kelley
2020-09-13stage2: caching system integration & Module/Compilation splittingAndrew Kelley
2020-09-02stage2: support dbg_stmt at comptimeAndrew Kelley
2020-09-01stage2: proper split of requireRuntimeBlock and requireFunctionBlockAndrew Kelley
2020-08-31stage2: introduce the ability for Scope.Block to be comptimeAndrew Kelley
2020-08-26stage2: codegen needed for basic for loopVexu
2020-08-26stage2: array access astgenVexu
2020-08-26stage2: codegen: fix reuseOperand not doing death bookkeepingAndrew Kelley
2020-08-23stage2: Add Hello World test for ARM backendjoachimschmidt557
2020-08-22stage2: clean up SPU Mk II codeAndrew Kelley
2020-08-22SPU-II: Test harness skeletonNoam Preil