Skip to content

Commit ddc76e2

Browse files
author
The Miri Conjob Bot
committed
Merge from rustc
2 parents e42a8d8 + f1a5ce1 commit ddc76e2

File tree

310 files changed

+8218
-2995
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

310 files changed

+8218
-2995
lines changed

.mailmap

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ Alexis Beingessner <[email protected]>
3131
Alfie John <[email protected]> Alfie John <[email protected]>
3232
Alona Enraght-Moony <[email protected]> <[email protected]>
3333
Alona Enraght-Moony <[email protected]> <[email protected]>
34+
35+
3436
3537
Ana-Maria Mihalache <[email protected]>
3638
Anatoly Ikorsky <[email protected]>

Cargo.lock

+29-28
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@ dependencies = [
143143

144144
[[package]]
145145
name = "anstyle"
146-
version = "1.0.1"
146+
version = "1.0.4"
147147
source = "registry+https://github.com/rust-lang/crates.io-index"
148-
checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd"
148+
checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
149149

150150
[[package]]
151151
name = "anstyle-parse"
@@ -370,11 +370,11 @@ checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
370370

371371
[[package]]
372372
name = "bytecount"
373-
version = "0.6.3"
373+
version = "0.6.4"
374374
source = "registry+https://github.com/rust-lang/crates.io-index"
375-
checksum = "2c676a478f63e9fa2dd5368a42f28bba0d6c560b775f38583c8bbaa7fcd67c9c"
375+
checksum = "ad152d03a2c813c80bb94fedbf3a3f02b28f793e39e7c214c8a0bcc196343de7"
376376
dependencies = [
377-
"packed_simd_2",
377+
"packed_simd",
378378
]
379379

380380
[[package]]
@@ -501,6 +501,16 @@ dependencies = [
501501
"clap_derive",
502502
]
503503

504+
[[package]]
505+
name = "clap-cargo"
506+
version = "0.12.0"
507+
source = "registry+https://github.com/rust-lang/crates.io-index"
508+
checksum = "383f21342a464d4af96e9a4cad22a0b4f2880d4a5b3bbf5c9654dd1d9a224ee4"
509+
dependencies = [
510+
"anstyle",
511+
"clap",
512+
]
513+
504514
[[package]]
505515
name = "clap_builder"
506516
version = "4.4.4"
@@ -1777,7 +1787,7 @@ version = "2.1.3"
17771787
source = "registry+https://github.com/rust-lang/crates.io-index"
17781788
checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
17791789
dependencies = [
1780-
"libm 0.2.7",
1790+
"libm",
17811791
]
17821792

17831793
[[package]]
@@ -2228,12 +2238,6 @@ dependencies = [
22282238
"windows-sys 0.48.0",
22292239
]
22302240

2231-
[[package]]
2232-
name = "libm"
2233-
version = "0.1.4"
2234-
source = "registry+https://github.com/rust-lang/crates.io-index"
2235-
checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
2236-
22372241
[[package]]
22382242
name = "libm"
22392243
version = "0.2.7"
@@ -2594,6 +2598,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
25942598
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
25952599
dependencies = [
25962600
"autocfg",
2601+
"libm",
25972602
]
25982603

25992604
[[package]]
@@ -2743,13 +2748,13 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
27432748
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
27442749

27452750
[[package]]
2746-
name = "packed_simd_2"
2747-
version = "0.3.8"
2751+
name = "packed_simd"
2752+
version = "0.3.9"
27482753
source = "registry+https://github.com/rust-lang/crates.io-index"
2749-
checksum = "a1914cd452d8fccd6f9db48147b29fd4ae05bea9dc5d9ad578509f72415de282"
2754+
checksum = "1f9f08af0c877571712e2e3e686ad79efad9657dbf0f7c3c8ba943ff6c38932d"
27502755
dependencies = [
27512756
"cfg-if",
2752-
"libm 0.1.4",
2757+
"num-traits",
27532758
]
27542759

27552760
[[package]]
@@ -3596,6 +3601,7 @@ version = "0.0.0"
35963601
dependencies = [
35973602
"bitflags 1.3.2",
35983603
"cstr",
3604+
"itertools",
35993605
"libc",
36003606
"measureme",
36013607
"object",
@@ -4273,6 +4279,7 @@ dependencies = [
42734279
"coverage_test_macros",
42744280
"either",
42754281
"itertools",
4282+
"rustc_arena",
42764283
"rustc_ast",
42774284
"rustc_attr",
42784285
"rustc_const_eval",
@@ -4514,9 +4521,7 @@ name = "rustc_smir"
45144521
version = "0.0.0"
45154522
dependencies = [
45164523
"rustc_data_structures",
4517-
"rustc_driver",
45184524
"rustc_hir",
4519-
"rustc_interface",
45204525
"rustc_middle",
45214526
"rustc_span",
45224527
"rustc_target",
@@ -4758,31 +4763,32 @@ dependencies = [
47584763

47594764
[[package]]
47604765
name = "rustfmt-nightly"
4761-
version = "1.6.0"
4766+
version = "1.7.0"
47624767
dependencies = [
47634768
"annotate-snippets",
47644769
"anyhow",
47654770
"bytecount",
47664771
"cargo_metadata 0.15.4",
47674772
"clap",
4773+
"clap-cargo",
47684774
"diff",
47694775
"dirs",
4770-
"env_logger 0.10.0",
47714776
"getopts",
47724777
"ignore",
47734778
"itertools",
47744779
"lazy_static",
4775-
"log",
47764780
"regex",
47774781
"rustfmt-config_proc_macro",
47784782
"serde",
47794783
"serde_json",
47804784
"term",
47814785
"thiserror",
47824786
"toml 0.7.5",
4787+
"tracing",
4788+
"tracing-subscriber",
4789+
"unicode-properties",
47834790
"unicode-segmentation",
47844791
"unicode-width",
4785-
"unicode_categories",
47864792
]
47874793

47884794
[[package]]
@@ -5676,6 +5682,7 @@ dependencies = [
56765682
"thread_local",
56775683
"tracing",
56785684
"tracing-core",
5685+
"tracing-log",
56795686
]
56805687

56815688
[[package]]
@@ -5891,12 +5898,6 @@ version = "0.2.4"
58915898
source = "registry+https://github.com/rust-lang/crates.io-index"
58925899
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
58935900

5894-
[[package]]
5895-
name = "unicode_categories"
5896-
version = "0.1.1"
5897-
source = "registry+https://github.com/rust-lang/crates.io-index"
5898-
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
5899-
59005901
[[package]]
59015902
name = "unified-diff"
59025903
version = "0.2.1"

compiler/rustc_ast/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ pub mod visit;
5353

5454
pub use self::ast::*;
5555
pub use self::ast_traits::{AstDeref, AstNodeWrapper, HasAttrs, HasNodeId, HasSpan, HasTokens};
56-
pub use self::format::*;
5756

5857
use rustc_data_structures::stable_hasher::{HashStable, StableHasher};
5958

0 commit comments

Comments
 (0)