This repository was archived by the owner on May 28, 2025. It is now read-only.
forked fromrust-lang/rust
- Notifications
You must be signed in to change notification settings - Fork6
Commit687a68d
committed
Auto merge ofrust-lang#126514 - matthiaskrgr:rollup-pnwi8ns, r=matthiaskrgr
Rollup of 9 pull requestsSuccessful merges: -rust-lang#126354 (Use `Variance` glob imported variants everywhere) -rust-lang#126367 (Point out failing never obligation for `DEPENDENCY_ON_UNIT_NEVER_TYPE_FALLBACK`) -rust-lang#126469 (MIR Shl/Shr: the offset can be computed with rem_euclid) -rust-lang#126471 (Use a consistent way to filter out bounds instead of splitting it into three places) -rust-lang#126472 (build `libcxx-version` only when it doesn't exist) -rust-lang#126497 (delegation: Fix hygiene for `self`) -rust-lang#126501 (make bors ignore comments in PR template) -rust-lang#126509 (std: suggest OnceLock over Once) -rust-lang#126512 (Miri subtree update)r? `@ghost``@rustbot` modify labels: rollupFile tree
67 files changed
+1813
-330
lines changed- .github
- compiler
- rustc_borrowck/src/type_check
- rustc_const_eval/src/interpret
- rustc_hir_typeck
- src
- rustc_infer/src/infer
- opaque_types
- outlives
- relate
- rustc_middle/src
- mir
- ty
- rustc_mir_build/src
- build/matches
- thir
- cx
- pattern
- rustc_mir_transform/src
- rustc_resolve/src
- late
- rustc_smir/src/rustc_smir/convert
- rustc_trait_selection/src
- solve
- normalizes_to
- traits/select
- rustc_type_ir/src
- library/std/src/sync
- src
- bootstrap/src/core
- build_steps
- tools/miri
- cargo-miri/src
- miri-script/src
- src
- concurrency
- intrinsics
- shims
- unix
- linux
- x86
- tests
- fail-dep/libc
- fail/validity
- pass-dep/libc
- pass/shims/x86
- tests/ui
- delegation
- editions
- never_type
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
67 files changed
+1813
-330
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
10 | | - | |
| 11 | + | |
| 12 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | | - | |
| 331 | + | |
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
| |||
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
454 | | - | |
| 454 | + | |
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
| |||
1095 | 1095 | | |
1096 | 1096 | | |
1097 | 1097 | | |
1098 | | - | |
| 1098 | + | |
1099 | 1099 | | |
1100 | 1100 | | |
1101 | 1101 | | |
| |||
1106 | 1106 | | |
1107 | 1107 | | |
1108 | 1108 | | |
1109 | | - | |
| 1109 | + | |
1110 | 1110 | | |
1111 | 1111 | | |
1112 | 1112 | | |
| |||
1146 | 1146 | | |
1147 | 1147 | | |
1148 | 1148 | | |
1149 | | - | |
| 1149 | + | |
1150 | 1150 | | |
1151 | 1151 | | |
1152 | 1152 | | |
| |||
1248 | 1248 | | |
1249 | 1249 | | |
1250 | 1250 | | |
1251 | | - | |
| 1251 | + | |
1252 | 1252 | | |
1253 | 1253 | | |
1254 | 1254 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 53 | + | |
| 54 | + | |
61 | 55 | | |
62 | 56 | | |
63 | 57 | | |
| |||
106 | 100 | | |
107 | 101 | | |
108 | 102 | | |
109 | | - | |
110 | | - | |
| 103 | + | |
| 104 | + | |
111 | 105 | | |
112 | 106 | | |
113 | 107 | | |
114 | 108 | | |
115 | 109 | | |
116 | | - | |
117 | | - | |
| 110 | + | |
| 111 | + | |
118 | 112 | | |
119 | 113 | | |
120 | 114 | | |
| |||
336 | 330 | | |
337 | 331 | | |
338 | 332 | | |
339 | | - | |
340 | | - | |
341 | | - | |
342 | | - | |
343 | | - | |
| 333 | + | |
344 | 334 | | |
345 | 335 | | |
346 | 336 | | |
| |||
474 | 464 | | |
475 | 465 | | |
476 | 466 | | |
477 | | - | |
| 467 | + | |
478 | 468 | | |
479 | 469 | | |
480 | 470 | | |
| |||
489 | 479 | | |
490 | 480 | | |
491 | 481 | | |
492 | | - | |
| 482 | + | |
493 | 483 | | |
494 | 484 | | |
495 | 485 | | |
| |||
504 | 494 | | |
505 | 495 | | |
506 | 496 | | |
507 | | - | |
| 497 | + | |
508 | 498 | | |
509 | 499 | | |
510 | 500 | | |
| |||
525 | 515 | | |
526 | 516 | | |
527 | 517 | | |
528 | | - | |
| 518 | + | |
529 | 519 | | |
530 | 520 | | |
531 | 521 | | |
| |||
584 | 574 | | |
585 | 575 | | |
586 | 576 | | |
587 | | - | |
| 577 | + | |
588 | 578 | | |
589 | 579 | | |
590 | 580 | | |
591 | 581 | | |
592 | 582 | | |
593 | | - | |
| 583 | + | |
594 | 584 | | |
595 | 585 | | |
596 | 586 | | |
597 | 587 | | |
598 | | - | |
| 588 | + | |
599 | 589 | | |
600 | 590 | | |
601 | 591 | | |
602 | 592 | | |
603 | | - | |
| 593 | + | |
604 | 594 | | |
605 | 595 | | |
606 | 596 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | | - | |
| 115 | + | |
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
126 | 123 | | |
127 | 124 | | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
| 125 | + | |
| 126 | + | |
132 | 127 | | |
133 | | - | |
| 128 | + | |
134 | 129 | | |
135 | 130 | | |
136 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
190 | 194 | | |
191 | 195 | | |
192 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
491 | | - | |
| 491 | + | |
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
| |||
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
509 | | - | |
510 | | - | |
| 509 | + | |
| 510 | + | |
511 | 511 | | |
| 512 | + | |
512 | 513 | | |
513 | 514 | | |
514 | 515 | | |
515 | 516 | | |
516 | | - | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
517 | 521 | | |
518 | 522 | | |
519 | 523 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
216 | | - | |
217 | | - | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
348 | | - | |
| 348 | + | |
349 | 349 | | |
350 | 350 | | |
351 | 351 | | |
| |||
441 | 441 | | |
442 | 442 | | |
443 | 443 | | |
444 | | - | |
| 444 | + | |
445 | 445 | | |
446 | 446 | | |
447 | 447 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | | - | |
| 105 | + | |
108 | 106 | | |
109 | 107 | | |
110 | 108 | | |
| |||
0 commit comments
Comments
(0)