about summary refs log tree commit diff
path: root/src/tools/rustfmt
AgeCommit message (Expand)AuthorLines
2023-11-04fixes for rustfmt + ast visitorDinu Blanovschi-2/+2
2023-10-27Add gen blocks to ast and do some broken ast loweringOli Scherer-6/+6
2023-10-23Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkovbors-0/+2
2023-10-22Merge commit '81fe905ca83cffe84322f27ca43950b617861ff7' into rustfmt-syncCaleb Cartwright-788/+2818
2023-10-22use visibility to check unused imports and delete some stmtsbohan-0/+2
2023-10-20Rename lots of files that had `generator` in their nameOli Scherer-0/+0
2023-10-20s/generator/coroutine/Oli Scherer-3/+3
2023-10-04Fix spans for comments in rustfmtMichael Goulet-1/+2
2023-09-11Update tools and fulldeps testsMatthew Jasper-1/+1
2023-09-03Use relative positions inside a SourceFile.Camille GILLOT-1/+1
2023-08-30Use conditional synchronization for LockJohn Kåre Alsaker-7/+7
2023-08-24Parse unnamed fields and anonymous structs or unionsFrank King-0/+21
2023-08-04Auto merge of #114481 - matthiaskrgr:rollup-58pczpl, r=matthiaskrgrbors-5/+5
2023-08-04Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31Matthias Krüger-5/+5
2023-08-04Auto merge of #114104 - oli-obk:syn2, r=compiler-errorsbors-13/+2
2023-08-04Improve spans for indexing expressionsNilstrieb-5/+5
2023-08-03Rollup merge of #114300 - MU001999:fix/turbofish-pat, r=estebankMatthias Krüger-1/+1
2023-08-03Remove `MacDelimiter`.Nicholas Nethercote-6/+2
2023-08-03Fix rustfmt depMu001999-1/+1
2023-07-31Use builder pattern instead of lots of arguments for `EmitterWriter::new`Oli Scherer-13/+2
2023-07-28Auto merge of #114115 - nnethercote:less-token-tree-cloning, r=petrochenkovbors-14/+14
2023-07-27Avoid `into_trees` usage in rustfmt.Nicholas Nethercote-14/+14
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