about summary refs log tree commit diff
path: root/compiler/rustc_expand/src/mbe/macro_check.rs
AgeCommit message (Expand)AuthorLines
2023-12-18Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`.Nicholas Nethercote-6/+5
2023-12-11Add spacing information to delimiters.Nicholas Nethercote-6/+6
2023-11-21Fix `clippy::needless_borrow` in the compilerNilstrieb-1/+1
2023-07-30inline format!() args up to and including rustc_middleMatthias Krüger-2/+2
2023-05-16Avoid `&format("...")` calls in error message code.Nicholas Nethercote-4/+9
2023-04-25Fix static string lintsclubby789-4/+2
2023-01-17`rustc_expand`: remove `ref` patternsMaybe Waffle-5/+5
2022-12-18don't restuct references just to reborrowMatthias Krüger-2/+2
2022-05-02fix most compiler/ doctestsElliot Roberts-4/+4
2022-04-28rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`Vadim Petrochenkov-4/+4
2022-04-13couple of clippy::complexity fixesMatthias Krüger-1/+1
2022-04-09expand: Remove `ParseSess::missing_fragment_specifiers`Vadim Petrochenkov-2/+13
2022-04-09Remove explicit delimiter token trees from `Delimited`.Nicholas Nethercote-11/+5
2022-04-05errors: implement fallback diagnostic translationDavid Wood-4/+4
2022-04-05span: move `MultiSpan`David Wood-1/+2
2022-03-23Eliminate `TokenTreeOrTokenTreeSlice`.Nicholas Nethercote-5/+11
2022-03-14Fix remaining meta-variable expression TODOsCaio-2/+6
2022-03-09Implement macro meta-variable expressionsCaio-0/+4
2021-03-26Use iter::zip in compiler/Josh Stone-1/+3
2020-10-30Fix some more clippy warningsJoshua Nelson-4/+1
2020-08-30mv compiler to compiler/mark-0/+633