Commit f2023ac
committed
Auto merge of rust-lang#64981 - tmandry:rollup-slfkhay, r=tmandry
Rollup of 11 pull requests
Successful merges:
- rust-lang#64649 (Avoid ICE on return outside of fn with literal array)
- rust-lang#64722 (Make all alt builders produce parallel-enabled compilers)
- rust-lang#64801 (Avoid `chain()` in `find_constraint_paths_between_regions()`.)
- rust-lang#64805 (Still more `ObligationForest` improvements.)
- rust-lang#64840 (SelfProfiler API refactoring and part one of event review)
- rust-lang#64885 (use try_fold instead of try_for_each to reduce compile time)
- rust-lang#64942 (Fix clippy warnings)
- rust-lang#64952 (Update cargo.)
- rust-lang#64974 (Fix zebra-striping in generic dataflow visualization)
- rust-lang#64978 (Fully clear `HandlerInner` in `Handler::reset_err_count`)
- rust-lang#64979 (Update books)
Failed merges:
- rust-lang#64959 (syntax: improve parameter without type suggestions)
r? @ghostFile tree
40 files changed
+635
-496
lines changed- src
- ci
- doc
- libarena
- libcore/iter/traits
- librustc_apfloat
- librustc_codegen_llvm
- back
- librustc_codegen_ssa
- back
- librustc_data_structures
- graph/implementation
- obligation_forest
- librustc_errors
- librustc_incremental/persist
- librustc_index
- librustc_interface
- librustc_mir
- borrow_check/nll/region_infer/error_reporting
- dataflow/generic
- librustc_typeck
- check
- librustc
- session
- ty
- query
- util
- libserialize
- test/ui/issues
- tools
- rustc-workspace-hack
40 files changed
+635
-496
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
| 268 | + | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| |||
600 | 600 | | |
601 | 601 | | |
602 | 602 | | |
603 | | - | |
| 603 | + | |
604 | 604 | | |
605 | 605 | | |
606 | 606 | | |
| |||
730 | 730 | | |
731 | 731 | | |
732 | 732 | | |
733 | | - | |
| 733 | + | |
734 | 734 | | |
735 | | - | |
| 735 | + | |
736 | 736 | | |
737 | 737 | | |
738 | | - | |
739 | 738 | | |
740 | 739 | | |
741 | 740 | | |
742 | 741 | | |
743 | 742 | | |
744 | | - | |
| 743 | + | |
745 | 744 | | |
746 | 745 | | |
747 | 746 | | |
748 | 747 | | |
749 | | - | |
| 748 | + | |
750 | 749 | | |
751 | | - | |
| 750 | + | |
752 | 751 | | |
753 | 752 | | |
754 | 753 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
58 | 61 | | |
59 | 62 | | |
60 | 63 | | |
| |||
- Cargo.lock+2
- ci/build.sh+5-7
- ci/stable-check/Cargo.lock-4
- ci/stable-check/Cargo.toml-6
- ci/stable-check/src/main.rs-43
- rust-toolchain+1
- src/ch03-01-variables-and-mutability.md+1-1
- src/ch12-04-testing-the-librarys-functionality.md+3-2
- src/ch13-01-closures.md+2-4
- src/ch15-05-interior-mutability.md+5-7
- src/ch16-02-message-passing.md+3-5
- tools/convert-quotes.sh
- tools/doc-to-md.sh
- tools/nostarch.sh
Submodule reference updated from fa5dfb8 to 320d232
Submodule rust-by-example updated 11 files
- src/SUMMARY.md+3-3
- src/conversion/string.md+1-1
- src/custom_types/enum.md+5-4
- src/custom_types/structs.md+20-13
- src/flow_control/match.md+2-2
- src/fn/closures/capture.md+30-16
- src/fn/closures/closure_examples/iter_find.md+33-6
- src/fn/closures/output_parameters.md+12-7
- src/std/box.md+8-6
- src/trait/disambiguating.md
- src/trait/supertraits.md
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
503 | | - | |
| 503 | + | |
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1859 | 1859 | | |
1860 | 1860 | | |
1861 | 1861 | | |
1862 | | - | |
1863 | | - | |
| 1862 | + | |
| 1863 | + | |
1864 | 1864 | | |
1865 | 1865 | | |
1866 | 1866 | | |
1867 | 1867 | | |
1868 | | - | |
1869 | | - | |
| 1868 | + | |
1870 | 1869 | | |
1871 | 1870 | | |
1872 | 1871 | | |
| |||
1913 | 1912 | | |
1914 | 1913 | | |
1915 | 1914 | | |
1916 | | - | |
1917 | | - | |
| 1915 | + | |
| 1916 | + | |
1918 | 1917 | | |
1919 | 1918 | | |
1920 | 1919 | | |
1921 | 1920 | | |
1922 | 1921 | | |
1923 | | - | |
| 1922 | + | |
1924 | 1923 | | |
1925 | 1924 | | |
1926 | 1925 | | |
| |||
1972 | 1971 | | |
1973 | 1972 | | |
1974 | 1973 | | |
1975 | | - | |
1976 | | - | |
| 1974 | + | |
| 1975 | + | |
| 1976 | + | |
| 1977 | + | |
1977 | 1978 | | |
1978 | 1979 | | |
1979 | 1980 | | |
1980 | 1981 | | |
1981 | 1982 | | |
1982 | | - | |
| 1983 | + | |
1983 | 1984 | | |
1984 | 1985 | | |
1985 | 1986 | | |
| |||
2004 | 2005 | | |
2005 | 2006 | | |
2006 | 2007 | | |
2007 | | - | |
2008 | | - | |
| 2008 | + | |
| 2009 | + | |
2009 | 2010 | | |
2010 | 2011 | | |
2011 | 2012 | | |
2012 | 2013 | | |
2013 | 2014 | | |
2014 | | - | |
| 2015 | + | |
2015 | 2016 | | |
2016 | 2017 | | |
2017 | 2018 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
805 | 805 | | |
806 | 806 | | |
807 | 807 | | |
| 808 | + | |
808 | 809 | | |
809 | 810 | | |
810 | 811 | | |
| |||
948 | 949 | | |
949 | 950 | | |
950 | 951 | | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
951 | 960 | | |
952 | 961 | | |
953 | 962 | | |
| |||
1251 | 1260 | | |
1252 | 1261 | | |
1253 | 1262 | | |
1254 | | - | |
| 1263 | + | |
| 1264 | + | |
| 1265 | + | |
| 1266 | + | |
| 1267 | + | |
1255 | 1268 | | |
1256 | 1269 | | |
1257 | 1270 | | |
| |||
2146 | 2159 | | |
2147 | 2160 | | |
2148 | 2161 | | |
2149 | | - | |
| 2162 | + | |
2150 | 2163 | | |
2151 | 2164 | | |
2152 | 2165 | | |
2153 | 2166 | | |
2154 | 2167 | | |
2155 | 2168 | | |
2156 | | - | |
| 2169 | + | |
2157 | 2170 | | |
2158 | 2171 | | |
2159 | 2172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
835 | 835 | | |
836 | 836 | | |
837 | 837 | | |
838 | | - | |
839 | | - | |
840 | | - | |
841 | | - | |
842 | | - | |
843 | | - | |
844 | | - | |
845 | | - | |
846 | | - | |
847 | | - | |
848 | | - | |
849 | | - | |
850 | | - | |
851 | | - | |
852 | | - | |
853 | | - | |
854 | | - | |
855 | | - | |
856 | 838 | | |
857 | 839 | | |
858 | 840 | | |
| |||
896 | 878 | | |
897 | 879 | | |
898 | 880 | | |
899 | | - | |
900 | | - | |
901 | | - | |
902 | | - | |
903 | | - | |
904 | | - | |
905 | 881 | | |
906 | 882 | | |
907 | 883 | | |
908 | | - | |
| 884 | + | |
909 | 885 | | |
910 | 886 | | |
911 | 887 | | |
| |||
1257 | 1233 | | |
1258 | 1234 | | |
1259 | 1235 | | |
1260 | | - | |
| 1236 | + | |
1261 | 1237 | | |
1262 | 1238 | | |
1263 | 1239 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| 48 | + | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
| |||
1030 | 1031 | | |
1031 | 1032 | | |
1032 | 1033 | | |
| 1034 | + | |
| 1035 | + | |
1033 | 1036 | | |
1034 | 1037 | | |
1035 | 1038 | | |
| |||
1260 | 1263 | | |
1261 | 1264 | | |
1262 | 1265 | | |
| 1266 | + | |
1263 | 1267 | | |
1264 | 1268 | | |
1265 | 1269 | | |
| |||
0 commit comments