about summary refs log tree commit diff
path: root/src/tools/rustfmt
AgeCommit message (Expand)AuthorLines
2023-07-26Unite bless environment variables under `RUSTC_BLESS`Trevor Gross-5/+3
2023-07-26Make `x test src/tools/rustfmt --bless` format rustfmt with the freshly built...Oli Scherer-9/+13
2023-07-25Use a builder instead of boolean/option argumentsOli Scherer-4/+1
2023-07-19On nightly, dump ICE backtraces to diskEsteban Küber-1/+2
2023-07-01Merge commit 'dca1cf90ad6b8e45afbed2061803befbb2d159e9' into sync-rustfmtCaleb Cartwright-49/+1081
2023-06-21Rollup merge of #112790 - WaffleLapkin:syntactically, r=NilstriebNilstrieb-0/+2
2023-06-19Merge commit '3f7c366fc0464e01ddcaefbd70647cb3da4202be' into rustfmt-syncCaleb Cartwright-366/+1622
2023-06-19Implement `become` expression formatting in rustfmtMaybe Waffle-0/+2
2023-05-06Rollup merge of #110989 - jyn514:bug-report-url, r=WaffleLapkinMatthias Krüger-0/+9
2023-05-02Rustfmt support for negative bounds, testMichael Goulet-2/+17
2023-05-02Make tools happyMichael Goulet-0/+2
2023-05-01Make the BUG_REPORT_URL configurable by toolsjyn-0/+9
2023-05-01remove rustfmt testcase for type ascriptionyukang-23/+0
2023-05-01fix testsyukang-42/+27
2023-04-27Tweak await spanMichael Goulet-4/+4
2023-04-21rustfmt fmtDrMeepster-1/+3
2023-04-21minor tweaksDrMeepster-2/+1
2023-04-21offset_ofDrMeepster-0/+2
2023-04-04box a bunch of large typesOli Scherer-13/+13
2023-04-04Split out ast::ItemKind::Const into its own structOli Scherer-4/+4
2023-04-04rust-analyzer guided tuple field to named fieldOli Scherer-1/+1
2023-04-04rust-analyzer guided enum variant structificationOli Scherer-1/+1
2023-03-27Rollup merge of #109354 - Swatinem:rm-closureid, r=compiler-errorsGuillaume Gomez-1/+1
2023-03-22rustc: Remove unused `Session` argument from some attribute functionsVadim Petrochenkov-20/+5
2023-03-19Remove the `NodeId` of `ast::ExprKind::Async`Arpad Borsos-1/+1
2023-03-12Remove `box_syntax` from AST and use in toolsclubby789-9/+0
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-37/+0
2023-02-22various: translation resources from cg backendDavid Wood-2/+4
2023-02-22errors: generate typed identifiers in each crateDavid Wood-1/+1
2023-02-21Use `ThinVec` in a few more AST types.Nicholas Nethercote-7/+9
2023-02-21Use `ThinVec` in `ast::Block`.Nicholas Nethercote-1/+2
2023-02-21Use `ThinVec` in various AST types.Nicholas Nethercote-1/+4
2023-02-09Introduce `-Zterminal-urls` to use OSC8 for error codesEsteban Küber-1/+2
2023-02-03Rename `Cursor`/`CursorRef` as `TokenTreeCursor`/`RefTokenTreeCursor`.Nicholas Nethercote-4/+4
2023-01-26Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obkbors-1/+5
2023-01-24Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmtCaleb Cartwright-187/+2591
2023-01-12parse const closuresDeadbeef-3/+17
2023-01-12Update rustfmt for ast::ExprKind::FormatArgs.Mara Bos-1/+5
2023-01-11Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan-4/+4
2023-01-05Detect closures assigned to binding in blockEsteban Küber-0/+1
2022-12-31Add missing extern crate rustc_driverbjorn3-0/+5
2022-12-28Rename `Rptr` to `Ref` in AST and HIRNilstrieb-2/+2
2022-12-12Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkovbors-5/+7
2022-12-03Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillotMatthias Krüger-0/+1
2022-12-02Remove `token::Lit` from `ast::MetaItemLit`.Nicholas Nethercote-5/+7
2022-12-01rustc_ast_lowering: Stop lowering imports into multiple itemsVadim Petrochenkov-1/+1
2022-11-28Keep track of the start of the argument block of a closureSarthak Singh-0/+1
2022-11-28Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.Nicholas Nethercote-7/+5
2022-11-28Rename `ast::Lit` as `ast::MetaItemLit`.Nicholas Nethercote-7/+16
2022-11-23Fix rustfmtEsteban Küber-1/+1