Skip to content

Commit b15114f

Browse files
authored
Merge pull request #702 from rust-lang/reenable-stdarch-test
Fix sysroot Cargo.lock
2 parents 485e43f + bb3ee76 commit b15114f

File tree

2 files changed

+116
-55
lines changed

2 files changed

+116
-55
lines changed

build_system/build_sysroot/Cargo.lock

Lines changed: 115 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
# This file is automatically @generated by Cargo.
22
# It is not intended for manual editing.
3-
version = 3
3+
version = 4
44

55
[[package]]
66
name = "addr2line"
7-
version = "0.22.0"
7+
version = "0.24.2"
88
source = "registry+https://github.com/rust-lang/crates.io-index"
9-
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
9+
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
1010
dependencies = [
1111
"compiler_builtins",
12-
"gimli 0.29.0",
12+
"gimli",
1313
"rustc-std-workspace-alloc",
1414
"rustc-std-workspace-core",
1515
]
1616

1717
[[package]]
18-
name = "adler"
19-
version = "1.0.2"
18+
name = "adler2"
19+
version = "2.0.0"
2020
source = "registry+https://github.com/rust-lang/crates.io-index"
21-
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
21+
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
2222
dependencies = [
2323
"compiler_builtins",
2424
"rustc-std-workspace-core",
@@ -33,10 +33,21 @@ dependencies = [
3333
]
3434

3535
[[package]]
36-
name = "allocator-api2"
37-
version = "0.2.18"
36+
name = "alloctests"
37+
version = "0.0.0"
38+
dependencies = [
39+
"rand",
40+
"rand_xorshift",
41+
]
42+
43+
[[package]]
44+
name = "cc"
45+
version = "1.2.0"
3846
source = "registry+https://github.com/rust-lang/crates.io-index"
39-
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
47+
checksum = "1aeb932158bd710538c73702db6945cb68a8fb08c519e6e12706b94263b36db8"
48+
dependencies = [
49+
"shlex",
50+
]
4051

4152
[[package]]
4253
name = "cfg-if"
@@ -50,22 +61,31 @@ dependencies = [
5061

5162
[[package]]
5263
name = "compiler_builtins"
53-
version = "0.1.118"
64+
version = "0.1.160"
5465
source = "registry+https://github.com/rust-lang/crates.io-index"
55-
checksum = "92afe7344b64cccf3662ca26d5d1c0828ab826f04206b97d856e3625e390e4b5"
66+
checksum = "6376049cfa92c0aa8b9ac95fae22184b981c658208d4ed8a1dc553cd83612895"
5667
dependencies = [
68+
"cc",
5769
"rustc-std-workspace-core",
5870
]
5971

6072
[[package]]
6173
name = "core"
6274
version = "0.0.0"
6375

76+
[[package]]
77+
name = "coretests"
78+
version = "0.0.0"
79+
dependencies = [
80+
"rand",
81+
"rand_xorshift",
82+
]
83+
6484
[[package]]
6585
name = "dlmalloc"
66-
version = "0.2.6"
86+
version = "0.2.8"
6787
source = "registry+https://github.com/rust-lang/crates.io-index"
68-
checksum = "3264b043b8e977326c1ee9e723da2c1f8d09a99df52cacf00b4dbce5ac54414d"
88+
checksum = "8cff88b751e7a276c4ab0e222c3f355190adc6dde9ce39c851db39da34990df7"
6989
dependencies = [
7090
"cfg-if",
7191
"compiler_builtins",
@@ -97,20 +117,9 @@ dependencies = [
97117

98118
[[package]]
99119
name = "gimli"
100-
version = "0.29.0"
120+
version = "0.31.1"
101121
source = "registry+https://github.com/rust-lang/crates.io-index"
102-
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
103-
dependencies = [
104-
"compiler_builtins",
105-
"rustc-std-workspace-alloc",
106-
"rustc-std-workspace-core",
107-
]
108-
109-
[[package]]
110-
name = "gimli"
111-
version = "0.30.0"
112-
source = "registry+https://github.com/rust-lang/crates.io-index"
113-
checksum = "e2e1d97fbe9722ba9bbd0c97051c2956e726562b61f86a25a4360398a40edfc9"
122+
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
114123
dependencies = [
115124
"compiler_builtins",
116125
"rustc-std-workspace-alloc",
@@ -119,21 +128,20 @@ dependencies = [
119128

120129
[[package]]
121130
name = "hashbrown"
122-
version = "0.14.5"
131+
version = "0.15.3"
123132
source = "registry+https://github.com/rust-lang/crates.io-index"
124-
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
133+
checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
125134
dependencies = [
126-
"allocator-api2",
127135
"compiler_builtins",
128136
"rustc-std-workspace-alloc",
129137
"rustc-std-workspace-core",
130138
]
131139

132140
[[package]]
133141
name = "hermit-abi"
134-
version = "0.4.0"
142+
version = "0.5.1"
135143
source = "registry+https://github.com/rust-lang/crates.io-index"
136-
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
144+
checksum = "f154ce46856750ed433c8649605bf7ed2de3bc35fd9d2a9f30cddd873c80cb08"
137145
dependencies = [
138146
"compiler_builtins",
139147
"rustc-std-workspace-alloc",
@@ -142,9 +150,9 @@ dependencies = [
142150

143151
[[package]]
144152
name = "libc"
145-
version = "0.2.155"
153+
version = "0.2.172"
146154
source = "registry+https://github.com/rust-lang/crates.io-index"
147-
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
155+
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
148156
dependencies = [
149157
"rustc-std-workspace-core",
150158
]
@@ -161,21 +169,21 @@ dependencies = [
161169

162170
[[package]]
163171
name = "miniz_oxide"
164-
version = "0.7.4"
172+
version = "0.8.8"
165173
source = "registry+https://github.com/rust-lang/crates.io-index"
166-
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
174+
checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
167175
dependencies = [
168-
"adler",
176+
"adler2",
169177
"compiler_builtins",
170178
"rustc-std-workspace-alloc",
171179
"rustc-std-workspace-core",
172180
]
173181

174182
[[package]]
175183
name = "object"
176-
version = "0.36.3"
184+
version = "0.36.7"
177185
source = "registry+https://github.com/rust-lang/crates.io-index"
178-
checksum = "27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9"
186+
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
179187
dependencies = [
180188
"compiler_builtins",
181189
"memchr",
@@ -188,7 +196,6 @@ name = "panic_abort"
188196
version = "0.0.0"
189197
dependencies = [
190198
"alloc",
191-
"cfg-if",
192199
"compiler_builtins",
193200
"core",
194201
"libc",
@@ -211,30 +218,62 @@ name = "proc_macro"
211218
version = "0.0.0"
212219
dependencies = [
213220
"core",
221+
"rustc-literal-escaper",
214222
"std",
215223
]
216224

225+
[[package]]
226+
name = "profiler_builtins"
227+
version = "0.0.0"
228+
dependencies = [
229+
"cc",
230+
]
231+
217232
[[package]]
218233
name = "r-efi"
219-
version = "4.5.0"
234+
version = "5.2.0"
220235
source = "registry+https://github.com/rust-lang/crates.io-index"
221-
checksum = "e9e935efc5854715dfc0a4c9ef18dc69dee0ec3bf9cc3ab740db831c0fdd86a3"
236+
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
222237
dependencies = [
223238
"compiler_builtins",
224239
"rustc-std-workspace-core",
225240
]
226241

227242
[[package]]
228243
name = "r-efi-alloc"
229-
version = "1.0.0"
244+
version = "2.0.0"
230245
source = "registry+https://github.com/rust-lang/crates.io-index"
231-
checksum = "31d6f09fe2b6ad044bc3d2c34ce4979796581afd2f1ebc185837e02421e02fd7"
246+
checksum = "e43c53ff1a01d423d1cb762fd991de07d32965ff0ca2e4f80444ac7804198203"
232247
dependencies = [
233248
"compiler_builtins",
234249
"r-efi",
235250
"rustc-std-workspace-core",
236251
]
237252

253+
[[package]]
254+
name = "rand"
255+
version = "0.9.1"
256+
source = "registry+https://github.com/rust-lang/crates.io-index"
257+
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
258+
dependencies = [
259+
"rand_core",
260+
]
261+
262+
[[package]]
263+
name = "rand_core"
264+
version = "0.9.3"
265+
source = "registry+https://github.com/rust-lang/crates.io-index"
266+
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
267+
268+
[[package]]
269+
name = "rand_xorshift"
270+
version = "0.4.0"
271+
source = "registry+https://github.com/rust-lang/crates.io-index"
272+
checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
273+
dependencies = [
274+
"rand_core",
275+
]
276+
238277
[[package]]
239278
name = "rustc-demangle"
240279
version = "0.1.24"
@@ -245,6 +284,15 @@ dependencies = [
245284
"rustc-std-workspace-core",
246285
]
247286

287+
[[package]]
288+
name = "rustc-literal-escaper"
289+
version = "0.0.2"
290+
source = "registry+https://github.com/rust-lang/crates.io-index"
291+
checksum = "0041b6238913c41fe704213a4a9329e2f685a156d1781998128b4149c230ad04"
292+
dependencies = [
293+
"rustc-std-workspace-std",
294+
]
295+
248296
[[package]]
249297
name = "rustc-std-workspace-alloc"
250298
version = "1.99.0"
@@ -266,6 +314,12 @@ dependencies = [
266314
"std",
267315
]
268316

317+
[[package]]
318+
name = "shlex"
319+
version = "1.3.0"
320+
source = "registry+https://github.com/rust-lang/crates.io-index"
321+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
322+
269323
[[package]]
270324
name = "std"
271325
version = "0.0.0"
@@ -286,10 +340,13 @@ dependencies = [
286340
"panic_unwind",
287341
"r-efi",
288342
"r-efi-alloc",
343+
"rand",
344+
"rand_xorshift",
289345
"rustc-demangle",
290346
"std_detect",
291347
"unwind",
292348
"wasi",
349+
"windows-targets 0.0.0",
293350
]
294351

295352
[[package]]
@@ -298,6 +355,7 @@ version = "0.1.5"
298355
dependencies = [
299356
"cfg-if",
300357
"compiler_builtins",
358+
"libc",
301359
"rustc-std-workspace-alloc",
302360
"rustc-std-workspace-core",
303361
]
@@ -306,10 +364,8 @@ dependencies = [
306364
name = "sysroot"
307365
version = "0.0.0"
308366
dependencies = [
309-
"alloc",
310-
"compiler_builtins",
311-
"core",
312367
"proc_macro",
368+
"profiler_builtins",
313369
"std",
314370
"test",
315371
]
@@ -326,9 +382,9 @@ dependencies = [
326382

327383
[[package]]
328384
name = "unicode-width"
329-
version = "0.1.13"
385+
version = "0.1.14"
330386
source = "registry+https://github.com/rust-lang/crates.io-index"
331-
checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
387+
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
332388
dependencies = [
333389
"compiler_builtins",
334390
"rustc-std-workspace-core",
@@ -348,12 +404,12 @@ dependencies = [
348404

349405
[[package]]
350406
name = "unwinding"
351-
version = "0.2.2"
407+
version = "0.2.6"
352408
source = "registry+https://github.com/rust-lang/crates.io-index"
353-
checksum = "dc55842d0db6329a669d55a623c674b02d677b16bfb2d24857d4089d41eba882"
409+
checksum = "8393f2782b6060a807337ff353780c1ca15206f9ba2424df18cb6e733bd7b345"
354410
dependencies = [
355411
"compiler_builtins",
356-
"gimli 0.30.0",
412+
"gimli",
357413
"rustc-std-workspace-core",
358414
]
359415

@@ -370,13 +426,17 @@ dependencies = [
370426

371427
[[package]]
372428
name = "windows-sys"
373-
version = "0.52.0"
429+
version = "0.59.0"
374430
source = "registry+https://github.com/rust-lang/crates.io-index"
375-
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
431+
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
376432
dependencies = [
377-
"windows-targets",
433+
"windows-targets 0.52.6",
378434
]
379435

436+
[[package]]
437+
name = "windows-targets"
438+
version = "0.0.0"
439+
380440
[[package]]
381441
name = "windows-targets"
382442
version = "0.52.6"

tests/failing-ui-tests.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,4 @@ tests/ui/codegen/equal-pointers-unequal/strict-provenance/zero.rs
109109
tests/ui/simd/simd-bitmask-notpow2.rs
110110
tests/ui/codegen/StackColoring-not-blowup-stack-issue-40883.rs
111111
tests/ui/uninhabited/uninhabited-transparent-return-abi.rs
112+
tests/ui/numbers-arithmetic/u128-as-f32.rs

0 commit comments

Comments
 (0)