| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-08 | mbe: In error messages, don't assume attributes are always proc macros | Josh Triplett | -1/+1 | |
| Now that `macro_rules` macros can define attribute rules, make sure error messages account for that. | ||||
| 2025-03-14 | Do not suggest using `-Zmacro-backtrace` for builtin macros | Esteban Küber | -1/+0 | |
| For macros that are implemented on the compiler, we do *not* mention the `-Zmacro-backtrace` flag. This includes `derive`s and standard macros. | ||||
| 2023-11-24 | Show number in error message even for one error | Nilstrieb | -1/+1 | |
| Co-authored-by: Adrian <adrian.iosdev@gmail.com> | ||||
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -0/+21 | |
| This reverts commit abc0660118cc95f47445fd33502a11dd448f5968. | ||||
| 2023-04-16 | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | -21/+0 | |
| 2023-02-21 | Fix overlapping spans in removing extra arguments | clubby789 | -4/+1 | |
| 2023-02-14 | Make removal suggestion not verbose | Esteban Küber | -7/+4 | |
| 2023-02-14 | rebase and review comments | Esteban Küber | -1/+1 | |
| 2023-02-14 | More accurate spans for arg removal suggestion | Esteban Küber | -2/+4 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+25 | |
