Commit 81622c6
committed
Auto merge of rust-lang#46874 - kennytm:rollup, r=kennytm
Rollup of 14 pull requests
- Successful merges: rust-lang#46359, rust-lang#46517, rust-lang#46671, rust-lang#46751, rust-lang#46760, rust-lang#46787, rust-lang#46794, rust-lang#46828, rust-lang#46831, rust-lang#46835, rust-lang#46851, rust-lang#46852, rust-lang#46856, rust-lang#46870
- Failed merges:45 files changed
Lines changed: 255 additions & 143 deletions
File tree
- src
- bootstrap
- etc
- libcore
- fmt
- slice
- tests/fmt
- librustc_mir
- dataflow/impls
- transform
- util
- librustc_trans
- mir
- librustc_typeck/check
- librustc
- hir
- mir
- session
- librustdoc
- html
- libstd
- net
- os
- sys
- redox
- unix
- wasm
- windows
- time
- libsyntax
- parse
- print
- test
- parse-fail
- pretty
- run-pass
- rustdoc
- ui
- impl-trait
- missing-items
- span
- tools/compiletest/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
| 507 | + | |
507 | 508 | | |
508 | 509 | | |
509 | 510 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
584 | 584 | | |
585 | 585 | | |
586 | 586 | | |
587 | | - | |
588 | 587 | | |
589 | 588 | | |
590 | 589 | | |
591 | 590 | | |
592 | 591 | | |
593 | 592 | | |
594 | 593 | | |
595 | | - | |
| 594 | + | |
596 | 595 | | |
597 | 596 | | |
598 | 597 | | |
| |||
636 | 635 | | |
637 | 636 | | |
638 | 637 | | |
639 | | - | |
640 | 638 | | |
641 | 639 | | |
642 | 640 | | |
| |||
645 | 643 | | |
646 | 644 | | |
647 | 645 | | |
648 | | - | |
| 646 | + | |
649 | 647 | | |
650 | 648 | | |
651 | 649 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
36 | | - | |
| 35 | + | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
| 50 | + | |
| 51 | + | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
| |||
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
64 | | - | |
| 65 | + | |
65 | 66 | | |
66 | 67 | | |
67 | 68 | | |
| |||
125 | 126 | | |
126 | 127 | | |
127 | 128 | | |
128 | | - | |
| 129 | + | |
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
133 | 134 | | |
134 | 135 | | |
135 | | - | |
| 136 | + | |
136 | 137 | | |
137 | 138 | | |
138 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
400 | 400 | | |
401 | 401 | | |
402 | 402 | | |
403 | | - | |
| 403 | + | |
404 | 404 | | |
405 | 405 | | |
406 | 406 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
| |||
34 | 36 | | |
35 | 37 | | |
36 | 38 | | |
| 39 | + | |
| 40 | + | |
37 | 41 | | |
- Cargo.lock+29-29
- Cargo.toml+1-1
- libc-test/build.rs+19-3
- src/dox.rs+1
- src/unix/bsd/apple/mod.rs+27-1
- src/unix/bsd/freebsdlike/dragonfly/mod.rs+20
- src/unix/bsd/freebsdlike/freebsd/mod.rs+31-2
- src/unix/bsd/freebsdlike/mod.rs+48
- src/unix/bsd/mod.rs-1
- src/unix/bsd/netbsdlike/netbsd/mod.rs+94-9
- src/unix/bsd/netbsdlike/openbsdlike/bitrig/mod.rs+14
- src/unix/bsd/netbsdlike/openbsdlike/bitrig/x86.rs
- src/unix/bsd/netbsdlike/openbsdlike/bitrig/x86_64.rs
- src/unix/bsd/netbsdlike/openbsdlike/mod.rs+26-4
- src/unix/bsd/netbsdlike/openbsdlike/openbsd/aarch64.rs+3
- src/unix/bsd/netbsdlike/openbsdlike/openbsd/mod.rs+15
- src/unix/bsd/netbsdlike/openbsdlike/openbsd/x86.rs+3
- src/unix/bsd/netbsdlike/openbsdlike/openbsd/x86_64.rs+3
- src/unix/bsd/netbsdlike/openbsdlike/other/mod.rs-11
- src/unix/haiku/mod.rs+10
- src/unix/mod.rs+1
- src/unix/notbsd/android/mod.rs+10
- src/unix/notbsd/linux/mod.rs+30-2
- src/unix/notbsd/linux/musl/mod.rs-6
- src/unix/notbsd/linux/other/b64/aarch64.rs+5
- src/unix/notbsd/linux/other/mod.rs-6
- src/unix/notbsd/linux/s390x.rs-6
- src/unix/solaris/mod.rs+10
- src/unix/uclibc/mips/mips32.rs+1-1
- src/unix/uclibc/mod.rs+2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
408 | 408 | | |
409 | 409 | | |
410 | 410 | | |
411 | | - | |
412 | 411 | | |
413 | 412 | | |
414 | 413 | | |
| 414 | + | |
415 | 415 | | |
416 | 416 | | |
417 | 417 | | |
418 | 418 | | |
419 | 419 | | |
| 420 | + | |
420 | 421 | | |
421 | 422 | | |
422 | 423 | | |
| |||
764 | 765 | | |
765 | 766 | | |
766 | 767 | | |
767 | | - | |
| 768 | + | |
| 769 | + | |
768 | 770 | | |
769 | 771 | | |
770 | 772 | | |
| |||
788 | 790 | | |
789 | 791 | | |
790 | 792 | | |
| 793 | + | |
791 | 794 | | |
792 | 795 | | |
793 | 796 | | |
| |||
2016 | 2019 | | |
2017 | 2020 | | |
2018 | 2021 | | |
2019 | | - | |
| 2022 | + | |
| 2023 | + | |
| 2024 | + | |
2020 | 2025 | | |
2021 | 2026 | | |
2022 | 2027 | | |
2023 | 2028 | | |
2024 | 2029 | | |
2025 | 2030 | | |
2026 | | - | |
2027 | | - | |
2028 | | - | |
2029 | | - | |
2030 | | - | |
2031 | | - | |
2032 | | - | |
| 2031 | + | |
| 2032 | + | |
| 2033 | + | |
| 2034 | + | |
| 2035 | + | |
| 2036 | + | |
2033 | 2037 | | |
2034 | | - | |
2035 | | - | |
| 2038 | + | |
| 2039 | + | |
2036 | 2040 | | |
2037 | | - | |
| 2041 | + | |
2038 | 2042 | | |
2039 | | - | |
2040 | | - | |
2041 | | - | |
2042 | 2043 | | |
| 2044 | + | |
2043 | 2045 | | |
2044 | 2046 | | |
2045 | 2047 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
376 | 376 | | |
377 | 377 | | |
378 | 378 | | |
379 | | - | |
| 379 | + | |
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
| |||
835 | 835 | | |
836 | 836 | | |
837 | 837 | | |
| 838 | + | |
| 839 | + | |
| 840 | + | |
| 841 | + | |
| 842 | + | |
838 | 843 | | |
839 | 844 | | |
840 | 845 | | |
| |||
910 | 915 | | |
911 | 916 | | |
912 | 917 | | |
913 | | - | |
| 918 | + | |
914 | 919 | | |
915 | 920 | | |
916 | 921 | | |
| |||
932 | 937 | | |
933 | 938 | | |
934 | 939 | | |
| 940 | + | |
935 | 941 | | |
936 | 942 | | |
937 | 943 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1013 | 1013 | | |
1014 | 1014 | | |
1015 | 1015 | | |
| 1016 | + | |
| 1017 | + | |
1016 | 1018 | | |
1017 | 1019 | | |
1018 | 1020 | | |
| |||
1663 | 1665 | | |
1664 | 1666 | | |
1665 | 1667 | | |
1666 | | - | |
| 1668 | + | |
| 1669 | + | |
| 1670 | + | |
| 1671 | + | |
| 1672 | + | |
| 1673 | + | |
| 1674 | + | |
| 1675 | + | |
| 1676 | + | |
| 1677 | + | |
| 1678 | + | |
| 1679 | + | |
| 1680 | + | |
| 1681 | + | |
| 1682 | + | |
| 1683 | + | |
| 1684 | + | |
| 1685 | + | |
1667 | 1686 | | |
1668 | 1687 | | |
1669 | 1688 | | |
| |||
1837 | 1856 | | |
1838 | 1857 | | |
1839 | 1858 | | |
1840 | | - | |
1841 | | - | |
1842 | 1859 | | |
1843 | 1860 | | |
1844 | 1861 | | |
| |||
2581 | 2598 | | |
2582 | 2599 | | |
2583 | 2600 | | |
| 2601 | + | |
| 2602 | + | |
| 2603 | + | |
2584 | 2604 | | |
2585 | 2605 | | |
2586 | 2606 | | |
| |||
0 commit comments