about summary refs log tree commit diff
path: root/compiler/rustc_expand/src/mbe/diagnostics.rs
AgeCommit message (Expand)AuthorLines
2023-12-23Give `DiagnosticBuilder` a default type.Nicholas Nethercote-1/+1
2023-12-02Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.Nicholas Nethercote-2/+2
2023-11-16More detail when expecting expression but encountering bad macro argumentEsteban Küber-0/+6
2023-07-30inline format!() args up to and including rustc_middleMatthias Krüger-1/+1
2023-07-12Re-format let-else per rustfmt updateMark Rousskov-1/+2
2023-05-29Use `Cow` in `{D,Subd}iagnosticMessage`.Nicholas Nethercote-5/+5
2023-05-16Avoid `&format("...")` calls in error message code.Nicholas Nethercote-2/+2
2023-04-12compiler: print the suggestion only for local macrosLena Milizé-2/+5
2023-04-12compiler: improve captured metavariables diagnosticLena Milizé-1/+3
2023-03-17Suggest surrounding the macro with `{}` to interpret as a statementMu42-6/+18
2023-03-10Add note when matching token with nonterminalNilstrieb-3/+9
2023-01-05Shrink `ParseResult` in the hot path.Nilstrieb-2/+23
2023-01-01Merge multiple mutable borrows of immutable binding errorsEsteban Küber-2/+2
2022-12-12Properly calculate best failure in macro matchingNilstrieb-10/+30
2022-11-20Move macro_rules diagnostics to diagnostics moduleNilstrieb-0/+257