-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Commit 0d11be5
Auto merge of #143556 - jhpratt:rollup-nid39y2, r=jhpratt
Rollup of 9 pull requests
Successful merges:
- #143206 (Align attr fixes)
- #143236 (Stabilize `mixed_integer_ops_unsigned_sub`)
- #143344 (Port `#[path]` to the new attribute parsing infrastructure )
- #143359 (Link to 2024 edition page for `!` fallback changes)
- #143456 (mbe: Change `unused_macro_rules` to a `DenseBitSet`)
- #143529 (Renamed retain_mut to retain on LinkedList as mentioned in the ACP)
- #143535 (Remove duplicate word)
- #143544 (compiler: rename BareFn to FnPtr)
- #143552 (lib: more eagerly return `self.len()` from `ceil_char_boundary`)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
71 files changed
+405
-272
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_passes
- src
- rustc_ast_pretty/src/pprust
- rustc_ast/src
- util
- rustc_attr_data_structures/src
- rustc_attr_parsing/src
- attributes
- rustc_builtin_macros/src/deriving/generic
- rustc_codegen_ssa/src
- rustc_hir_analysis/src
- collect
- errors
- hir_ty_lowering
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- rustc_hir/src
- rustc_lint/src
- rustc_parse/src
- parser
- rustc_passes
- src
- rustc_resolve
- src
- late
- rustc_trait_selection/src/error_reporting/infer/nice_region_error
- library
- alloc/src/collections
- core/src
- num
- str
- src
- librustdoc/clean
- tools
- clippy
- clippy_lints/src
- types
- clippy_utils/src
- ast_utils
- rustfmt/src
- tests
- assembly/naked-functions
- codegen
- naked-fn
- ui
- attributes
- feature-gates
- lint/unused
- resolve
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
71 files changed
+405
-272
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4474 | 4474 |
| |
4475 | 4475 |
| |
4476 | 4476 |
| |
4477 | + | ||
4477 | 4478 |
| |
4478 | 4479 |
| |
4479 | 4480 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2422 | 2422 |
| |
2423 | 2423 |
| |
2424 | 2424 |
| |
2425 | - | ||
2425 | + | ||
2426 | 2426 |
| |
2427 | 2427 |
| |
2428 | 2428 |
| |
| |||
2455 | 2455 |
| |
2456 | 2456 |
| |
2457 | 2457 |
| |
2458 | - | ||
2459 | - | ||
2458 | + | ||
2459 | + | ||
2460 | 2460 |
| |
2461 | 2461 |
| |
2462 | 2462 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
265 | 265 |
| |
266 | 266 |
| |
267 | 267 |
| |
268 | - | ||
268 | + | ||
269 | 269 |
| |
270 | 270 |
| |
271 | 271 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1059 | 1059 |
| |
1060 | 1060 |
| |
1061 | 1061 |
| |
1062 | - | ||
1063 | - | ||
1062 | + | ||
1063 | + | ||
1064 | 1064 |
| |
1065 | 1065 |
| |
1066 | 1066 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1269 | 1269 |
| |
1270 | 1270 |
| |
1271 | 1271 |
| |
1272 | - | ||
1272 | + | ||
1273 | 1273 |
| |
1274 | - | ||
1274 | + | ||
1275 | 1275 |
| |
1276 | 1276 |
| |
1277 | 1277 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 | - | ||
52 | - | ||
53 | - | ||
54 | 51 |
| |
55 | 52 |
| |
56 | 53 |
| |
| |||
135 | 132 |
| |
136 | 133 |
| |
137 | 134 |
| |
135 | + | ||
136 | + | ||
137 | + | ||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
499 | 499 |
| |
500 | 500 |
| |
501 | 501 |
| |
502 | - | ||
502 | + | ||
503 | 503 |
| |
504 | - | ||
504 | + | ||
505 | 505 |
| |
506 | 506 |
| |
507 | 507 |
| |
| |||
785 | 785 |
| |
786 | 786 |
| |
787 | 787 |
| |
788 | - | ||
789 | - | ||
788 | + | ||
789 | + | ||
790 | 790 |
| |
791 | 791 |
| |
792 | 792 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
225 | 225 |
| |
226 | 226 |
| |
227 | 227 |
| |
228 | - | ||
229 | - | ||
228 | + | ||
229 | + | ||
230 | 230 |
| |
231 | 231 |
| |
232 | 232 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
286 | 286 |
| |
287 | 287 |
| |
288 | 288 |
| |
289 | - | ||
289 | + | ||
290 | 290 |
| |
291 | - | ||
291 | + | ||
292 | 292 |
| |
293 | 293 |
| |
294 | 294 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1285 | 1285 |
| |
1286 | 1286 |
| |
1287 | 1287 |
| |
1288 | - | ||
1288 | + | ||
1289 | 1289 |
| |
1290 | 1290 |
| |
1291 | 1291 |
| |
|
0 commit comments