Commit a3e7853
committed
Auto merge of #142059 - matthiaskrgr:rollup-w4jw2de, r=matthiaskrgr
Rollup of 8 pull requests
Successful merges:
- #140638 (UnsafePinned: also include the effects of UnsafeCell)
- #141272 (modularize the config module bootstrap)
- #141777 (Do not run PGO/BOLT in x64 Linux alt builds)
- #141870 (Fix broken link to rustc_type_ir module in serialization docs)
- #141938 (update rust offload bootstrap)
- #141962 (rustc-dev-guide subtree update)
- #141965 (`tests/ui`: A New Order [3/N])
- #141970 (implement new `x` flag: `--skip-std-check-if-no-download-rustc`)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
56 files changed
+2798
-2200
lines changed- library/core/src/pin
- src
- bootstrap/src
- core
- build_steps
- config
- toml
- utils
- ci
- docker/host-x86_64/dist-x86_64-linux
- github-actions
- doc/rustc-dev-guide
- src
- autodiff
- building
- tests
- etc/completions
- tools/miri/tests
- fail
- pass/both_borrows
- tests/ui
- closures
- codegen
- loops
- traits
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
56 files changed
+2798
-2200
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
6 | | - | |
| 7 | + | |
7 | 8 | | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| |||
17 | 20 | | |
18 | 21 | | |
19 | 22 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
31 | 35 | | |
32 | 36 | | |
33 | 37 | | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | 41 | | |
53 | 42 | | |
54 | 43 | | |
| |||
63 | 52 | | |
64 | 53 | | |
65 | 54 | | |
66 | | - | |
| 55 | + | |
67 | 56 | | |
68 | 57 | | |
69 | 58 | | |
| |||
72 | 61 | | |
73 | 62 | | |
74 | 63 | | |
75 | | - | |
| 64 | + | |
76 | 65 | | |
77 | 66 | | |
78 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
80 | 87 | | |
81 | 88 | | |
82 | 89 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
443 | 443 | | |
444 | 444 | | |
445 | 445 | | |
446 | | - | |
447 | | - | |
448 | | - | |
449 | | - | |
450 | | - | |
451 | | - | |
452 | 446 | | |
453 | 447 | | |
454 | 448 | | |
455 | 449 | | |
456 | 450 | | |
457 | 451 | | |
| 452 | + | |
| 453 | + | |
458 | 454 | | |
459 | 455 | | |
460 | 456 | | |
461 | 457 | | |
462 | 458 | | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
463 | 466 | | |
464 | 467 | | |
465 | 468 | | |
| |||
0 commit comments