-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit fb7cea0
Auto merge of #144990 - tgross35:rollup-nhf6juq, r=tgross35
Rollup of 9 pull requests
Successful merges:
- #137831 (Tweak auto trait errors)
- #138689 (add nvptx_target_feature)
- #140267 (implement continue_ok and break_ok for ControlFlow)
- #143764 (lower pattern bindings in the order they're written and base drop order on primary bindings' order)
- #143857 (Port #[macro_export] to the new attribute parsing infrastructure)
- #144676 (Add documentation for unstable_feature_bound)
- #144794 (Port `#[coroutine]` to the new attribute system)
- #144835 (Anonymize binders in tail call sig)
- #144836 (Change visibility of Args new function)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
74 files changed
+1073
-328
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_passes
- src
- rustc_attr_parsing
- src
- attributes
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- rustc_expand/src
- rustc_feature/src
- rustc_hir/src
- attrs
- rustc_lint_defs/src
- rustc_lint/src
- rustc_mir_build/src
- builder/matches
- rustc_passes
- src
- rustc_span/src
- rustc_target/src
- library
- coretests/tests
- ops
- core/src
- ops
- std/src/sys/args
- src
- doc
- rustc-dev-guide/src
- rustc/src/platform-support
- librustdoc
- html/render
- json
- passes
- tools/clippy/clippy_lints/src
- tests
- mir-opt
- ui
- attributes
- auto-traits
- check-cfg
- dropck
- drop
- explicit-tail-calls
- feature-gates
- lint/unused
- methods/issues
- pattern/bindings-after-at
- target-feature
- traits/inductive-overflow
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
74 files changed
+1073
-328
lines changedLines changed: 6 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 | - | ||
101 | + | ||
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
| |||
232 | 232 |
| |
233 | 233 |
| |
234 | 234 |
| |
235 | + | ||
235 | 236 |
| |
236 | 237 |
| |
237 | 238 |
| |
238 | - | ||
239 | 239 |
| |
240 | 240 |
| |
241 | 241 |
| |
| |||
1052 | 1052 |
| |
1053 | 1053 |
| |
1054 | 1054 |
| |
1055 | + | ||
1055 | 1056 |
| |
1056 | 1057 |
| |
1057 | 1058 |
| |
1058 | - | ||
1059 | 1059 |
| |
1060 | 1060 |
| |
1061 | 1061 |
| |
| |||
1067 | 1067 |
| |
1068 | 1068 |
| |
1069 | 1069 |
| |
1070 | - | ||
1071 | - | ||
1072 | - | ||
1073 | - | ||
1074 | - | ||
1075 | - | ||
1076 | - | ||
1077 | - | ||
1078 | - | ||
1070 | + | ||
1071 | + | ||
1072 | + | ||
1079 | 1073 |
| |
1080 | 1074 |
| |
1081 | 1075 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
43 | - | ||
43 | + | ||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
|
Lines changed: 10 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
699 | 699 |
| |
700 | 700 |
| |
701 | 701 |
| |
702 | - | ||
702 | + | ||
703 | 703 |
| |
704 | - | ||
705 | - | ||
704 | + | ||
705 | + | ||
706 | + | ||
706 | 707 |
| |
707 | 708 |
| |
708 | 709 |
| |
709 | - | ||
710 | + | ||
710 | 711 |
| |
711 | 712 |
| |
712 | 713 |
| |
713 | - | ||
714 | - | ||
714 | + | ||
715 | + | ||
716 | + | ||
717 | + | ||
718 | + | ||
715 | 719 |
| |
716 | 720 |
| |
717 | 721 |
| |
|
Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
344 | 344 |
| |
345 | 345 |
| |
346 | 346 |
| |
347 | - | ||
347 | + | ||
348 | 348 |
| |
349 | 349 |
| |
350 | 350 |
| |
| |||
354 | 354 |
| |
355 | 355 |
| |
356 | 356 |
| |
357 | - | ||
358 | - | ||
357 | + | ||
358 | + | ||
359 | + | ||
359 | 360 |
| |
360 | 361 |
| |
361 | 362 |
| |
| |||
365 | 366 |
| |
366 | 367 |
| |
367 | 368 |
| |
368 | - | ||
369 | + | ||
369 | 370 |
| |
370 | 371 |
| |
371 | 372 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 | + | ||
36 | + | ||
37 | + | ||
38 | + | ||
39 | + | ||
35 | 40 |
| |
36 | 41 |
| |
37 | 42 |
| |
|
Lines changed: 15 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 | + |
Lines changed: 60 additions & 1 deletion
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 | + | ||
11 | + | ||
8 | 12 |
| |
9 | 13 |
| |
10 | 14 |
| |
| |||
113 | 117 |
| |
114 | 118 |
| |
115 | 119 |
| |
120 | + | ||
121 | + | ||
122 | + | ||
123 | + | ||
124 | + | ||
125 | + | ||
126 | + | ||
127 | + | ||
128 | + | ||
129 | + | ||
130 | + | ||
131 | + | ||
132 | + | ||
133 | + | ||
134 | + | ||
135 | + | ||
136 | + | ||
137 | + | ||
138 | + | ||
139 | + | ||
140 | + | ||
141 | + | ||
142 | + | ||
143 | + | ||
144 | + | ||
145 | + | ||
146 | + | ||
147 | + | ||
148 | + | ||
149 | + | ||
150 | + | ||
151 | + | ||
152 | + | ||
153 | + | ||
154 | + | ||
155 | + | ||
156 | + | ||
157 | + | ||
158 | + | ||
159 | + | ||
160 | + | ||
161 | + | ||
162 | + | ||
163 | + | ||
164 | + | ||
165 | + | ||
166 | + | ||
167 | + | ||
168 | + | ||
169 | + | ||
170 | + | ||
171 | + | ||
172 | + | ||
173 | + | ||
174 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
29 | + | ||
29 | 30 |
| |
30 | 31 |
| |
31 | 32 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | + | ||
19 | 20 |
| |
20 | 21 |
| |
21 | 22 |
| |
| |||
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
35 | - | ||
36 | + | ||
36 | 37 |
| |
37 | 38 |
| |
38 | 39 |
| |
| |||
164 | 165 |
| |
165 | 166 |
| |
166 | 167 |
| |
168 | + | ||
167 | 169 |
| |
168 | 170 |
| |
169 | 171 |
| |
| |||
184 | 186 |
| |
185 | 187 |
| |
186 | 188 |
| |
189 | + | ||
187 | 190 |
| |
188 | 191 |
| |
189 | 192 |
| |
|
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
34 | 34 |
| |
35 | 35 |
| |
36 | 36 |
| |
37 | + | ||
38 | + | ||
39 | + | ||
40 | + | ||
41 | + | ||
42 | + | ||
43 | + | ||
44 | + | ||
45 | + | ||
46 | + | ||
47 | + | ||
48 | + | ||
37 | 49 |
| |
38 | 50 |
|
0 commit comments