about summary refs log tree commit diff
path: root/compiler/rustc_ast_passes
AgeCommit message (Expand)AuthorLines
2024-03-07Rollup merge of #122004 - fmease:astvalidator-min-fix, r=compiler-errorsGuillaume Gomez-27/+30
2024-03-07Rollup merge of #119888 - weiznich:stablize_diagnostic_namespace, r=compiler-...Guillaume Gomez-8/+0
2024-03-06Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ...Matthias Krüger-0/+4
2024-03-06Rewrite the `untranslatable_diagnostic` lint.Nicholas Nethercote-0/+4
2024-03-05Move visitor utils to `rustc_ast_ir`Jason Newcomb-2/+1
2024-03-05Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`.Nicholas Nethercote-4/+4
2024-03-05Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`.Nicholas Nethercote-3/+3
2024-03-05AST validation: Improve handling of inherent impls nested within functions an...León Orell Valerian Liehr-27/+30
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-2/+2
2024-02-29Detect empty leading where-clauses on type aliasesLeón Orell Valerian Liehr-40/+56
2024-02-29AST: Refactor type alias where clausesLeón Orell Valerian Liehr-14/+13
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-4/+3
2024-02-27Stabilize the `#[diagnostic]` namespace and `#[diagnostic::on_unimplemented]`...Georg Semmler-8/+0
2024-02-21Remove an `unchecked_error_guaranteed` call.Nicholas Nethercote-3/+4
2024-02-20Reduce capabilities of `Diagnostic`.Nicholas Nethercote-3/+17
2024-02-15Add an `ErrorGuaranteed` to `ast::TyKind::Err`.Nicholas Nethercote-1/+2
2024-02-13Rollup merge of #120751 - estebank:issue-68982, r=nnethercoteMatthias Krüger-35/+89
2024-02-12check uniqueness of nested fieldsFrank King-1/+1
2024-02-12Lower anonymous structs or unions to HIRFrank King-1/+1
2024-02-09Rollup merge of #120693 - nnethercote:invert-diagnostic-lints, r=davidtwcoMatthias Krüger-2/+0
2024-02-08Add `SubdiagnosticMessageOp` as a trait alias.Nicholas Nethercote-15/+3
2024-02-08Do not leave stray commas after applying suggestionEsteban Küber-61/+56
2024-02-07Provide more suggestions on invalid equality where boundsEsteban Küber-4/+63
2024-02-06Invert diagnostic lints.Nicholas Nethercote-2/+0
2024-02-01Correctly check `never_type` feature gatingGuillaume Gomez-0/+13
2024-01-29Stop using `String` for error codes.Nicholas Nethercote-19/+19
2024-01-25Remove unused featuresclubby789-1/+0
2024-01-19add help message for `exclusive_range_pattern` errorRowan S-L-1/+2
2024-01-13Auto merge of #119088 - George-lewis:glewis/suggest-upgrading-compiler, r=Nil...bors-22/+8
2024-01-13Add check for ui_testing via promoting parameters from `ParseSess` to `Session`George-lewis-22/+8
2024-01-13Rollup merge of #119894 - fmease:tilde-const-assoc-ty-bounds, r=compiler-errorsMatthias Krüger-5/+53
2024-01-12Allow `~const` on assoc ty bounds againLeón Orell Valerian Liehr-5/+53
2024-01-12Delegation implementation: step 1Bryanskiy-0/+1
2024-01-10Rename consuming chaining methods on `DiagnosticBuilder`.Nicholas Nethercote-1/+1
2024-01-10Rename `{create,emit}_warning` as `{create,emit}_warn`.Nicholas Nethercote-3/+3
2024-01-08Make `DiagnosticBuilder::emit` consuming.Nicholas Nethercote-1/+1
2024-01-05Rollup merge of #119354 - fmease:negative_bounds-fixes, r=compiler-errorsMatthias Krüger-5/+26
2024-01-05Rollup merge of #119538 - nnethercote:cleanup-errors-5, r=compiler-errorsMichael Goulet-2/+2
2024-01-03Rename some `Diagnostic` setters.Nicholas Nethercote-2/+2
2024-01-02E0379: Provide suggestionsLeón Orell Valerian Liehr-35/+121
2024-01-02E0379: Make diagnostic more preciseLeón Orell Valerian Liehr-3/+10
2023-12-28Deny parenthetical notation for negative boundsLeón Orell Valerian Liehr-5/+26
2023-12-27Introduce `const Trait` (always-const trait bounds)León Orell Valerian Liehr-2/+14
2023-12-24Remove `Session` methods that duplicate `DiagCtxt` methods.Nicholas Nethercote-33/+37
2023-12-22Auto merge of #118847 - eholk:for-await, r=compiler-errorsbors-0/+1
2023-12-22Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=compiler...bors-21/+23
2023-12-21Rollup merge of #119154 - surechen:fix_119067, r=fmeaseMatthias Krüger-8/+9
2023-12-21Simple modification of diagnostic informationsurechen-8/+9
2023-12-20Refactor AST trait bound modifiersLeón Orell Valerian Liehr-21/+23
2023-12-20Give `VariantData::Struct` named fields, to clairfy `recovered`.Alona Enraght-Moony-2/+2