Skip to content

rustfmt subtree update #126842

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 203 commits into from
Jun 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
203 commits
Select commit Hold shift + click to select a range
aac383e
Use builder pattern instead of lots of arguments for `EmitterWriter::…
oli-obk Jul 25, 2023
35d875a
Fix rustfmt dep
mu001999 Aug 2, 2023
14101ed
Remove `MacDelimiter`.
nnethercote Aug 1, 2023
4cc22af
Rollup merge of #114300 - MU001999:fix/turbofish-pat, r=estebank
matthiaskrgr Aug 3, 2023
aca22c7
Improve spans for indexing expressions
Noratrieb Aug 3, 2023
e3d6bf8
Auto merge of #114104 - oli-obk:syn2, r=compiler-errors
bors Aug 4, 2023
6e87f86
Rollup merge of #114434 - Nilstrieb:indexing-spans, r=est31
matthiaskrgr Aug 4, 2023
327903e
Auto merge of #114481 - matthiaskrgr:rollup-58pczpl, r=matthiaskrgr
bors Aug 4, 2023
af6a6a3
Parse unnamed fields and anonymous structs or unions
frank-king Aug 23, 2023
eb349e3
Use conditional synchronization for Lock
Zoxc Oct 31, 2020
45e19aa
Use relative positions inside a SourceFile.
cjgillot Sep 3, 2023
e0d90cc
Update tools and fulldeps tests
matthewjasper Sep 8, 2023
f867858
Fix spans for comments in rustfmt
compiler-errors Oct 4, 2023
1b9dd4b
s/generator/coroutine/
oli-obk Oct 19, 2023
7a20da3
Rename lots of files that had `generator` in their name
oli-obk Oct 20, 2023
4335c28
use visibility to check unused imports and delete some stmts
bvanjoi Oct 15, 2023
04bd720
Merge commit '81fe905ca83cffe84322f27ca43950b617861ff7' into rustfmt-…
calebcartwright Oct 23, 2023
d5bf53b
Auto merge of #116033 - bvanjoi:fix-116032, r=petrochenkov
bors Oct 23, 2023
041f113
Fixed error caused by combination of match_arm_blocks and control_bra…
GambitingMan Oct 24, 2023
a3be235
Add gen blocks to ast and do some broken ast lowering
oli-obk Oct 20, 2023
8d2c415
Fixes comma added to comment in where-clause
Nov 1, 2023
b446e8e
update diff-check logging
ytmimi Jul 12, 2023
37489e4
Update how `LD_LIBRARY_PATH` is set for rustfmt binaries in diff check
ytmimi Oct 28, 2023
494560c
fixes for rustfmt + ast visitor
dnbln Nov 4, 2023
c043d01
Update itertools to 0.11.
nnethercote Nov 13, 2023
24ce52a
Add `Span` to `TraitBoundModifier`
fee1-dead Nov 24, 2023
d84d8d2
Rework `ast::BinOpKind::to_string` and `ast::UnOp::to_string`.
nnethercote Nov 27, 2023
f2f2431
Add `never_patterns` feature gate
Nadrieril Nov 22, 2023
1ab7fc9
Rollup merge of #118157 - Nadrieril:never_pat-feature-gate, r=compile…
matthiaskrgr Nov 29, 2023
a445ba8
Parse a pattern with no arm
Nadrieril Nov 27, 2023
97fdae1
Merge Async and Gen into CoroutineKind
eholk Nov 30, 2023
13d284d
Option<CoroutineKind>
eholk Dec 1, 2023
f114bb4
Address code review feedback
eholk Dec 4, 2023
77bb46d
Auto merge of #118527 - Nadrieril:never_patterns_parse, r=compiler-er…
bors Dec 8, 2023
6ebb66c
coro_kind -> coroutine_kind
compiler-errors Dec 5, 2023
3ffacf7
Make some matches exhaustive to avoid bugs, fix tools
compiler-errors Dec 5, 2023
9c809ce
Auto merge of #118420 - compiler-errors:async-gen, r=eholk
bors Dec 8, 2023
2174e60
Add `StyleEdition` enum and `StyleEditionDefault` trait
ytmimi Oct 6, 2023
1b9bf8a
remove redundant imports
surechen Nov 10, 2023
b9ad024
Remove edition umbrella features.
ehuss Dec 10, 2023
1cb804b
Add spacing information to delimiters.
nnethercote Oct 12, 2023
948c904
Rollup merge of #118802 - ehuss:remove-edition-preview, r=TaKO8Ki
GuillaumeGomez Dec 11, 2023
227e361
Merge remote-tracking branch 'upstream/master' into subtree_push_2023…
ytmimi Dec 12, 2023
03510f3
chore: bump to the nightly 2023-12-12 toolchain
ytmimi Dec 12, 2023
2019676
Merge pull request #5980 from ytmimi/subtree_push_2023_12_12
calebcartwright Dec 13, 2023
7045cad
Split `Handler::emit_diagnostic` in two.
nnethercote Dec 14, 2023
d739d93
rename `hide_parse_errors` as `show_parse_errors`
waterstopper Dec 16, 2023
c7992af
Rename `Handler` as `DiagCtxt`.
nnethercote Dec 17, 2023
7738d69
Rename `ParseSess::span_diagnostic` as `ParseSess::dcx`.
nnethercote Dec 17, 2023
cce3961
Rename `ParseSess::with_span_handler` as `ParseSess::with_dcx`.
nnethercote Dec 17, 2023
ef315b3
Rename `default_handler` as `default_dcx`.
nnethercote Dec 17, 2023
ca2472e
Rename many `DiagCtxt` and `EarlyDiagCtxt` locals.
nnethercote Dec 18, 2023
0315daa
Plumb awaitness of for loops
eholk Dec 8, 2023
df30a7a
Give `VariantData::Struct` named fields, to clairfy `recovered`.
aDotInTheVoid Dec 19, 2023
60419aa
Refactor AST trait bound modifiers
fmease Dec 20, 2023
5085bf5
Auto merge of #119163 - fmease:refactor-ast-trait-bound-modifiers, r=…
bors Dec 22, 2023
b29b02c
Auto merge of #118847 - eholk:for-await, r=compiler-errors
bors Dec 22, 2023
101bc22
Improve some names.
nnethercote Dec 20, 2023
d9ea102
bool->enum for ast::PatKind::Struct presence of `..`
aDotInTheVoid Dec 22, 2023
f002221
Rollup merge of #119231 - aDotInTheVoid:PatKind-struct-bool-docs, r=c…
matthiaskrgr Dec 23, 2023
c926898
Clarify `format_macro_bodies` description
trevyn Nov 28, 2023
d86fc1b
Make `trace!` formatting consistent with other log macros (#5989)
samtay Dec 24, 2023
fd78575
Bump Update itertools to 0.11.
ytmimi Dec 28, 2023
6cc513f
Merge remote-tracking branch 'origin/master' into subtree_sync_with_1…
ytmimi Dec 28, 2023
621904f
chore: bump to nightly 2023_12_27 toolchain
ytmimi Dec 28, 2023
85e21fa
Merge pull request #5994 from ytmimi/subtree_sync_with_1.77.0_nightly…
calebcartwright Dec 29, 2023
ae760e6
Address unused tuple struct fields in rustfmt
shepmaster Nov 29, 2023
4a1b418
Rename `unused_tuple_struct_fields` in rustfmt
shepmaster Nov 30, 2023
840824f
Rename `EmitterWriter` as `HumanEmitter`.
nnethercote Jan 4, 2024
250d7e7
Rollup merge of #119601 - nnethercote:Emitter-cleanups, r=oli-obk
compiler-errors Jan 5, 2024
75e3172
fix a couply of clippy findings (#6007)
matthiaskrgr Jan 6, 2024
141b31a
Make `DiagnosticBuilder::emit` consuming.
nnethercote Jan 3, 2024
6356fca
Prevent enum variant attributes from wrapping one character early
IVIURRAY Jan 8, 2024
192c4a0
Change how `force-warn` lint diagnostics are recorded.
nnethercote Jan 9, 2024
381ef81
Stop using `DiagnosticBuilder::buffer` in the parser.
nnethercote Jan 11, 2024
6078b96
Delegation implementation: step 1
Bryanskiy Nov 26, 2023
255d2cf
Add `PatKind::Err`
ShE3py Jan 17, 2024
bf96731
Add config option `generated_marker_line_search_limit` (#5993)
IVIURRAY Jan 20, 2024
b92320c
Check that a token can begin a nonterminal kind before parsing it as …
compiler-errors Jan 22, 2024
f8847ff
Do not eagerly recover malformed AST in rustfmt
compiler-errors Jan 22, 2024
a095808
Actually, just use nonterminal_may_begin_with
compiler-errors Jan 22, 2024
7f44a08
Format diff line to be easily clickable
joshka Dec 1, 2023
cedb7b5
Spelling (#5753)
jsoref Jan 25, 2024
7bedb9f
wrap macro line with width off by one char beyond max width (#5582)
davidBar-On Jan 29, 2024
ead0fc9
Consolidating dependencies (#6034)
michaelciraci Jan 29, 2024
18f51f7
Make `Emitter::emit_diagnostic` consuming.
nnethercote Feb 2, 2024
8486837
Bless the target file instead of the source file
Nemo157 Feb 9, 2024
88c5838
Lower anonymous structs or unions to HIR
frank-king Jan 4, 2024
16250ea
Add rustfmt test from #117942
frank-king Jan 6, 2024
bed3883
Format async bounds in rustfmt
compiler-errors Feb 13, 2024
e504c64
Rollup merge of #121035 - compiler-errors:rustfmt-asyncness, r=calebc…
GuillaumeGomez Feb 14, 2024
5805040
Search span using *unnormalized* ident (#6073)
Jules-Bertholet Feb 14, 2024
6674be9
Add an `ErrorGuaranteed` to `ast::TyKind::Err`.
nnethercote Feb 14, 2024
aba5f54
errors: only eagerly translate subdiagnostics
davidtwco Feb 14, 2024
2639101
Allow newly added non_local_definitions in rustfmt
Urgau Jan 27, 2024
b5dcc6f
doc: simplify environment variable setting
rzhb Jul 11, 2023
163c3eb
Rollup merge of #121085 - davidtwco:always-eager-diagnostics, r=nneth…
matthiaskrgr Feb 17, 2024
ce71137
Explicitly call `emit_stashed_diagnostics`.
nnethercote Feb 23, 2024
21f353a
Spelling fixes(#6088)
cuishuang Feb 23, 2024
8c33745
Auto merge of #120393 - Urgau:rfc3373-non-local-defs, r=WaffleLapkin
bors Feb 25, 2024
7d82dd0
Add `ast::ExprKind::Dummy`
ShE3py Feb 25, 2024
1bbfb76
Add `ErrorGuaranteed` to `ast::ExprKind::Err`
ShE3py Feb 25, 2024
90af751
Move `emit_stashed_diagnostic` call in rustfmt.
nnethercote Feb 25, 2024
50987bb
Auto merge of #120586 - ShE3py:exprkind-err, r=fmease
bors Feb 26, 2024
c18226d
Rollup merge of #121615 - nnethercote:fix-121517, r=oli-obk
matthiaskrgr Feb 26, 2024
f9dba39
Auto merge of #121636 - matthiaskrgr:rollup-1tt2o5n, r=matthiaskrgr
bors Feb 26, 2024
d84567c
Rename `Diagnostic` as `DiagInner`.
nnethercote Feb 22, 2024
4026fd7
Rename `DiagnosticBuilder` as `Diag`.
nnethercote Feb 22, 2024
45aad17
Reinstate `emit_stashed_diagnostics` in `DiagCtxtInner::drop`.
nnethercote Feb 28, 2024
0811e8f
Rename `DiagCtxt::with_emitter` as `DiagCtxt::new`.
nnethercote Feb 29, 2024
9c85ae8
Inline and remove `HumanEmitter::stderr`.
nnethercote Feb 29, 2024
6f2722b
Rollup merge of #121783 - nnethercote:emitter-cleanups, r=oli-obk
GuillaumeGomez Feb 29, 2024
fc64cbd
AST: Refactor type alias where clauses
fmease Feb 19, 2024
050610e
Rollup merge of #121326 - fmease:detect-empty-leading-where-clauses-o…
matthiaskrgr Feb 29, 2024
0b56261
Tweak `parse_asm_args`.
nnethercote Dec 20, 2023
78c99eb
Rename all `ParseSess` variables/fields/lifetimes as `psess`.
nnethercote Mar 4, 2024
fe9ceab
Rename `DiagnosticMessage` as `DiagMessage`.
nnethercote Feb 29, 2024
35c1b7d
fix clap deprecations
klensy Feb 29, 2024
73c8149
Ensure space after binary exprs that ends with `.` before range expr
MarcusGrass Mar 5, 2024
124808b
errors: share `SilentEmitter` between rustc and rustfmt
davidtwco Feb 19, 2024
677c1d8
Rewrite the `untranslatable_diagnostic` lint.
nnethercote Feb 20, 2024
f3892a0
Add MatchKind member to the Match expr for pretty printing & fmt
RossSmyth Feb 17, 2024
1709dd5
Add basic rustfmt implementation & test
RossSmyth Feb 17, 2024
5f8d353
Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnosti…
matthiaskrgr Mar 6, 2024
9580747
Fix failure with `=>` in comment after match `=>` (#6092)
ding-young Mar 12, 2024
dd301b0
Initial work on formatting headers
fee1-dead Jul 19, 2023
fe0415e
Rename `ast::StmtKind::Local` into `ast::StmtKind::Let`
GuillaumeGomez Mar 14, 2024
202fa22
Fix: ICE when formatting builtins
Tanjaint21 Mar 17, 2024
911f6a4
conditionally ignore fatal diagnostic in the SilentEmitter
ytmimi Mar 19, 2024
8f62a2d
step cfgs
Mark-Simulacrum Mar 19, 2024
f670f3b
Implement macro-based deref!() syntax for deref patterns
compiler-errors Mar 20, 2024
0aa66d1
Rollup merge of #121619 - RossSmyth:pfix_match, r=petrochenkov
matthiaskrgr Mar 22, 2024
5e141e0
Rollup merge of #122737 - ytmimi:conditionally_ignore_fatal_diagnosti…
matthiaskrgr Mar 24, 2024
645b94c
Implement `mut ref`/`mut ref mut`
Jules-Bertholet Mar 24, 2024
31a4eae
Add rustfmt test for mut ref mut
Jules-Bertholet Mar 27, 2024
fd20426
Rename ModSep to PathSep
fmease Apr 4, 2024
a848e28
Revert "Initial work on formatting headers"
ytmimi Mar 13, 2024
7289391
chore: fix some typos
hanghuge Apr 6, 2024
7af33b3
Add pattern types to ast
oli-obk Jan 30, 2023
afa482e
store the span of the nested part of the use tree in the ast
pietroalbini Apr 1, 2024
9400b99
Rustfmt, clippy
compiler-errors Apr 5, 2024
dac1a22
Rollup merge of #123462 - fmease:rn-mod-sep-to-path-sep, r=nnethercote
fmease Apr 15, 2024
a568985
Auto merge of #123468 - compiler-errors:precise-capturing, r=oli-obk
bors Apr 16, 2024
932f3ab
Rename `BindingAnnotation` to `BindingMode`
Jules-Bertholet Apr 16, 2024
966dd60
Disallow ambiguous attributes on expressions
voidc Apr 17, 2024
9c0e5f2
Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs, r=davi…
matthiaskrgr Apr 23, 2024
20e40d5
Error on using `yield` without also using `#[coroutine]` on the closure
oli-obk Apr 11, 2024
4b1596f
itertools bump to 0.12
klensy Feb 25, 2024
22a4306
fix the logic
Apr 13, 2024
3854ce9
add test and simplify code
Apr 13, 2024
6540304
add test and simplify code
Apr 13, 2024
23c11f3
rename file and remove unecessary file and add testcase
Apr 17, 2024
1f806d9
Update src/matches.rs
FwP-IDN Apr 25, 2024
76ab3c1
refactor if into match
Apr 26, 2024
003bab7
fix linter
Apr 26, 2024
f781b1b
fix linter
Apr 26, 2024
e606bb6
Remove direct dependencies on lazy_static, once_cell and byteorder
GKFX Apr 28, 2024
997d5f2
Move rustfmt changes out
GKFX Apr 28, 2024
fafa690
Add StaticForeignItem and use it on ForeignItemKind
spastorino Apr 29, 2024
27d320d
Rollup merge of #124524 - spastorino:make-foreign-static-use-struct, …
matthiaskrgr Apr 30, 2024
d5f1200
Add documentation for negated ignored files and add a test for it as …
GuillaumeGomez May 1, 2024
2c70167
Rollup merge of #123344 - pietroalbini:pa-unused-imports, r=Nilstrieb
matthiaskrgr May 8, 2024
05a2db7
delegation: Implement list delegation
petrochenkov Mar 15, 2024
97bdbd9
Rename Unsafe to Safety
spastorino May 17, 2024
28e43b6
Use `with_capacity` in `rewrite_path`
Noratrieb May 23, 2024
a2c6f80
Rename HIR `TypeBinding` to `AssocItemConstraint` and related cleanup
fmease May 27, 2024
871113e
Remove lazy_static dependency
GKFX May 2, 2024
bf7bb56
Prevent rustfmt from removing inner attributes in inline const blocks
WeiTheShinobi May 22, 2024
76ef162
add check_diff crate skeleton code
benluiwj May 20, 2024
c97996f
collapse nested if detected by clippy
May 21, 2024
6478d9e
Handle safety keyword for extern block inner items
spastorino May 23, 2024
eeefcd6
Remove `stream_to_parser`.
nnethercote May 31, 2024
5962aa9
Make top-level `rustc_parse` functions fallible.
nnethercote May 31, 2024
ecb2dd1
rustfmt: Remove an unnecessary `catch_unwind` use.
nnethercote Jun 3, 2024
c1ea878
Auto merge of #124482 - spastorino:unsafe-extern-blocks, r=oli-obk
bors Jun 6, 2024
783a411
Revert "Rollup merge of #124099 - voidc:disallow-ambiguous-expr-attrs…
lqd Jun 6, 2024
76cd550
Merge remote-tracking branch 'upstream/master' into subtree-push-nigh…
ytmimi Jun 13, 2024
afa731e
bump toolchain to nightly-2024-06-13
ytmimi Jun 13, 2024
2db1095
allow dead code for `StyleEditionDefault`
ytmimi Jun 7, 2024
acc6877
Bumped bytecount 0.6.4 -> 0.6.8
ytmimi Jun 7, 2024
8c4c336
remove archived `error-chain` crate from integration tests
ytmimi Apr 20, 2024
8e80f8a
don't apply formatting to builtin type ascription syntax
ytmimi May 6, 2024
8abbcad
format #![feature(unsafe_attributes)]
ytmimi Jun 13, 2024
30eb54b
Add `config_proc_macro` to system tests
ytmimi Jun 13, 2024
55a7026
docs: pin a version of markedjs from cdnjs
jbr Jun 13, 2024
306ddab
Merge branch 'master' into subtree-push-nightly-2024-06-13
calebcartwright Jun 16, 2024
3ffd7d4
Merge pull request #6193 from ytmimi/subtree-push-nightly-2024-06-13
calebcartwright Jun 17, 2024
30cdc2b
format safety keywords on static items
ytmimi Jun 21, 2024
4b3498b
Add another batch of updates to the changelog
ytmimi Jan 1, 2024
eca7a94
move `trace!` macro fixes to `Changed` section.
ytmimi Apr 8, 2024
591df08
Add missing issue reference
ytmimi Apr 8, 2024
51ae60c
add link to dirs v5 changelog
ytmimi Apr 8, 2024
5cab54f
Add itertools v0.11 -> v0.12 bump to changelog
ytmimi Apr 25, 2024
0737d55
Add changelog entry for match expr inner attribute fix with version=Two
ytmimi Apr 26, 2024
9748af8
reorder link reference definitions and one changelog entry
ytmimi Jun 18, 2024
e2feea4
Document fix for retaining inner attributes on const blocks
ytmimi Jun 18, 2024
6daf3c1
Document removing rustfmt's `lazy_static` dependency
ytmimi Jun 18, 2024
6c3c430
document rustfmt support for `#![feature(unsafe_extern_blocks)]`
ytmimi Jun 21, 2024
e494418
chore: bump version
calebcartwright Jun 21, 2024
fc2cca9
Merge commit 'e4944185ae09c99f59b460e358909f329010ea9c' into sync-fro…
calebcartwright Jun 22, 2024
97b7874
Fix rustfmt
compiler-errors Jun 17, 2024
53608be
fix bad merge conflict resolution
calebcartwright Jun 22, 2024
ffad984
update rustfmt version
calebcartwright Jun 22, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
73 changes: 26 additions & 47 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@ dependencies = [
"filetime",
"futures",
"if_chain",
"itertools 0.12.1",
"itertools",
"parking_lot",
"quote",
"regex",
Expand Down Expand Up @@ -670,7 +670,7 @@ dependencies = [
"aho-corasick",
"clap",
"indoc",
"itertools 0.12.1",
"itertools",
"opener 0.6.1",
"shell-escape",
"walkdir",
Expand All @@ -685,7 +685,7 @@ dependencies = [
"clippy_config",
"clippy_utils",
"declare_clippy_lint",
"itertools 0.12.1",
"itertools",
"quine-mc_cluskey",
"regex",
"regex-syntax 0.8.4",
Expand All @@ -707,7 +707,7 @@ version = "0.1.81"
dependencies = [
"arrayvec",
"clippy_config",
"itertools 0.12.1",
"itertools",
"rustc-semver",
"rustc_apfloat",
]
Expand Down Expand Up @@ -1026,7 +1026,7 @@ dependencies = [
name = "declare_clippy_lint"
version = "0.1.81"
dependencies = [
"itertools 0.12.1",
"itertools",
"quote",
"syn 2.0.66",
]
Expand Down Expand Up @@ -1133,16 +1133,16 @@ version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
dependencies = [
"dirs-sys 0.4.1",
"dirs-sys",
]

[[package]]
name = "dirs"
version = "4.0.0"
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
dependencies = [
"dirs-sys 0.3.7",
"dirs-sys",
]

[[package]]
Expand All @@ -1155,17 +1155,6 @@ dependencies = [
"dirs-sys-next",
]

[[package]]
name = "dirs-sys"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users",
"winapi",
]

[[package]]
name = "dirs-sys"
version = "0.4.1"
Expand Down Expand Up @@ -2076,15 +2065,6 @@ version = "1.70.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"

[[package]]
name = "itertools"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
dependencies = [
"either",
]

[[package]]
name = "itertools"
version = "0.12.1"
Expand Down Expand Up @@ -2227,7 +2207,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
dependencies = [
"cfg-if",
"windows-targets 0.48.5",
"windows-targets 0.52.5",
]

[[package]]
Expand Down Expand Up @@ -3665,7 +3645,7 @@ dependencies = [
name = "rustc_ast_passes"
version = "0.0.0"
dependencies = [
"itertools 0.12.1",
"itertools",
"rustc_ast",
"rustc_ast_pretty",
"rustc_attr",
Expand All @@ -3685,7 +3665,7 @@ dependencies = [
name = "rustc_ast_pretty"
version = "0.0.0"
dependencies = [
"itertools 0.12.1",
"itertools",
"rustc_ast",
"rustc_lexer",
"rustc_span",
Expand Down Expand Up @@ -3726,7 +3706,7 @@ name = "rustc_borrowck"
version = "0.0.0"
dependencies = [
"either",
"itertools 0.12.1",
"itertools",
"polonius-engine",
"rustc_data_structures",
"rustc_errors",
Expand Down Expand Up @@ -3779,7 +3759,7 @@ name = "rustc_codegen_llvm"
version = "0.0.0"
dependencies = [
"bitflags 2.5.0",
"itertools 0.12.1",
"itertools",
"libc",
"measureme",
"object 0.32.2",
Expand Down Expand Up @@ -3818,7 +3798,7 @@ dependencies = [
"bitflags 2.5.0",
"cc",
"either",
"itertools 0.12.1",
"itertools",
"jobserver",
"libc",
"object 0.32.2",
Expand Down Expand Up @@ -4098,7 +4078,7 @@ dependencies = [
name = "rustc_hir_analysis"
version = "0.0.0"
dependencies = [
"itertools 0.12.1",
"itertools",
"rustc_arena",
"rustc_ast",
"rustc_attr",
Expand Down Expand Up @@ -4137,7 +4117,7 @@ dependencies = [
name = "rustc_hir_typeck"
version = "0.0.0"
dependencies = [
"itertools 0.12.1",
"itertools",
"rustc_ast",
"rustc_ast_ir",
"rustc_attr",
Expand Down Expand Up @@ -4421,7 +4401,7 @@ dependencies = [
name = "rustc_mir_build"
version = "0.0.0"
dependencies = [
"itertools 0.12.1",
"itertools",
"rustc_apfloat",
"rustc_arena",
"rustc_ast",
Expand Down Expand Up @@ -4468,7 +4448,7 @@ name = "rustc_mir_transform"
version = "0.0.0"
dependencies = [
"either",
"itertools 0.12.1",
"itertools",
"rustc_arena",
"rustc_ast",
"rustc_attr",
Expand Down Expand Up @@ -4824,7 +4804,7 @@ version = "0.0.0"
dependencies = [
"bitflags 2.5.0",
"derivative",
"itertools 0.12.1",
"itertools",
"rustc_ast",
"rustc_ast_ir",
"rustc_attr",
Expand Down Expand Up @@ -4867,7 +4847,7 @@ dependencies = [
name = "rustc_transmute"
version = "0.0.0"
dependencies = [
"itertools 0.12.1",
"itertools",
"rustc_ast_ir",
"rustc_data_structures",
"rustc_hir",
Expand All @@ -4883,7 +4863,7 @@ dependencies = [
name = "rustc_ty_utils"
version = "0.0.0"
dependencies = [
"itertools 0.12.1",
"itertools",
"rustc_ast_ir",
"rustc_data_structures",
"rustc_errors",
Expand Down Expand Up @@ -4947,7 +4927,7 @@ dependencies = [
"base64",
"expect-test",
"indexmap",
"itertools 0.12.1",
"itertools",
"minifier",
"regex",
"rustdoc-json-types",
Expand Down Expand Up @@ -5028,20 +5008,19 @@ dependencies = [

[[package]]
name = "rustfmt-nightly"
version = "1.7.0"
version = "1.7.1"
dependencies = [
"annotate-snippets 0.9.2",
"anyhow",
"bytecount",
"cargo_metadata 0.15.4",
"cargo_metadata 0.18.1",
"clap",
"clap-cargo",
"diff",
"dirs",
"getopts",
"ignore",
"itertools 0.11.0",
"lazy_static",
"itertools",
"regex",
"rustfmt-config_proc_macro",
"serde",
Expand Down
1 change: 0 additions & 1 deletion src/tools/rustfmt/.github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
matrix:
integration: [
bitflags,
error-chain,
log,
mdbook,
packed_simd,
Expand Down
Loading
Loading