| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-04-20 | Unify incremental test cases and disable many | mlugg | |
| The self-hosted aarch64 backend is not currently functional due to the Liveness changes. A previous commit disabled aarch64 on the behavior tests; this commit disables it and arm for the test cases. Moreover, all incremental test cases have been unified into shared cross-platform cases, which can be gradually enabled as the backends improve. | |||
| 2023-04-04 | cases: disable failing incremental tests | Jacob Young | |
| Enabling start.zig logic breaks incremental compilation See #15174 | |||
| 2023-04-03 | start: disable extra start logic on various x86_64 subtargets | Jacob Young | |
| 2023-04-03 | Elf: add program headers for the program header table | Jacob Young | |
| 2023-04-02 | x86_64: implement large cmp | Jacob Young | |
| 2022-12-03 | Sema: improve error for mismatched type in implicit return | Veikka Tuominen | |
| Closes #2653 | |||
| 2022-10-25 | std: add cbe hacks to more targets | Jacob Young | |
| These are needed because clang doesn't support anything in naked functions, not even assembly register inputs. | |||
| 2022-09-30 | stage2: improve error message for missing member in file root struct | Veikka Tuominen | |
| * the root struct decl name is fully qualified this prevents error messages containing 'main.main' * avoid declared here note when file struct is missing a member It always points at the start of the file which might contain another container misleading the user. | |||
| 2022-09-07 | test-cases: fix compiler error locations for hello world with updates | Jakub Konka | |
| 2022-09-07 | coff: re-enable default entrypoint for Windows | Jakub Konka | |
| 2022-08-30 | test-cases: fix compiler error locations for hello world with updates | Jakub Konka | |
| 2022-07-23 | Sema: add some more 'declared here' notes | Veikka Tuominen | |
| 2022-07-11 | Sema: add notes about function return type | Veikka Tuominen | |
| 2022-06-30 | move passing stage1 compile error tests to stage2 | Veikka Tuominen | |
| 2022-05-04 | test: move compile errors and incremental tests into common dir | Jakub Konka | |
