Commit 6bcdcc7
committed
Auto merge of rust-lang#145020 - GuillaumeGomez:rollup-5prs9kw, r=GuillaumeGomez
Rollup of 15 pull requests
Successful merges:
- rust-lang#144195 (Parser: Recover from attributes applied to types and generic args)
- rust-lang#144794 (Port `#[coroutine]` to the new attribute system)
- rust-lang#144835 (Anonymize binders in tail call sig)
- rust-lang#144861 (Stabilize `panic_payload_as_str` feature)
- rust-lang#144917 (Enforce tail call type is related to body return type in borrowck)
- rust-lang#144948 (we only merge candidates for trait and normalizes-to goals)
- rust-lang#144956 (Gate const trait syntax)
- rust-lang#144970 (rustdoc: fix caching of intra-doc links on reexports)
- rust-lang#144972 (add code example showing that file_prefix treats dotfiles as the name of a file, not an extension)
- rust-lang#144975 (`File::set_times`: Update documentation and example to support setting timestamps on directories)
- rust-lang#144977 (Fortify generic param default checks)
- rust-lang#144996 (simplifycfg: Mark as changed when start is modified in collapse goto chain)
- rust-lang#144998 (mir: Do not modify NonUse in `super_projection_elem`)
- rust-lang#145000 (Remove unneeded `stage` parameter when setting up stdlib Cargo)
- rust-lang#145008 (Fix rustdoc scrape examples crash)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
83 files changed
+1049
-497
lines changed- compiler
- rustc_ast_lowering/src
- rustc_attr_parsing/src
- attributes
- rustc_borrowck/src/type_check
- rustc_hir_analysis/src/collect
- rustc_hir/src/attrs
- rustc_middle/src/mir
- rustc_mir_build/src
- rustc_mir_transform/src
- rustc_next_trait_solver/src/solve
- assembly
- rustc_parse
- src
- parser
- rustc_passes/src
- library/std/src
- src
- bootstrap/src/core/build_steps
- librustdoc
- clean
- passes
- tests
- run-make/rustdoc-scrape-examples-paths
- foo
- examples
- src
- rustdoc/intra-doc
- ui
- attributes
- const-generics
- defaults
- generic_const_exprs
- min_const_generics
- explicit-tail-calls
- generic-associated-types
- generic-const-items
- generics
- impl-trait
- issues
- lifetimes
- missing/missing-items
- parser
- issues
- recover
- traits/const-traits
- type-inference
- type
- wf
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
83 files changed
+1049
-497
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
101 | | - | |
| 101 | + | |
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
| 235 | + | |
235 | 236 | | |
236 | 237 | | |
237 | 238 | | |
238 | | - | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
1052 | 1052 | | |
1053 | 1053 | | |
1054 | 1054 | | |
| 1055 | + | |
1055 | 1056 | | |
1056 | 1057 | | |
1057 | 1058 | | |
1058 | | - | |
1059 | 1059 | | |
1060 | 1060 | | |
1061 | 1061 | | |
| |||
1067 | 1067 | | |
1068 | 1068 | | |
1069 | 1069 | | |
1070 | | - | |
1071 | | - | |
1072 | | - | |
1073 | | - | |
1074 | | - | |
1075 | | - | |
1076 | | - | |
1077 | | - | |
1078 | | - | |
| 1070 | + | |
| 1071 | + | |
| 1072 | + | |
1079 | 1073 | | |
1080 | 1074 | | |
1081 | 1075 | | |
| |||
| 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 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
29 | 30 | | |
30 | 31 | | |
31 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
184 | 185 | | |
185 | 186 | | |
186 | 187 | | |
| 188 | + | |
187 | 189 | | |
188 | 190 | | |
189 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
769 | 769 | | |
770 | 770 | | |
771 | 771 | | |
772 | | - | |
773 | | - | |
774 | | - | |
| 772 | + | |
| 773 | + | |
| 774 | + | |
| 775 | + | |
| 776 | + | |
| 777 | + | |
| 778 | + | |
775 | 779 | | |
776 | 780 | | |
777 | 781 | | |
| |||
845 | 849 | | |
846 | 850 | | |
847 | 851 | | |
848 | | - | |
849 | | - | |
850 | | - | |
| 852 | + | |
851 | 853 | | |
852 | 854 | | |
853 | 855 | | |
| |||
1874 | 1876 | | |
1875 | 1877 | | |
1876 | 1878 | | |
1877 | | - | |
| 1879 | + | |
1878 | 1880 | | |
1879 | 1881 | | |
1880 | 1882 | | |
1881 | | - | |
1882 | | - | |
1883 | | - | |
1884 | | - | |
1885 | | - | |
1886 | | - | |
1887 | | - | |
1888 | | - | |
1889 | | - | |
1890 | | - | |
1891 | | - | |
1892 | | - | |
1893 | | - | |
1894 | | - | |
| 1883 | + | |
| 1884 | + | |
| 1885 | + | |
| 1886 | + | |
| 1887 | + | |
| 1888 | + | |
| 1889 | + | |
| 1890 | + | |
| 1891 | + | |
| 1892 | + | |
| 1893 | + | |
| 1894 | + | |
| 1895 | + | |
| 1896 | + | |
| 1897 | + | |
| 1898 | + | |
| 1899 | + | |
| 1900 | + | |
| 1901 | + | |
1895 | 1902 | | |
1896 | | - | |
| 1903 | + | |
1897 | 1904 | | |
| 1905 | + | |
| 1906 | + | |
1898 | 1907 | | |
1899 | | - | |
1900 | | - | |
1901 | | - | |
1902 | | - | |
1903 | | - | |
1904 | | - | |
1905 | | - | |
1906 | | - | |
1907 | | - | |
1908 | | - | |
1909 | | - | |
1910 | | - | |
1911 | | - | |
1912 | | - | |
1913 | | - | |
1914 | | - | |
1915 | | - | |
1916 | | - | |
1917 | 1908 | | |
1918 | | - | |
1919 | | - | |
1920 | | - | |
1921 | | - | |
1922 | | - | |
1923 | | - | |
| 1909 | + | |
| 1910 | + | |
1924 | 1911 | | |
| 1912 | + | |
| 1913 | + | |
| 1914 | + | |
| 1915 | + | |
| 1916 | + | |
| 1917 | + | |
| 1918 | + | |
| 1919 | + | |
| 1920 | + | |
| 1921 | + | |
| 1922 | + | |
| 1923 | + | |
| 1924 | + | |
| 1925 | + | |
| 1926 | + | |
1925 | 1927 | | |
1926 | | - | |
1927 | | - | |
1928 | | - | |
1929 | | - | |
1930 | | - | |
1931 | | - | |
1932 | | - | |
1933 | | - | |
1934 | | - | |
1935 | | - | |
| 1928 | + | |
| 1929 | + | |
| 1930 | + | |
| 1931 | + | |
| 1932 | + | |
| 1933 | + | |
1936 | 1934 | | |
1937 | 1935 | | |
1938 | 1936 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
300 | 303 | | |
301 | 304 | | |
302 | 305 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
0 commit comments