Commit df4ad9e
committed
Auto merge of rust-lang#142814 - tgross35:rollup-fioob6s, r=tgross35
Rollup of 8 pull requests
Successful merges:
- rust-lang#142384 (Bringing `rustc_rayon_core` in tree as `rustc_thread_pool`)
- rust-lang#142476 (Insert parentheses around binary operation with attribute)
- rust-lang#142485 (Marks ADT live if it appears in pattern)
- rust-lang#142571 (Reason about borrowed classes in CopyProp.)
- rust-lang#142677 (Add CI check to ensure that rustdoc JSON `FORMAT_VERSION` is correctly updated)
- rust-lang#142716 (Adjust `with_generic_param_rib`.)
- rust-lang#142756 (Make `Clone` a `const_trait`)
- rust-lang#142765 (rustc_target: document public AbiMap-related fn and variants)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
88 files changed
+8440
-267
lines changed- compiler
- rustc_ast_pretty/src/pprust/state
- rustc_data_structures
- src
- sync
- rustc_interface
- src
- rustc_middle
- src/ty/context
- rustc_mir_transform/src
- rustc_passes/src
- rustc_query_system
- src/query
- rustc_resolve/src
- rustc_target/src/spec
- rustc_thread_pool
- src
- broadcast
- compile_fail
- join
- scope
- sleep
- spawn
- thread_pool
- tests
- library/core/src
- src
- build_helper/src
- tools/tidy/src
- tests
- incremental
- mir-opt/copy-prop
- ui-fulldeps
- ui
- const-generics/issues
- derives
- impl-trait
- lint/dead-code
- parser/issues
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
88 files changed
+8440
-267
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2983 | 2983 | | |
2984 | 2984 | | |
2985 | 2985 | | |
| 2986 | + | |
| 2987 | + | |
| 2988 | + | |
| 2989 | + | |
| 2990 | + | |
| 2991 | + | |
| 2992 | + | |
| 2993 | + | |
| 2994 | + | |
2986 | 2995 | | |
2987 | 2996 | | |
2988 | 2997 | | |
| |||
3182 | 3191 | | |
3183 | 3192 | | |
3184 | 3193 | | |
3185 | | - | |
3186 | | - | |
3187 | | - | |
3188 | | - | |
3189 | | - | |
3190 | | - | |
3191 | | - | |
3192 | | - | |
3193 | | - | |
3194 | | - | |
3195 | 3194 | | |
3196 | 3195 | | |
3197 | 3196 | | |
| |||
3558 | 3557 | | |
3559 | 3558 | | |
3560 | 3559 | | |
3561 | | - | |
3562 | 3560 | | |
3563 | 3561 | | |
3564 | 3562 | | |
3565 | 3563 | | |
3566 | 3564 | | |
3567 | 3565 | | |
3568 | 3566 | | |
| 3567 | + | |
3569 | 3568 | | |
3570 | 3569 | | |
3571 | 3570 | | |
| |||
3913 | 3912 | | |
3914 | 3913 | | |
3915 | 3914 | | |
3916 | | - | |
3917 | 3915 | | |
3918 | 3916 | | |
3919 | 3917 | | |
| |||
3952 | 3950 | | |
3953 | 3951 | | |
3954 | 3952 | | |
| 3953 | + | |
3955 | 3954 | | |
3956 | 3955 | | |
3957 | 3956 | | |
| |||
4079 | 4078 | | |
4080 | 4079 | | |
4081 | 4080 | | |
4082 | | - | |
4083 | 4081 | | |
4084 | 4082 | | |
4085 | 4083 | | |
| |||
4103 | 4101 | | |
4104 | 4102 | | |
4105 | 4103 | | |
| 4104 | + | |
4106 | 4105 | | |
4107 | 4106 | | |
4108 | 4107 | | |
| |||
4349 | 4348 | | |
4350 | 4349 | | |
4351 | 4350 | | |
4352 | | - | |
4353 | 4351 | | |
4354 | 4352 | | |
4355 | 4353 | | |
| |||
4364 | 4362 | | |
4365 | 4363 | | |
4366 | 4364 | | |
| 4365 | + | |
4367 | 4366 | | |
4368 | 4367 | | |
4369 | 4368 | | |
| |||
4525 | 4524 | | |
4526 | 4525 | | |
4527 | 4526 | | |
| 4527 | + | |
| 4528 | + | |
| 4529 | + | |
| 4530 | + | |
| 4531 | + | |
| 4532 | + | |
| 4533 | + | |
| 4534 | + | |
| 4535 | + | |
| 4536 | + | |
| 4537 | + | |
| 4538 | + | |
4528 | 4539 | | |
4529 | 4540 | | |
4530 | 4541 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | | - | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
| 389 | + | |
| 390 | + | |
| 391 | + | |
| 392 | + | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
401 | 427 | | |
402 | 428 | | |
403 | 429 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
| |||
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | | - | |
| 244 | + | |
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
208 | 208 | | |
209 | 209 | | |
210 | 210 | | |
211 | | - | |
| 211 | + | |
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments