Commit c185610
committed
Auto merge of rust-lang#91761 - matthiaskrgr:rollup-bjowmvz, r=matthiaskrgr
Rollup of 11 pull requests
Successful merges:
- rust-lang#91668 (Remove the match on `ErrorKind::Other`)
- rust-lang#91678 (Add tests fixed by rust-lang#90023)
- rust-lang#91679 (Move core/stream/stream/mod.rs to core/stream/stream.rs)
- rust-lang#91681 (fix typo in `intrinsics::raw_eq` docs)
- rust-lang#91686 (Fix `Vec::reserve_exact` documentation)
- rust-lang#91697 (Delete Utf8Lossy::from_str)
- rust-lang#91706 (Add unstable book entries for parts of asm that are not being stabilized)
- rust-lang#91709 (Replace iterator-based set construction by *Set::From<[T; N]>)
- rust-lang#91716 (Improve x.py logging and defaults a bit more)
- rust-lang#91747 (Add pierwill to .mailmap)
- rust-lang#91755 (Fix since attribute for const_linked_list_new feature)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
24 files changed
+614
-76
lines changed- library
- alloc/src
- collections
- btree
- vec
- core/src
- stream
- str
- std/src/collections/hash
- src
- bootstrap
- defaults
- doc/unstable-book/src/language-features
- test/ui/const-generics/issues
24 files changed
+614
-76
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
249 | 250 | | |
250 | 251 | | |
251 | 252 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
494 | | - | |
| 494 | + | |
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
| |||
515 | 515 | | |
516 | 516 | | |
517 | 517 | | |
518 | | - | |
| 518 | + | |
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
| |||
536 | 536 | | |
537 | 537 | | |
538 | 538 | | |
539 | | - | |
| 539 | + | |
540 | 540 | | |
541 | 541 | | |
542 | 542 | | |
| |||
562 | 562 | | |
563 | 563 | | |
564 | 564 | | |
565 | | - | |
| 565 | + | |
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
| |||
639 | 639 | | |
640 | 640 | | |
641 | 641 | | |
642 | | - | |
| 642 | + | |
643 | 643 | | |
644 | 644 | | |
645 | 645 | | |
| |||
853 | 853 | | |
854 | 854 | | |
855 | 855 | | |
856 | | - | |
| 856 | + | |
857 | 857 | | |
858 | 858 | | |
859 | 859 | | |
| |||
876 | 876 | | |
877 | 877 | | |
878 | 878 | | |
879 | | - | |
880 | | - | |
| 879 | + | |
881 | 880 | | |
882 | 881 | | |
883 | 882 | | |
| |||
1009 | 1008 | | |
1010 | 1009 | | |
1011 | 1010 | | |
1012 | | - | |
| 1011 | + | |
1013 | 1012 | | |
1014 | 1013 | | |
1015 | 1014 | | |
| |||
1022 | 1021 | | |
1023 | 1022 | | |
1024 | 1023 | | |
1025 | | - | |
| 1024 | + | |
1026 | 1025 | | |
1027 | 1026 | | |
1028 | 1027 | | |
| |||
1124 | 1123 | | |
1125 | 1124 | | |
1126 | 1125 | | |
1127 | | - | |
| 1126 | + | |
1128 | 1127 | | |
1129 | 1128 | | |
1130 | 1129 | | |
| |||
1243 | 1242 | | |
1244 | 1243 | | |
1245 | 1244 | | |
1246 | | - | |
1247 | | - | |
| 1245 | + | |
| 1246 | + | |
1248 | 1247 | | |
1249 | 1248 | | |
1250 | 1249 | | |
| |||
1266 | 1265 | | |
1267 | 1266 | | |
1268 | 1267 | | |
1269 | | - | |
1270 | | - | |
| 1268 | + | |
| 1269 | + | |
1271 | 1270 | | |
1272 | 1271 | | |
1273 | 1272 | | |
| |||
1289 | 1288 | | |
1290 | 1289 | | |
1291 | 1290 | | |
1292 | | - | |
1293 | | - | |
| 1291 | + | |
| 1292 | + | |
1294 | 1293 | | |
1295 | 1294 | | |
1296 | 1295 | | |
| |||
1312 | 1311 | | |
1313 | 1312 | | |
1314 | 1313 | | |
1315 | | - | |
1316 | | - | |
| 1314 | + | |
| 1315 | + | |
1317 | 1316 | | |
1318 | 1317 | | |
1319 | 1318 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
420 | | - | |
| 420 | + | |
421 | 421 | | |
422 | 422 | | |
423 | 423 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
822 | 822 | | |
823 | 823 | | |
824 | 824 | | |
825 | | - | |
| 825 | + | |
826 | 826 | | |
827 | 827 | | |
828 | 828 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1919 | 1919 | | |
1920 | 1920 | | |
1921 | 1921 | | |
1922 | | - | |
| 1922 | + | |
1923 | 1923 | | |
1924 | 1924 | | |
1925 | 1925 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | 15 | | |
21 | 16 | | |
22 | 17 | | |
| |||
File renamed without changes.
0 commit comments