summary refs log tree commit diff
path: root/src/tools/rustfmt
AgeCommit message (Expand)AuthorLines
2022-05-11ast: Introduce some traits to get AST node properties genericallyVadim Petrochenkov-14/+3
2022-05-11Rollup merge of #96543 - nnethercote:rm-make_token_stream-hacks, r=Aaron1011Yuki Okushi-3/+1
2022-05-11Remove some unnecessary invisible delimiter checks.Nicholas Nethercote-3/+1
2022-04-30Fix the rustfmt buildScott McMurray-0/+5
2022-04-28rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`Vadim Petrochenkov-51/+51
2022-04-27Make explicit an unreachable `NoDelim` case in `rustfmt`.Nicholas Nethercote-1/+1
2022-04-27Avoid producing `NoDelim` values in `MacArgs::delim()`.Nicholas Nethercote-1/+1
2022-04-17Visit generics inside visit_fn.Camille GILLOT-11/+20
2022-04-15Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelixDylan DPC-0/+6
2022-04-13errors: lazily load fallback fluent bundleDavid Wood-5/+5
2022-04-05session: opt for enabling directionality markersDavid Wood-1/+1
2022-04-05errors: implement sysroot/testing bundle loadingDavid Wood-1/+3
2022-04-05errors: implement fallback diagnostic translationDavid Wood-0/+22
2022-04-05span: move `MultiSpan`David Wood-1/+2
2022-04-02Create 2024 editionJacob Pratt-0/+6
2022-03-29Merge commit '5ff7b632a95bac6955611d85040859128902c580' into sync-rustfmt-sub...Caleb Cartwright-235/+2013
2022-03-20Take &mut Diagnostic in emit_diagnostic.Camille GILLOT-2/+4
2022-03-17Rollup merge of #94960 - codehorseman:master, r=oli-obkDylan DPC-2/+2
2022-03-16rustc_error: make ErrorReported impossible to constructmark-3/+3
2022-03-16resolve the conflict in compiler/rustc_session/src/parse.rscodehorseman-2/+2
2022-03-15Auto merge of #94584 - pnkfelix:inject-use-suggestion-sites, r=ekuberbors-4/+8
2022-03-07placate rustfmt in rustfmt.Felix S. Klock II-9/+3
2022-03-06Rollup merge of #94617 - pierwill:update-itertools, r=Mark-SimulacrumMatthias Krüger-1/+1
2022-03-05Change syntax for TyAlias where clausesJack Huey-34/+74
2022-03-04Placate tidy in submodule.Felix S. Klock II-2/+11
2022-03-04Update `itertools`pierwill-1/+1
2022-03-03Adjusted diagnostic output so that if there is no `use` in a item sequence,Felix S. Klock II-2/+2
2022-03-03Associate multiple with a crate too.Felix S. Klock II-3/+4
2022-03-03refactor: prepare to associate multiple spans with a module.Felix S. Klock II-2/+2
2022-02-25Enable rustc_pass_by_value for SpanMark Rousskov-2/+2
2022-02-23rustc_errors: take `self` by value in `DiagnosticBuilder::cancel`.Eduard-Mihai Burtescu-16/+5
2022-02-23rustc_errors: add `downgrade_to_delayed_bug` to `Diagnostic` itself.Eduard-Mihai Burtescu-11/+7
2022-01-24rustc_errors: only box the `diagnostic` field in `DiagnosticBuilder`.Eduard-Mihai Burtescu-1/+1
2022-01-17Add term to ExistentialProjectionkadmin-1/+1
2022-01-17Add termkadmin-6/+8
2022-01-17add eq constraints on associated constantskadmin-8/+9
2022-01-17Auto merge of #92816 - tmiasko:rm-llvm-asm, r=Amanieubors-4/+1
2022-01-14fix(rustfmt): resolve generated file formatting issueCaleb Cartwright-5/+25
2022-01-12Remove LLVM-style inline assembly from rustfmtTomasz Miąsko-4/+1
2022-01-09Compute most of Public/Exported access level in rustc_resolveLamb-0/+1
2021-12-29Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-sub...Caleb Cartwright-410/+710
2021-12-15Remove unnecessary sigils around `Ident::as_str()` calls.Nicholas Nethercote-7/+7
2021-12-15Remove unnecessary sigils around `Symbol::as_str()` calls.Nicholas Nethercote-4/+4
2021-12-15Remove `SymbolStr`.Nicholas Nethercote-6/+8
2021-12-02Merge commit '8da837185714cefbb261e93e9846afb11c1dc60e' into sync-rustfmt-sub...Caleb Cartwright-435/+1730
2021-11-24Change how the fn params span is calculatedEsteban Kuber-10/+2
2021-11-07Merge commit 'ea199bacef07213dbe008841b89c450e3bf0c638' into rustfmt-syncCaleb Cartwright-372/+670
2021-11-07ast: Fix naming conventions in AST structuresVadim Petrochenkov-56/+86
2021-10-21fix doc issue in rustfmtCaleb Cartwright-1/+1
2021-10-20ensure cargo-fmt tests are excluded from root workspaceCaleb Cartwright-0/+2