about summary refs log tree commit diff
path: root/compiler/rustc_expand/src/mbe
AgeCommit message (Expand)AuthorLines
2024-05-21Convert uses of BuiltinLintDiag::Normal to custom variantsXiretza-16/+10
2024-05-21Generate lint diagnostic message from BuiltinLintDiagXiretza-2/+0
2024-05-18Auto merge of #125180 - mu001999-contrib:improve/macro-diag, r=fee1-deadbors-13/+45
2024-05-18Improve error message: missing `;` in macro_rulesr0cky-13/+45
2024-05-17Auto merge of #123865 - eholk:expr_2021, r=fmeasebors-22/+51
2024-05-16Auto merge of #124987 - workingjubilee:macro-metavar-expr-with-a-shorter-len,...bors-8/+8
2024-05-14Remove `NtIdent` and `NtLifetime`.Nicholas Nethercote-0/+10
2024-05-13Apply code review suggestionsEric Holk-23/+46
2024-05-13Add expr_2021 nonterminal and feature flagEric Holk-1/+7
2024-05-13Remove a `Span` from `TokenKind::Interpolated`.Nicholas Nethercote-14/+3
2024-05-10s/MetaVarExpr::Length/MetaVarExpr::Len/Jubilee Young-8/+8
2024-05-03Refactor `Frame`.Nicholas Nethercote-48/+50
2024-05-03Type annotate `repeats`.Nicholas Nethercote-1/+1
2024-05-03Fix some comment formatting.Nicholas Nethercote-6/+8
2024-04-30Remove `extern crate tracing` from numerous crates.Nicholas Nethercote-0/+2
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-0/+2
2024-04-18Simplify `static_assert_size`s.Nicholas Nethercote-1/+1
2024-04-03Check `x86_64` size assertions on `aarch64`, tooZalathar-1/+1
2024-03-21Rollup merge of #122752 - nnethercote:Interpolated-cleanups, r=petrochenkovMatthias Krüger-31/+25
2024-03-21Streamline `NamedMatch`.Nicholas Nethercote-25/+20
2024-03-21Factor out `tt` pushes.Nicholas Nethercote-6/+5
2024-03-20make "expected paren or brace" error translatableTshepang Mbambo-3/+5
2024-03-13delay expand macro bang when there has indeterminate pathbohan-7/+7
2024-03-05Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`.Nicholas Nethercote-3/+3
2024-03-05Rename `DiagnosticMessage` as `DiagMessage`.Nicholas Nethercote-5/+5
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-109/+109
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-20/+6
2024-02-25Add `ErrorGuaranteed` to `ast::ExprKind::Err`Lieselotte-105/+107
2024-02-25Rollup merge of #121060 - clubby789:bool-newtypes, r=cjgillotMatthias Krüger-10/+16
2024-02-23compiler: clippy::complexity fixesMatthias Krüger-12/+3
2024-02-20Add newtype for raw identsclubby789-10/+16
2024-02-20Auto merge of #120576 - nnethercote:merge-Diagnostic-DiagnosticBuilder, r=dav...bors-3/+7
2024-02-19Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers.Nicholas Nethercote-3/+7
2024-02-18Auto merge of #119673 - petrochenkov:dialoc5, r=compiler-errors,cjgillotbors-10/+45
2024-02-18Rollup merge of #121067 - tshepang:make-expand-translatable, r=fmeaseMatthias Krüger-9/+9
2024-02-18macro_rules: Preserve all metavariable spans in a global side tableVadim Petrochenkov-10/+45
2024-02-17Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercoteMatthias Krüger-6/+11
2024-02-16make "invalid fragment specifier" translatableTshepang Mbambo-9/+9
2024-02-15errors: only eagerly translate subdiagnosticsDavid Wood-6/+11
2024-02-14Use fewer delayed bugs.Nicholas Nethercote-4/+4
2024-01-25Stop checking `err_count` in macro_rules validity checkingOli Scherer-15/+24
2024-01-19Pack the u128 in LitKind::IntJosh Stone-1/+1
2024-01-17Improved collapse_debuginfo attribute, added command-line flag (no|external|yes)Andrew Zhogin-0/+1
2024-01-13Add check for ui_testing via promoting parameters from `ParseSess` to `Session`George-lewis-34/+37
2024-01-10Rename consuming chaining methods on `DiagnosticBuilder`.Nicholas Nethercote-2/+2
2024-01-10Shorten some error invocations.Nicholas Nethercote-2/+2
2024-01-08Auto merge of #119606 - nnethercote:consuming-emit, r=oli-obkbors-5/+5
2024-01-08Make `DiagnosticBuilder::emit` consuming.Nicholas Nethercote-5/+5
2024-01-08macro_rules: Add an expansion-local cache to span markerVadim Petrochenkov-4/+13
2024-01-06rustc_span: Optimize syntax context comparisonsVadim Petrochenkov-1/+1