Skip to content

submodules: update rustfmt and rls #74738

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

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
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
168 changes: 113 additions & 55 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ name = "annotate-snippets"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d78ea013094e5ea606b1c05fe35f1dd7ea1eb1ea259908d040b25bd5ec677ee5"
dependencies = [
"yansi-term",
]

[[package]]
name = "ansi_term"
Expand Down Expand Up @@ -250,9 +253,6 @@ name = "bytecount"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0017894339f586ccb943b01b9555de56770c11cda818e7e3d8bd93f4ed7f46e"
dependencies = [
"packed_simd",
]

[[package]]
name = "byteorder"
Expand Down Expand Up @@ -903,6 +903,12 @@ dependencies = [
"rustc-std-workspace-core",
]

[[package]]
name = "dunce"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2641c4a7c0c4101df53ea572bffdc561c146f6c2eb09e4df02bc4811e3feeb4"

[[package]]
name = "either"
version = "1.5.0"
Expand Down Expand Up @@ -2043,15 +2049,6 @@ dependencies = [
"winapi 0.3.8",
]

[[package]]
name = "packed_simd"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25d36de864f7218ec5633572a800109bbe5a1cc8d9d95a967f3daf93ea7e6ddc"
dependencies = [
"cfg-if",
]

[[package]]
name = "panic_abort"
version = "0.0.0"
Expand Down Expand Up @@ -2415,9 +2412,9 @@ dependencies = [

[[package]]
name = "racer"
version = "2.1.35"
version = "2.1.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "421174f19211ba9e5fda34aa0cbc292188aae8e0cfbff4aebbae23f1a416bfb3"
checksum = "09ba6cca9fcd8ae086b842b1bd9e3f19f104a4c30e0e8927b2befc06d375e7e0"
dependencies = [
"bitflags",
"clap",
Expand Down Expand Up @@ -2707,7 +2704,7 @@ dependencies = [
"rls-vfs",
"rustc-workspace-hack",
"rustc_tools_util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
"rustfmt-nightly",
"rustfmt-nightly 1.4.19",
"serde",
"serde_derive",
"serde_ignored",
Expand Down Expand Up @@ -2811,19 +2808,19 @@ dependencies = [

[[package]]
name = "rustc-ap-rustc_arena"
version = "664.0.0"
version = "669.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c6683b49209f8b132bec33dc6b6c8f9958c8c94eb3586d4cb495e092b61c1da"
checksum = "c9cdd301e9dcb15ead384fc07196c850fd22829fae81d296b2ed6b4b10bf3278"
dependencies = [
"rustc-ap-rustc_data_structures",
"smallvec 1.4.0",
]

[[package]]
name = "rustc-ap-rustc_ast"
version = "664.0.0"
version = "669.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b21784d92fb2d584800f528866f00fe814f73abda794f406bfd1fbb2f1ca7f7"
checksum = "3f7c0d0537ca69dfe4a49212035295dfb37a235b5df01aa877d50b247f4775b8"
dependencies = [
"bitflags",
"log",
Expand All @@ -2839,9 +2836,9 @@ dependencies = [

[[package]]
name = "rustc-ap-rustc_ast_passes"
version = "664.0.0"
version = "669.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "820c46fde7ef1df0432073090d775f097b7279ca75ea34ba954081ce4b884d4c"
checksum = "d4cf4dca95f55f70eeb193fb08554026d79d0628de771fd726bb609e36887b82"
dependencies = [
"itertools 0.8.0",
"log",
Expand All @@ -2858,9 +2855,9 @@ dependencies = [

[[package]]
name = "rustc-ap-rustc_ast_pretty"
version = "664.0.0"
version = "669.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "013db7dd198fe95962d2cefa5bd0b350cf2028af77c169b17b4baa9c3bbf77d1"
checksum = "202bd2886d0cfa48baa3711042c14843f1b4852555b7ee7e5376bf66b276cb8d"
dependencies = [
"log",
"rustc-ap-rustc_ast",
Expand All @@ -2870,9 +2867,9 @@ dependencies = [

[[package]]
name = "rustc-ap-rustc_attr"
version = "664.0.0"
version = "669.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35b5a85c90eb341eec543600ffdd9e262da5ea72a73a23ae4ca2f4ab8cd1a188"
checksum = "b11ee1d92b3214e8a8c7829eff84cc1b03925da0ea5c6900cefe05b99edb4682"
dependencies = [
"rustc-ap-rustc_ast",
"rustc-ap-rustc_ast_pretty",
Expand All @@ -2888,9 +2885,9 @@ dependencies = [

[[package]]
name = "rustc-ap-rustc_data_structures"
version = "664.0.0"
version = "669.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b92e4c6cb6c43ee9031a71709dc12853b358253c2b41d12a26379994fab625e0"
checksum = "7a45d43b974d4cb9e32e5a15119c5eb7672c306ef09b064f2125b6a0399f6656"
dependencies = [
"bitflags",
"cfg-if",
Expand Down Expand Up @@ -2918,9 +2915,9 @@ dependencies = [

[[package]]
name = "rustc-ap-rustc_errors"
version = "664.0.0"
version = "669.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b0aa79423260c1b9e2f856e144e040f606b0f5d43644408375becf9d7bcdf86"
checksum = "8cd895d440820aaa04e6dc5486105494920a1e9779b9b051e8dba4ca5c182f94"
dependencies = [
"annotate-snippets 0.8.0",
"atty",
Expand All @@ -2936,9 +2933,9 @@ dependencies = [

[[package]]
name = "rustc-ap-rustc_expand"
version = "664.0.0"
version = "669.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c07d76ba2a1b7d4325a2ed21d6345ccebd89ddc6666a1535a6edd489fb4cbc11"
checksum = "71a0cc7820860d6691bf0aa7a95cdbc60f6587b495c18e0fa15a888fdabbf171"
dependencies = [
"log",
"rustc-ap-rustc_ast",
Expand All @@ -2958,9 +2955,9 @@ dependencies = [

[[package]]
name = "rustc-ap-rustc_feature"
version = "664.0.0"
version = "669.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bbd625705c1db42a0c7503736292813d7b76ada5da20578fb55c63228c80ab5"
checksum = "5473d5106401aa46f881eb91772f0a41fd5f28ae6134cf4b450eb1370ea6af22"
dependencies = [
"lazy_static",
"rustc-ap-rustc_data_structures",
Expand All @@ -2969,40 +2966,40 @@ dependencies = [

[[package]]
name = "rustc-ap-rustc_fs_util"
version = "664.0.0"
version = "669.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34cca6e2942fa0b059c582437ead666d5bcf20fa7c242599e2bbea9b609f29ae"
checksum = "8da1d57ee7a7ef55f31a97d99c7f919f02fc9a60ab96faa8cf45a7ae3ab1ccbf"

[[package]]
name = "rustc-ap-rustc_graphviz"
version = "664.0.0"
version = "669.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13d6a029b81f5e02da85763f82c135507f278a4a0c776432c728520563059529"
checksum = "e3af62b20460908378cd1d354917acd9553376c5363bbb4e465f949bd82bdef9"

[[package]]
name = "rustc-ap-rustc_index"
version = "664.0.0"
version = "669.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bae50852d303e230b2781c994513788136dc6c2fe4ebe032959f0b990a425767"
checksum = "3af7d4c456fe7647453d3fcd58335c9d512d1ff9a239a370b7ebdd353d69f66f"
dependencies = [
"rustc-ap-rustc_serialize",
"smallvec 1.4.0",
]

[[package]]
name = "rustc-ap-rustc_lexer"
version = "664.0.0"
version = "669.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7186e74aa2d31bf0e2454325fefcdf0a3da77d9344134592144b9e40d45b15d"
checksum = "456af5f09c006cf6c22c1a433ee0232c4bb74bdc6c647a010166a47c94ed2a63"
dependencies = [
"unicode-xid 0.2.0",
]

[[package]]
name = "rustc-ap-rustc_macros"
version = "664.0.0"
version = "669.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fc1add04e9d2301164118660ee0bc3266e9a7b1973fc2303fdbe002a12e5401"
checksum = "64f6acd192f313047759a346b892998b626466b93fe04f415da5f38906bb3b4c"
dependencies = [
"proc-macro2 1.0.3",
"quote 1.0.2",
Expand All @@ -3012,9 +3009,9 @@ dependencies = [

[[package]]
name = "rustc-ap-rustc_parse"
version = "664.0.0"
version = "669.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cd7fc4968bd60084f2fa4f280fa450b0cf98660a7983d6b93a7ae41b6d1d322"
checksum = "c006e8117c1c55e42bb56386c86ce6f7e4b47349e0bec7888c1d24784272e61b"
dependencies = [
"bitflags",
"log",
Expand All @@ -3031,20 +3028,21 @@ dependencies = [

[[package]]
name = "rustc-ap-rustc_serialize"
version = "664.0.0"
version = "669.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00bf4c110271d9a2b7dfd2c6eb82e56fd80606a8bad6c102e158c54e44044046"
checksum = "306ced69beaeebe4de9552ee751eb54ea25b5f34a73fe80f5f9cbbe15ccebc48"
dependencies = [
"indexmap",
"smallvec 1.4.0",
]

[[package]]
name = "rustc-ap-rustc_session"
version = "664.0.0"
version = "669.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "431cf962de71d4c03fb877d54f331ec36eca77350b0539017abc40a4410d6501"
checksum = "dbff48435f5a476365e3ab5f49e07f98715cecb2d8c5bbcafeaf3aec638407be"
dependencies = [
"bitflags",
"getopts",
"log",
"num_cpus",
Expand All @@ -3060,9 +3058,9 @@ dependencies = [

[[package]]
name = "rustc-ap-rustc_span"
version = "664.0.0"
version = "669.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b912039640597624f4bcb75f1e1fcfa5710267d715a7f73a6336baef341b23d1"
checksum = "ec4273af0abbe78fc4585316ab193445c848c555e9203ddc28af02330918bf30"
dependencies = [
"cfg-if",
"log",
Expand All @@ -3079,9 +3077,9 @@ dependencies = [

[[package]]
name = "rustc-ap-rustc_target"
version = "664.0.0"
version = "669.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51347a9dadc5ad0b5916cc12d42624b31955285ad13745dbe72f0140038b84e9"
checksum = "6f9a2d6004ce6ad492a8eeacc2569b1c008169434b8828996d8dade4e5c6b6ee"
dependencies = [
"bitflags",
"log",
Expand Down Expand Up @@ -4076,6 +4074,17 @@ dependencies = [
[[package]]
name = "rustfmt-config_proc_macro"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b19836fdb238d3f321427a41b87e6c2e9ac132f209d1dc55c55fae8d1df3996f"
dependencies = [
"proc-macro2 1.0.3",
"quote 1.0.2",
"syn 1.0.11",
]

[[package]]
name = "rustfmt-config_proc_macro"
version = "0.5.1"
dependencies = [
"proc-macro2 1.0.3",
"quote 1.0.2",
Expand All @@ -4085,7 +4094,9 @@ dependencies = [

[[package]]
name = "rustfmt-nightly"
version = "1.4.18"
version = "1.4.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7ba9520127a57465d29920e1d17939aea800839982ea784e2888f79de53ec8f"
dependencies = [
"annotate-snippets 0.6.1",
"anyhow",
Expand All @@ -4111,7 +4122,45 @@ dependencies = [
"rustc-ap-rustc_session",
"rustc-ap-rustc_span",
"rustc-workspace-hack",
"rustfmt-config_proc_macro",
"rustfmt-config_proc_macro 0.2.0",
"serde",
"serde_json",
"structopt",
"term 0.6.0",
"thiserror",
"toml",
"unicode-segmentation",
"unicode-width",
"unicode_categories",
]

[[package]]
name = "rustfmt-nightly"
version = "2.0.0-rc.2"
dependencies = [
"annotate-snippets 0.8.0",
"anyhow",
"bytecount",
"cargo_metadata 0.9.1",
"diff",
"dirs",
"dunce",
"env_logger 0.7.1",
"ignore",
"itertools 0.8.0",
"lazy_static",
"log",
"regex",
"rustc-ap-rustc_ast",
"rustc-ap-rustc_ast_pretty",
"rustc-ap-rustc_data_structures",
"rustc-ap-rustc_errors",
"rustc-ap-rustc_expand",
"rustc-ap-rustc_parse",
"rustc-ap-rustc_session",
"rustc-ap-rustc_span",
"rustc-workspace-hack",
"rustfmt-config_proc_macro 0.5.1",
"serde",
"serde_json",
"structopt",
Expand Down Expand Up @@ -5254,3 +5303,12 @@ checksum = "65923dd1784f44da1d2c3dbbc5e822045628c590ba72123e1c73d3c230c4434d"
dependencies = [
"linked-hash-map",
]

[[package]]
name = "yansi-term"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe5c30ade05e61656247b2e334a031dfd0cc466fadef865bdcdea8d537951bf1"
dependencies = [
"winapi 0.3.8",
]
2 changes: 1 addition & 1 deletion src/tools/rls
Submodule rls updated 2 files
+46 −45 Cargo.lock
+3 −3 Cargo.toml
2 changes: 1 addition & 1 deletion src/tools/rustfmt
Submodule rustfmt updated 502 files