about summary refs log tree commit diff
path: root/src/tools/rustfmt
AgeCommit message (Expand)AuthorLines
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
2021-10-20Merge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6' into rustfmt-subtreeCaleb Cartwright-918/+2902
2021-09-20Migrate to 2021Mark Rousskov-1/+1
2021-09-15Rollup merge of #88775 - pnkfelix:revert-anon-union-parsing, r=davidtwcoManish Goregaokar-65/+12
2021-09-11Auto merge of #84373 - cjgillot:resolve-span, r=michaelwoerister,petrochenkovbors-3/+8
2021-09-10Keep a parent LocalDefId in SpanData.Camille GILLOT-3/+8
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-31/+6
2021-09-09Revert "Allow formatting `Anonymous{Struct, Union}` declarations"Felix S. Klock II-65/+12
2021-09-06Auto merge of #88493 - chenyukang:fix-duplicated-diagnostic, r=estebankbors-0/+1
2021-09-04Fix #88256, remove duplicated diagnosticyukang-0/+1
2021-09-03Detect bare blocks with type ascription that were meant to be a `struct` literalEsteban Kuber-0/+1
2021-08-30Temporary fix rustfmt for let-elseCameron Steffen-4/+11
2021-08-27Fix rustfmt testDeadbeef-21/+9
2021-08-27Introduce `~const`Deadbeef-14/+12
2021-08-22Fix typos “an”→“a” and a few different ones that appeared in the sa...Frank Steffahn-4/+4
2021-08-22Fix more “a”/“an” typosFrank Steffahn-1/+1
2021-08-17Auto merge of #87119 - jyn514:rustfmt-doc-private, r=Mark-Simulacrumbors-4/+4
2021-08-16Document private items for rustfmtJoshua Nelson-4/+4
2021-08-15Introduce hir::ExprKind::Let - Take 2Caio-1/+1
2021-08-02Auto merge of #87535 - lf-:authors, r=Mark-Simulacrumbors-2/+0
2021-07-29rfc3052: Remove authors field from Cargo manifestsJade-2/+0
2021-07-25Merge commit '4236289b75ee55c78538c749512cdbeea5e1c332' into update-rustfmtCaleb Cartwright-291/+276
2021-07-17Use LocalExpnId where possible.Camille GILLOT-2/+2
2021-07-08Rework SESSION_GLOBALS API to prevent overwriting itGuillaume Gomez-1/+1
2021-07-01Document rustfmt on nightly-rustcJoshua Nelson-0/+1
2021-06-22Rollup merge of #86424 - calebcartwright:rustfmt-mod-resolution, r=Mark-Simul...Yuki Okushi-1/+46
2021-06-22Rollup merge of #86274 - alexander-melentyev:spaces, r=bjorn3Yuki Okushi-31/+31
2021-06-21Delete spacesAlexander Melentyev-31/+31
2021-06-17fix(rustfmt): load nested out-of-line mods correctlyCaleb Cartwright-1/+46
2021-06-17Use `AttrVec` for `Arm`, `FieldDef`, and `Variant`Yuki Okushi-3/+3