This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit e36e4bd
committed
Auto merge of rust-lang#76231 - tmandry:rollup-ilvs9fq, r=tmandry
Rollup of 14 pull requests
Successful merges:
- rust-lang#74880 (Add trailing comma support to matches macro)
- rust-lang#76074 (Add new `-Z dump-mir-spanview` option)
- rust-lang#76088 (Add more examples to lexicographic cmp on Iterators.)
- rust-lang#76099 (Add info about `!` and `impl Trait`)
- rust-lang#76126 (Use "Fira Sans" for crate list font)
- rust-lang#76132 (Factor out StmtKind::MacCall fields into `MacCallStmt` struct)
- rust-lang#76143 (Give a better error message for duplicate built-in macros)
- rust-lang#76158 (Stabilise link-self-contained option)
- rust-lang#76201 (Move to intra-doc links for library/core/src/panic.rs)
- rust-lang#76206 (Make all methods of `std::net::Ipv6Addr` const)
- rust-lang#76207 (# Move to intra-doc links for library/core/src/clone.rs)
- rust-lang#76212 (Document lint missing_doc_code_examples is nightly-only)
- rust-lang#76218 (lexer: Tiny improvement to shebang detection)
- rust-lang#76221 (Clean up header in `iter` docs for `for` loops)
Failed merges:
r? @ghostFile tree
47 files changed
+1064
-99
lines changed- compiler
- rustc_ast_pretty/src
- rustc_ast/src
- attr
- rustc_codegen_ssa/src/back
- rustc_error_codes/src
- error_codes
- rustc_expand/src
- rustc_interface/src
- rustc_lexer/src
- rustc_mir/src/util
- rustc_parse/src/parser
- rustc_resolve/src
- rustc_session/src
- library
- core/src
- iter
- traits
- macros
- std/src
- net
- src
- doc
- rustc/src/codegen-options
- rustdoc/src
- librustdoc/html
- render
- static/themes
- test
- mir-opt
- rustdoc
- ui
- consts/std/net
- macros
- parser/shebang
- tools/clippy/clippy_lints/src/utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
47 files changed
+1064
-99
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
922 | 922 | | |
923 | 923 | | |
924 | 924 | | |
925 | | - | |
926 | | - | |
927 | | - | |
| 925 | + | |
| 926 | + | |
| 927 | + | |
| 928 | + | |
| 929 | + | |
| 930 | + | |
| 931 | + | |
928 | 932 | | |
929 | 933 | | |
930 | 934 | | |
| |||
958 | 962 | | |
959 | 963 | | |
960 | 964 | | |
961 | | - | |
| 965 | + | |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
962 | 973 | | |
963 | 974 | | |
964 | 975 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | 19 | | |
21 | 20 | | |
22 | 21 | | |
| |||
634 | 633 | | |
635 | 634 | | |
636 | 635 | | |
637 | | - | |
638 | | - | |
639 | | - | |
640 | | - | |
| 636 | + | |
641 | 637 | | |
642 | 638 | | |
643 | 639 | | |
| |||
647 | 643 | | |
648 | 644 | | |
649 | 645 | | |
650 | | - | |
651 | | - | |
| 646 | + | |
652 | 647 | | |
653 | 648 | | |
654 | 649 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1305 | 1305 | | |
1306 | 1306 | | |
1307 | 1307 | | |
1308 | | - | |
| 1308 | + | |
1309 | 1309 | | |
1310 | 1310 | | |
1311 | 1311 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
692 | 692 | | |
693 | 693 | | |
694 | 694 | | |
695 | | - | |
| 695 | + | |
696 | 696 | | |
697 | 697 | | |
698 | 698 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1507 | 1507 | | |
1508 | 1508 | | |
1509 | 1509 | | |
1510 | | - | |
1511 | 1510 | | |
1512 | | - | |
1513 | | - | |
1514 | | - | |
| 1511 | + | |
| 1512 | + | |
| 1513 | + | |
1515 | 1514 | | |
1516 | 1515 | | |
1517 | 1516 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1084 | 1084 | | |
1085 | 1085 | | |
1086 | 1086 | | |
1087 | | - | |
| 1087 | + | |
1088 | 1088 | | |
1089 | 1089 | | |
1090 | 1090 | | |
| |||
1289 | 1289 | | |
1290 | 1290 | | |
1291 | 1291 | | |
1292 | | - | |
| 1292 | + | |
1293 | 1293 | | |
1294 | 1294 | | |
1295 | 1295 | | |
| |||
1499 | 1499 | | |
1500 | 1500 | | |
1501 | 1501 | | |
1502 | | - | |
| 1502 | + | |
1503 | 1503 | | |
1504 | 1504 | | |
1505 | 1505 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
454 | 454 | | |
455 | 455 | | |
456 | 456 | | |
| 457 | + | |
457 | 458 | | |
458 | 459 | | |
459 | 460 | | |
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
1363 | 1363 | | |
1364 | 1364 | | |
1365 | 1365 | | |
1366 | | - | |
| 1366 | + | |
1367 | 1367 | | |
1368 | 1368 | | |
1369 | 1369 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
96 | 100 | | |
97 | 101 | | |
98 | 102 | | |
| |||
293 | 297 | | |
294 | 298 | | |
295 | 299 | | |
296 | | - | |
| 300 | + | |
297 | 301 | | |
298 | 302 | | |
299 | 303 | | |
| |||
0 commit comments