about summary refs log tree commit diff
path: root/src/tools/rustfmt
AgeCommit message (Expand)AuthorLines
2024-05-30Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanupLeón Orell Valerian Liehr-6/+6
2024-05-17Rename Unsafe to SafetySantiago Pastorino-20/+20
2024-05-15delegation: Implement list delegationVadim Petrochenkov-3/+3
2024-05-08Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=NilstriebMatthias Krüger-1/+3
2024-04-29Add StaticForeignItem and use it on ForeignItemKindSantiago Pastorino-3/+3
2024-04-24Error on using `yield` without also using `#[coroutine]` on the closureOli Scherer-2/+4
2024-04-23Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davidtwcoMatthias Krüger-4/+4
2024-04-18Disallow ambiguous attributes on expressionsDominik Stolz-4/+4
2024-04-17Rename `BindingAnnotation` to `BindingMode`Jules Bertholet-4/+2
2024-04-16Auto merge of #123468 - compiler-errors:precise-capturing, r=oli-obkbors-2/+7
2024-04-16Rollup merge of #123462 - fmease:rn-mod-sep-to-path-sep, r=nnethercoteLeón Orell Valerian Liehr-1/+1
2024-04-15Rustfmt, clippyMichael Goulet-2/+7
2024-04-14store the span of the nested part of the use tree in the astPietro Albini-1/+3
2024-04-08Add pattern types to astOli Scherer-0/+5
2024-04-04Rename ModSep to PathSepLeón Orell Valerian Liehr-1/+1
2024-03-27Add rustfmt test for mut ref mutJules Bertholet-0/+20
2024-03-27Implement `mut ref`/`mut ref mut`Jules Bertholet-34/+57
2024-03-24Rollup merge of #122737 - ytmimi:conditionally_ignore_fatal_diagnostic, r=dav...Matthias Krüger-1/+2
2024-03-22Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkovMatthias Krüger-14/+67
2024-03-21Implement macro-based deref!() syntax for deref patternsMichael Goulet-3/+5
2024-03-20step cfgsMark Rousskov-1/+1
2024-03-19conditionally ignore fatal diagnostic in the SilentEmitterYacin Tmimi-1/+2
2024-03-14Rename `ast::StmtKind::Local` into `ast::StmtKind::Let`Guillaume Gomez-4/+4
2024-03-06Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ...Matthias Krüger-0/+1
2024-03-06Add basic rustfmt implementation & testRoss Smyth-13/+64
2024-03-06Add MatchKind member to the Match expr for pretty printing & fmtRoss Smyth-5/+7
2024-03-06Rewrite the `untranslatable_diagnostic` lint.Nicholas Nethercote-0/+1
2024-03-05errors: share `SilentEmitter` between rustc and rustfmtDavid Wood-49/+31
2024-03-05Rename `DiagnosticMessage` as `DiagMessage`.Nicholas Nethercote-1/+1
2024-03-05Rename all `ParseSess` variables/fields/lifetimes as `psess`.Nicholas Nethercote-141/+126
2024-03-04Tweak `parse_asm_args`.Nicholas Nethercote-1/+1
2024-02-29Rollup merge of #121326 - fmease:detect-empty-leading-where-clauses-on-ty-ali...Matthias Krüger-24/+6
2024-02-29AST: Refactor type alias where clausesLeón Orell Valerian Liehr-24/+6
2024-02-29Rollup merge of #121783 - nnethercote:emitter-cleanups, r=oli-obkGuillaume Gomez-4/+7
2024-02-29Inline and remove `HumanEmitter::stderr`.Nicholas Nethercote-2/+5
2024-02-29Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`.Nicholas Nethercote-2/+2
2024-02-29Reinstate `emit_stashed_diagnostics` in `DiagCtxtInner::drop`.Nicholas Nethercote-22/+7
2024-02-28Rename `DiagnosticBuilder` as `Diag`.Nicholas Nethercote-4/+4
2024-02-28Rename `Diagnostic` as `DiagInner`.Nicholas Nethercote-12/+12
2024-02-26Auto merge of #121636 - matthiaskrgr:rollup-1tt2o5n, r=matthiaskrgrbors-19/+35
2024-02-26Rollup merge of #121615 - nnethercote:fix-121517, r=oli-obkMatthias Krüger-19/+35
2024-02-26Auto merge of #120586 - ShE3py:exprkind-err, r=fmeasebors-2/+3
2024-02-26Move `emit_stashed_diagnostic` call in rustfmt.Nicholas Nethercote-19/+35
2024-02-25Add `ErrorGuaranteed` to `ast::ExprKind::Err`Lieselotte-2/+2
2024-02-25Add `ast::ExprKind::Dummy`Lieselotte-1/+2
2024-02-25Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkinbors-0/+1
2024-02-23Explicitly call `emit_stashed_diagnostics`.Nicholas Nethercote-5/+23
2024-02-17Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nnethercoteMatthias Krüger-0/+11
2024-02-17Allow newly added non_local_definitions in rustfmtUrgau-0/+1
2024-02-15errors: only eagerly translate subdiagnosticsDavid Wood-0/+11