summary refs log tree commit diff
path: root/src/tools/rustfmt
AgeCommit message (Expand)AuthorLines
2025-02-01Rollup merge of #136312 - compiler-errors:overflow_delimited_expr-2024, r=ytmimiJacob Pratt-37/+51
2025-01-07rustfmt: drop nightly-gating of the `--style-edition` flag registration许杰友 Jieyou Xu (Joe)-6/+6
2024-12-31Stabilize style_edition 2024 in-treeMichael Goulet-10/+6
2024-12-22Make sure we don't lose default struct value when formatting structMichael Goulet-0/+42
2024-12-19Speed up `Parser::expected_token_types`.Nicholas Nethercote-16/+17
2024-12-18Rollup merge of #134253 - nnethercote:overhaul-keywords, r=petrochenkov许杰友 Jieyou Xu (Joe)-75/+12
2024-12-18Only have one source of truth for keywords.Nicholas Nethercote-75/+12
2024-12-18Rename `RefTokenTreeCursor`.Nicholas Nethercote-15/+15
2024-12-18Simplify `RefTokenTreeCursor::look_ahead`.Nicholas Nethercote-2/+2
2024-12-18Change the lookahead in `MacroParser::new`.Nicholas Nethercote-1/+1
2024-12-13Rollup merge of #134140 - compiler-errors:unsafe-binders-ast, r=oli-obkMatthias Krüger-1/+48
2024-12-12Fix toolsMichael Goulet-1/+48
2024-12-10Keep track of parse errors in `mod`s and don't emit resolve errors for paths ...Esteban Küber-6/+5
2024-12-09Auto merge of #134052 - matthiaskrgr:rollup-puxwqrk, r=matthiaskrgrbors-12/+17
2024-12-08Rollup merge of #133424 - Nadrieril:guard-patterns-parsing, r=fee1-deadMatthias Krüger-2/+16
2024-12-06Store a single copy of the error registry in DiagCtxtbjorn3-12/+17
2024-11-25Refactor `where` predicates, and reserve for attributes supportFrank King-11/+6
2024-11-24Fix rustfmt according to reviewNadrieril-2/+14
2024-11-24cover guard patterns in rustfmtMax Niederman-1/+3
2024-11-21Implement the unsafe-fields RFC.Luca Versari-3/+30
2024-11-21Introduce `InvisibleOrigin` on invisible delimiters.Nicholas Nethercote-1/+1
2024-11-15Make Visitor::FnKind and MutVisitor::FnKind compatiblemaxcabrajac-21/+7
2024-11-02Do not format generic constsMichael Goulet-6/+46
2024-10-15Rewrite for<..> async correctlyMichael Goulet-23/+29
2024-10-15Auto merge of #131723 - matthiaskrgr:rollup-krcslig, r=matthiaskrgrbors-8/+6
2024-10-15Rollup merge of #130635 - eholk:pin-reborrow-sugar, r=compiler-errorsMatthias Krüger-4/+31
2024-10-14Move trait bound modifiers into ast::PolyTraitRefMichael Goulet-8/+6
2024-10-11Auto merge of #131045 - compiler-errors:remove-unnamed_fields, r=wesleywiserbors-33/+0
2024-10-07Add basic pin sugar support to rustfmtEric Holk-1/+26
2024-10-07Fix clippy and rustfmt compilationEric Holk-5/+6
2024-10-07Add sugar for &pin (const|mut) typesEric Holk-2/+3
2024-10-07Auto merge of #131354 - matthiaskrgr:rollup-hprnng2, r=matthiaskrgrbors-4/+4
2024-10-07Rollup merge of #131344 - nnethercote:ref-Lrc, r=compiler-errorsMatthias Krüger-4/+4
2024-10-07Auto merge of #131235 - codemountains:rename-nestedmetaitem-to-metaitemlnner,...bors-31/+27
2024-10-07Rename nested_meta to meta_item_innercodemountains-8/+7
2024-10-07Convert `Option<&Lrc<T>>` return types to `Option<&T>`.Nicholas Nethercote-4/+4
2024-10-06various fixes for `naked_asm!` implementationFolkert de Vries-1/+1
2024-10-06disallow `asm!` in `#[naked]` functionsFolkert de Vries-2/+2
2024-10-06implement `naked_asm` macroFolkert-2/+2
2024-10-06Rename NestedMetaItem to MetaItemInnercodemountains-27/+24
2024-10-01Remove anon struct and union typesMichael Goulet-33/+0
2024-09-19Merge commit 'b23b69900eab1260be510b2bd8922f4b6de6cf1e' into sync-from-rustfmtYacin Tmimi-1556/+4708
2024-09-06Fix toolsMichael Goulet-9/+26
2024-08-30Remove `#[macro_use] extern crate tracing` from rustfmt.Nicholas Nethercote-2/+17
2024-08-30Remove `#[macro_use] extern crate tracing` from rustfmt helpers.Nicholas Nethercote-6/+2
2024-08-17Auto merge of #128771 - carbotaniuman:stabilize_unsafe_attr, r=nnethercotebors-1/+0
2024-08-14Use `impl PartialEq<TokenKind> for Token` more.Nicholas Nethercote-5/+3
2024-08-11Link `std` statically in `rustc_driver`John Kåre Alsaker-0/+4
2024-08-07Stabilize `unsafe_attributes`carbotaniuman-1/+0
2024-08-02rustfmt: Remove `has_cpuid` from testJubilee Young-18/+0