-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit d794fe4
Auto merge of #144546 - jhpratt:rollup-o8vt8ft, r=jhpratt
Rollup of 7 pull requests
Successful merges:
- #143289 (Remove `[T]::array_chunks(_mut)`)
- #143607 (Port the proc macro attributes to the new attribute parsing infrastructure)
- #144471 (Remove `compiler-builtins-{no-asm,mangled-names}`)
- #144495 (bump cargo_metadata)
- #144523 (rustdoc: save target modifiers)
- #144534 (check_static_item: explain should_check_for_sync choices)
- #144535 (miri: for ABI mismatch errors, say which argument is the problem)
Failed merges:
- #144536 (miri subtree update)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
76 files changed
+655
-994
lines changed- compiler
- rustc_attr_data_structures/src
- rustc_attr_parsing/src
- attributes
- rustc_builtin_macros/src
- rustc_codegen_cranelift/patches
- rustc_const_eval
- src
- interpret
- rustc_expand
- src
- rustc_hir_analysis/src
- check
- collect
- rustc_hir/src
- rustc_metadata/src/rmeta
- rustc_middle/src
- mir/interpret
- ty
- rustc_passes/src
- library
- alloc
- src
- coretests/tests
- core/src
- slice
- str
- std
- src
- sysroot
- src
- librustdoc
- clean
- tools
- clippy/clippy_lints/src
- generate-copyright
- src
- miri
- src
- tests/fail
- function_pointers
- shims
- tail_calls
- tidy
- src
- tests
- run-make/rustdoc-target-modifiers
- ui
- attributes
- unsafe
- feature-gates
- proc-macro
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
76 files changed
+655
-994
lines changedLines changed: 2 additions & 16 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
441 | 441 |
| |
442 | 442 |
| |
443 | 443 |
| |
444 | - | ||
445 | - | ||
446 | - | ||
447 | - | ||
448 | - | ||
449 | - | ||
450 | - | ||
451 | - | ||
452 | - | ||
453 | - | ||
454 | - | ||
455 | - | ||
456 | - | ||
457 | - | ||
458 | 444 |
| |
459 | 445 |
| |
460 | 446 |
| |
| |||
1364 | 1350 |
| |
1365 | 1351 |
| |
1366 | 1352 |
| |
1367 | - | ||
1353 | + | ||
1368 | 1354 |
| |
1369 | 1355 |
| |
1370 | 1356 |
| |
| |||
5370 | 5356 |
| |
5371 | 5357 |
| |
5372 | 5358 |
| |
5373 | - | ||
5359 | + | ||
5374 | 5360 |
| |
5375 | 5361 |
| |
5376 | 5362 |
| |
|
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
416 | 416 |
| |
417 | 417 |
| |
418 | 418 |
| |
419 | + | ||
420 | + | ||
421 | + | ||
422 | + | ||
423 | + | ||
424 | + | ||
425 | + | ||
426 | + | ||
427 | + | ||
419 | 428 |
| |
420 | 429 |
| |
421 | 430 |
| |
422 | 431 |
| |
423 | 432 |
| |
424 | 433 |
| |
434 | + | ||
435 | + | ||
436 | + | ||
425 | 437 |
| |
426 | 438 |
| |
427 | 439 |
| |
|
Lines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 | + | ||
65 | + | ||
66 | + | ||
64 | 67 |
| |
65 | 68 |
| |
69 | + | ||
66 | 70 |
| |
67 | 71 |
| |
68 | 72 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 | + | ||
44 | 45 |
| |
45 | 46 |
| |
46 | 47 |
| |
|
Lines changed: 139 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | + | ||
2 | + | ||
3 | + | ||
4 | + | ||
5 | + | ||
6 | + | ||
7 | + | ||
8 | + | ||
9 | + | ||
10 | + | ||
11 | + | ||
12 | + | ||
13 | + | ||
14 | + | ||
15 | + | ||
16 | + | ||
17 | + | ||
18 | + | ||
19 | + | ||
20 | + | ||
21 | + | ||
22 | + | ||
23 | + | ||
24 | + | ||
25 | + | ||
26 | + | ||
27 | + | ||
28 | + | ||
29 | + | ||
30 | + | ||
31 | + | ||
32 | + | ||
33 | + | ||
34 | + | ||
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
54 | + | ||
55 | + | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + | ||
78 | + | ||
79 | + | ||
80 | + | ||
81 | + | ||
82 | + | ||
83 | + | ||
84 | + | ||
85 | + | ||
86 | + | ||
87 | + | ||
88 | + | ||
89 | + | ||
90 | + | ||
91 | + | ||
92 | + | ||
93 | + | ||
94 | + | ||
95 | + | ||
96 | + | ||
97 | + | ||
98 | + | ||
99 | + | ||
100 | + | ||
101 | + | ||
102 | + | ||
103 | + | ||
104 | + | ||
105 | + | ||
106 | + | ||
107 | + | ||
108 | + | ||
109 | + | ||
110 | + | ||
111 | + | ||
112 | + | ||
113 | + | ||
114 | + | ||
115 | + | ||
116 | + | ||
117 | + | ||
118 | + | ||
119 | + | ||
120 | + | ||
121 | + | ||
122 | + | ||
123 | + | ||
124 | + | ||
125 | + | ||
126 | + | ||
127 | + | ||
128 | + | ||
129 | + | ||
130 | + | ||
131 | + | ||
132 | + | ||
133 | + | ||
134 | + | ||
135 | + | ||
136 | + | ||
137 | + | ||
138 | + | ||
139 | + |
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 | + | ||
42 | + | ||
43 | + | ||
41 | 44 |
| |
42 | 45 |
| |
43 | 46 |
| |
| |||
154 | 157 |
| |
155 | 158 |
| |
156 | 159 |
| |
160 | + | ||
161 | + | ||
157 | 162 |
| |
158 | 163 |
| |
159 | 164 |
| |
| |||
186 | 191 |
| |
187 | 192 |
| |
188 | 193 |
| |
194 | + | ||
195 | + | ||
189 | 196 |
| |
190 | 197 |
| |
191 | 198 |
| |
|
Lines changed: 21 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | - | ||
1 | + | ||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | - | ||
5 | + | ||
6 | 6 |
| |
7 | + | ||
8 | + | ||
7 | 9 |
| |
8 | - | ||
10 | + | ||
9 | 11 |
| |
10 | 12 |
| |
11 | 13 |
| |
| |||
22 | 24 |
| |
23 | 25 |
| |
24 | 26 |
| |
25 | - | ||
27 | + | ||
26 | 28 |
| |
27 | 29 |
| |
28 | 30 |
| |
| |||
41 | 43 |
| |
42 | 44 |
| |
43 | 45 |
| |
46 | + | ||
44 | 47 |
| |
45 | 48 |
| |
46 | 49 |
| |
| |||
63 | 66 |
| |
64 | 67 |
| |
65 | 68 |
| |
69 | + | ||
66 | 70 |
| |
67 | 71 |
| |
68 | 72 |
| |
| |||
98 | 102 |
| |
99 | 103 |
| |
100 | 104 |
| |
101 | - | ||
102 | - | ||
105 | + | ||
106 | + | ||
107 | + | ||
108 | + | ||
109 | + | ||
110 | + | ||
111 | + | ||
112 | + | ||
113 | + | ||
114 | + | ||
115 | + | ||
116 | + | ||
103 | 117 |
| |
104 | 118 |
| |
105 | 119 |
| |
| |||
110 | 124 |
| |
111 | 125 |
| |
112 | 126 |
| |
113 | - | ||
127 | + | ||
114 | 128 |
| |
115 | 129 |
| |
116 | 130 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 | - | ||
22 | + | ||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
128 | 128 |
| |
129 | 129 |
| |
130 | 130 |
| |
131 | + | ||
132 | + | ||
133 | + | ||
131 | 134 |
| |
132 | 135 |
| |
133 | 136 |
| |
134 | 137 |
| |
135 | 138 |
| |
136 | 139 |
| |
137 | - | ||
138 | - | ||
139 | - | ||
140 | 140 |
| |
141 | 141 |
| |
142 | 142 |
| |
|
Lines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
500 | 500 |
| |
501 | 501 |
| |
502 | 502 |
| |
503 | - | ||
503 | + | ||
504 | 504 |
| |
505 | 505 |
| |
506 | 506 |
| |
| |||
625 | 625 |
| |
626 | 626 |
| |
627 | 627 |
| |
628 | - | ||
628 | + | ||
629 | 629 |
| |
630 | - | ||
631 | - | ||
632 | - | ||
633 | - | ||
630 | + | ||
631 | + | ||
632 | + | ||
633 | + | ||
634 | + | ||
635 | + | ||
636 | + | ||
637 | + | ||
634 | 638 |
| |
635 | 639 |
| |
636 | 640 |
| |
|
0 commit comments