Commit a4cfac7
committed
Auto merge of #149560 - matthiaskrgr:rollup-lce3baq, r=matthiaskrgr
Rollup of 5 pull requests
Successful merges:
- #146436 (Slice iter cleanup)
- #148250 (array_chunks: slightly improve docs)
- #148678 (Merge E0412 into E0425)
- #149520 (also introduce Peekable::next_if_map_mut next to next_if_map)
- #149538 (std: sys: fs: uefi: Make time in FileAttr optional)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
209 files changed
+788
-783
lines changed- compiler
- rustc_error_codes/src/error_codes
- rustc_resolve/src
- late
- library
- coretests/tests
- core/src
- array
- iter/adapters
- slice
- std/src/sys
- fs
- pal/uefi
- src/tools/clippy/tests/ui/crashes
- tests
- rustdoc-ui
- ui
- annotate-snippet
- argument-suggestions
- asm
- associated-consts
- associated-type-bounds/return-type-notation
- associated-types
- async-await
- in-trait
- attributes
- borrowck
- c-variadic
- cast
- closures
- cmse-nonsecure/cmse-nonsecure-call
- coercion
- coherence
- compiletest-self-test
- const-generics
- early
- generic_const_exprs
- mgca
- const_prop
- consts
- did_you_mean
- dropck
- dyn-compatibility
- enum-discriminant
- error-codes
- extern
- fn
- functions-closures
- generic-associated-types
- hygiene
- impl-trait
- in-trait
- issues
- implied-bounds
- imports
- issues
- layout
- lifetimes
- lint
- macros
- match
- mir
- missing/missing-items
- offset-of
- parallel-rustc
- parser
- recover
- pattern/usefulness
- privacy
- proc-macro
- recursion
- regions
- resolve
- self/elision
- sized
- span
- specialization
- min_specialization
- structs
- suggestions
- trait-bounds
- traits
- error-reporting
- next-solver
- non_lifetime_binders
- transmutability
- malformed-program-gracefulness
- tuple/tuple-struct-fields
- type-alias-impl-trait
- define_opaques_attr
- typeck
- type
- union
- variance
- wf
- where-clauses
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
209 files changed
+788
-783
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 | 8 | | |
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
625 | | - | |
| 625 | + | |
626 | 626 | | |
627 | 627 | | |
628 | 628 | | |
| |||
3158 | 3158 | | |
3159 | 3159 | | |
3160 | 3160 | | |
3161 | | - | |
| 3161 | + | |
3162 | 3162 | | |
3163 | 3163 | | |
3164 | 3164 | | |
| |||
4363 | 4363 | | |
4364 | 4364 | | |
4365 | 4365 | | |
4366 | | - | |
| 4366 | + | |
4367 | 4367 | | |
4368 | 4368 | | |
4369 | 4369 | | |
4370 | 4370 | | |
4371 | 4371 | | |
4372 | 4372 | | |
4373 | 4373 | | |
4374 | | - | |
| 4374 | + | |
4375 | 4375 | | |
4376 | 4376 | | |
4377 | 4377 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
705 | 705 | | |
706 | 706 | | |
707 | 707 | | |
708 | | - | |
| 708 | + | |
709 | 709 | | |
710 | 710 | | |
711 | 711 | | |
| |||
1135 | 1135 | | |
1136 | 1136 | | |
1137 | 1137 | | |
1138 | | - | |
| 1138 | + | |
1139 | 1139 | | |
1140 | 1140 | | |
1141 | 1141 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
924 | 924 | | |
925 | 925 | | |
926 | 926 | | |
927 | | - | |
| 927 | + | |
928 | 928 | | |
929 | 929 | | |
930 | 930 | | |
| |||
943 | 943 | | |
944 | 944 | | |
945 | 945 | | |
946 | | - | |
| 946 | + | |
947 | 947 | | |
948 | 948 | | |
949 | 949 | | |
| |||
972 | 972 | | |
973 | 973 | | |
974 | 974 | | |
975 | | - | |
| 975 | + | |
976 | 976 | | |
977 | 977 | | |
978 | 978 | | |
| |||
1004 | 1004 | | |
1005 | 1005 | | |
1006 | 1006 | | |
| 1007 | + | |
1007 | 1008 | | |
1008 | 1009 | | |
1009 | 1010 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
331 | 331 | | |
332 | 332 | | |
333 | 333 | | |
| 334 | + | |
| 335 | + | |
334 | 336 | | |
335 | 337 | | |
336 | 338 | | |
| |||
419 | 421 | | |
420 | 422 | | |
421 | 423 | | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
422 | 462 | | |
423 | 463 | | |
424 | 464 | | |
| |||
0 commit comments