| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2025-06-19 | Extract Translator struct | Cameron Steffen | -26/+17 |
| 2024-11-12 | Delete the `cfg(not(parallel))` serial compiler | Noratrieb | -5/+0 |
| 2024-10-07 | Convert `Option<&Lrc<T>>` return types to `Option<&T>`. | Nicholas Nethercote | -2/+2 |
| 2024-09-22 | Reformat using the new identifier sorting from rustfmt | Michael Goulet | -2/+2 |
| 2024-07-29 | Reformat `use` declarations. | Nicholas Nethercote | -4/+4 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -8/+8 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -10/+14 |
| 2023-05-06 | correct literals for dyn thread safe | SparrowLii | -3/+5 |
| 2023-05-06 | introduce `DynSend` and `DynSync` auto trait | SparrowLii | -3/+5 |
| 2023-01-09 | Fix tests | mejrs | -0/+5 |
| 2023-01-08 | Make translate_message return result and add tests | mejrs | -0/+183 |
