aboutsummaryrefslogtreecommitdiff
path: root/test/stage2
AgeCommit message (Expand)Author
2022-08-17Sema: allow empty enums and unionsVeikka Tuominen
2022-07-23Sema: add some more 'declared here' notesVeikka Tuominen
2022-07-21Sema: more union and enum tag type validationVeikka Tuominen
2022-07-21Sema: explain why comptime is neededVeikka Tuominen
2022-07-01Sema: validate `@intToEnum` int operand typeVeikka Tuominen
2022-06-30move passing stage1 compile error tests to stage2Veikka Tuominen
2022-06-09remove a stage2 test case that relies on a very deep compiler stackAndrew Kelley
2022-04-28test: migrate llvm incremental testsJakub Konka
2022-04-28test: migrate plan9 and sparcv9 incremental testsJakub Konka
2022-04-28test: migrate arm incremental testsJakub Konka
2022-04-28test: migrate aarch64 incremental testsJakub Konka
2022-04-28test: migrate riscv64 incremental testsJakub Konka
2022-04-28test: migrate wasm incremental testsJakub Konka
2022-04-28test: remove incremental tests that were ported to the new harnessJakub Konka
2022-04-14stage2: zig fmtKoakuma
2022-04-14stage2: Adjust line numbers in testsKoakuma
2022-04-14stage2: sparcv9: Add simple test caseKoakuma
2022-03-22fix merge conflicts and test casesAndrew Kelley
2022-03-20add error when binary ops don't have matching whitespace on both sidesDaniel Hooper
2022-03-17stage2 test harness: ask for the backend explicitlyAndrew Kelley
2022-03-12stage2: add compiler test to ensure typed null doesn't coerce to anyMitchell Hashimoto
2022-03-12fix nvptx test failure #10968Guillaume Wenzek
2022-03-11stage2: passing threadlocal tests for x86_64-linuxAndrew Kelley
2022-03-10stage2: error_set_merged type equalityMitchell Hashimoto
2022-03-03stage2: add 'called from here' error noteVeikka Tuominen
2022-02-21enable Gpu address spaces (#10884)gwenzek
2022-02-17parser: make some errors point to end of previous tokenVeikka Tuominen
2022-02-14stage2 AArch64: Fix issue in binOp and add regression testjoachimschmidt557
2022-02-14stage2 AArch64: implement cond_br for other MCValuesjoachimschmidt557
2022-02-13update compile error testsVeikka Tuominen
2022-02-08wasm: update test runnerLuuk de Gram
2022-02-07stage2: lower unnamed constants in Elf and MachOJakub Konka
2022-02-02stage2: update stage2 tests with qualified import lib names for externsJakub Konka
2022-01-24stage2: rework a lot of stuffAndrew Kelley
2022-01-15stage2: implement signed compareJakub Konka
2022-01-15stage2: refactor handling of immediates in x86_64 backendJakub Konka
2022-01-10stage2: enable zig test on x86_64-macos (#10551)Jakub Konka
2022-01-06stage2: temporarily disable offending stage2 test on macOSJakub Konka
2022-01-06stage2: fix airSliceElemValJakub Konka
2022-01-04stage2: implement isErr/isNonErr and unwrap errorJakub Konka
2022-01-02stage2 ARM: implement wrap_errunion_err for empty payloadsjoachimschmidt557
2022-01-01Merge pull request #10480 from joachimschmidt557/stage2-armJakub Konka
2022-01-01stage2: augment stage2 test to test optional payload loweringJakub Konka
2022-01-01stage2 ARM: implement airUnwrapErrErr + airCmp for error setsjoachimschmidt557
2022-01-01stage2 ARM: implement airCall for function pointersjoachimschmidt557
2021-12-31stage2: implement loading-storing via pointer (in register)Jakub Konka
2021-12-30Merge pull request #10455 from joachimschmidt557/stage2-armAndrew Kelley
2021-12-30stage2 x86_64: add regression test for #7187joachimschmidt557
2021-12-30stage2 ARM: implement struct_field_ptr and struct_field_valjoachimschmidt557
2021-12-29stage2: lower 1-byte and 2-byte values saved to stackJakub Konka