| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2025-08-08 | mbe: In error messages, don't assume attributes are always proc macros | Josh Triplett | -4/+4 | |
| 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 | -4/+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-10-05 | Add a note to duplicate diagnostics | Alex Macleod | -0/+3 | |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -0/+47 | |
