| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-07-05 | Move macro tests in `parser` into `macro` directory | Josh Triplett | -20/+0 | |
| The `macro` directory contains most of the macro tests, but not all of them; move the remainder into `macro`. | ||||
| 2025-04-16 | Add test for `extern` without explicit ABI | Obei Sideg | -1/+1 | |
| 2025-02-11 | compiler: replace ExternAbi::name calls with formatters | Jubilee Young | -1/+1 | |
| Most of these just format the ABI string, so... just format ExternAbi? This makes it more consistent and less jank when we can do it. | ||||
| 2025-01-07 | Update tests. | Mara Bos | -1/+13 | |
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -1/+1 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-06-15 | Handle interpolated literal errors | Michael Goulet | -0/+8 | |
