summaryrefslogtreecommitdiff
path: root/src/tools/rustfmt
Commit message (Expand)AuthorAgeFilesLines
* Rollup merge of #110989 - jyn514:bug-report-url, r=WaffleLapkinMatthias Krüger2023-05-061-0/+9
|\
| * Make the BUG_REPORT_URL configurable by toolsjyn2023-05-011-0/+9
* | Rustfmt support for negative bounds, testMichael Goulet2023-05-022-2/+17
* | Make tools happyMichael Goulet2023-05-021-0/+2
* | remove rustfmt testcase for type ascriptionyukang2023-05-012-23/+0
* | fix testsyukang2023-05-017-42/+27
* | Tweak await spanMichael Goulet2023-04-272-4/+4
|/
* rustfmt fmtDrMeepster2023-04-211-1/+3
* minor tweaksDrMeepster2023-04-211-2/+1
* offset_ofDrMeepster2023-04-212-0/+2
* box a bunch of large typesOli Scherer2023-04-041-13/+13
* Split out ast::ItemKind::Const into its own structOli Scherer2023-04-041-4/+4
* rust-analyzer guided tuple field to named fieldOli Scherer2023-04-041-1/+1
* rust-analyzer guided enum variant structificationOli Scherer2023-04-041-1/+1
* Rollup merge of #109354 - Swatinem:rm-closureid, r=compiler-errorsGuillaume Gomez2023-03-271-1/+1
|\
| * Remove the `NodeId` of `ast::ExprKind::Async`Arpad Borsos2023-03-191-1/+1
* | rustc: Remove unused `Session` argument from some attribute functionsVadim Petrochenkov2023-03-223-20/+5
|/
* Remove `box_syntax` from AST and use in toolsclubby7892023-03-124-9/+0
* Remove uses of `box_syntax` in rustc and toolsclubby7892023-03-124-37/+0
* various: translation resources from cg backendDavid Wood2023-02-221-2/+4
* errors: generate typed identifiers in each crateDavid Wood2023-02-221-1/+1
* Use `ThinVec` in a few more AST types.Nicholas Nethercote2023-02-212-7/+9
* Use `ThinVec` in `ast::Block`.Nicholas Nethercote2023-02-211-1/+2
* Use `ThinVec` in various AST types.Nicholas Nethercote2023-02-212-1/+4
* Introduce `-Zterminal-urls` to use OSC8 for error codesEsteban Küber2023-02-091-1/+2
* Rename `Cursor`/`CursorRef` as `TokenTreeCursor`/`RefTokenTreeCursor`.Nicholas Nethercote2023-02-031-4/+4
* Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obkbors2023-01-262-1/+5
|\
| * Update rustfmt for ast::ExprKind::FormatArgs.Mara Bos2023-01-122-1/+5
* | Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmtCaleb Cartwright2023-01-24108-187/+2591
* | parse const closuresDeadbeef2023-01-122-3/+17
|/
* Change `src/test` to `tests` in source files, fix tidy and testsAlbert Larsan2023-01-112-4/+4
* Detect closures assigned to binding in blockEsteban Küber2023-01-051-0/+1
* Add missing extern crate rustc_driverbjorn32022-12-311-0/+5
* Rename `Rptr` to `Ref` in AST and HIRNilstrieb2022-12-281-2/+2
* Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkovbors2022-12-121-5/+7
|\
| * Remove `token::Lit` from `ast::MetaItemLit`.Nicholas Nethercote2022-12-021-5/+7
* | Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillotMatthias Krüger2022-12-031-0/+1
|\ \
| * | Keep track of the start of the argument block of a closureSarthak Singh2022-11-281-0/+1
* | | rustc_ast_lowering: Stop lowering imports into multiple itemsVadim Petrochenkov2022-12-011-1/+1
| |/ |/|
* | Rename `NestedMetaItem::[Ll]iteral` as `NestedMetaItem::[Ll]it`.Nicholas Nethercote2022-11-283-7/+5
* | Rename `ast::Lit` as `ast::MetaItemLit`.Nicholas Nethercote2022-11-282-7/+16
* | Fix rustfmtEsteban Küber2022-11-231-1/+1
|/
* Split `MacArgs` in two.Nicholas Nethercote2022-11-224-6/+6
* Box `ExprKind::{Closure,MethodCall}`, and `QSelf` in expressions, types, and ...Nicholas Nethercote2022-11-177-44/+49
* Use `token::Lit` in `ast::ExprKind::Lit`.Nicholas Nethercote2022-11-162-21/+26
* Introduce `ExprKind::IncludedBytes`clubby7892022-11-112-0/+2
* Implement -Ztrack-diagnosticsmejrs2022-10-191-0/+1
* Fix unclosed HTML tag in rustfmt docGuillaume Gomez2022-10-101-1/+1
* Rename AssocItemKind::TyAlias to AssocItemKind::TypeMichael Goulet2022-10-102-7/+7
* Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errorsbors2022-09-136-12/+0
|\