This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 0c3a4ea
committed
Auto merge of rust-lang#131630 - tgross35:rollup-2feqbwv, r=tgross35
Rollup of 7 pull requests
Successful merges:
- rust-lang#131120 (Stabilize `const_option`)
- rust-lang#131207 (ci: aarch64-gnu-debug job)
- rust-lang#131334 (Enable sanitizers for loongarch64-unknown-*)
- rust-lang#131358 (force "HEAD" for non-CI and `git_upstream_merge_base` for CI environment)
- rust-lang#131418 (Use throw intrinsic from stdarch in wasm libunwind)
- rust-lang#131579 (Remap path prefix in the panic message of `tests/ui/meta/revision-bad.rs`)
- rust-lang#131591 (add latest crash tests)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
36 files changed
+263
-51
lines changed- .github/workflows
- compiler
- rustc_middle/src
- rustc_serialize/src
- rustc_target/src/spec/targets
- library
- alloc/src
- core
- src
- array
- ptr
- tests
- unwind/src
- src
- bootstrap/src/core/build_steps
- ci
- docker
- host-aarch64/aarch64-gnu-debug
- host-x86_64
- dist-loongarch64-linux
- dist-loongarch64-musl
- github-actions
- scripts
- tools
- build_helper/src
- clippy/tests/ui/doc
- miri/src
- tests
- crashes
- run-make/pointer-auth-link-with-c-lto-clang
- ui
- consts
- meta
36 files changed
+263
-51
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
125 | 128 | | |
126 | 129 | | |
127 | 130 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
| |||
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
21 | 26 | | |
22 | 27 | | |
23 | 28 | | |
| |||
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
22 | 27 | | |
23 | 28 | | |
24 | 29 | | |
| |||
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
20 | 25 | | |
21 | 26 | | |
22 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
115 | 114 | | |
116 | 115 | | |
117 | 116 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | 134 | | |
136 | 135 | | |
137 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
723 | 723 | | |
724 | 724 | | |
725 | 725 | | |
726 | | - | |
| 726 | + | |
| 727 | + | |
727 | 728 | | |
728 | 729 | | |
729 | 730 | | |
| |||
924 | 925 | | |
925 | 926 | | |
926 | 927 | | |
927 | | - | |
| 928 | + | |
| 929 | + | |
928 | 930 | | |
929 | 931 | | |
930 | 932 | | |
| |||
962 | 964 | | |
963 | 965 | | |
964 | 966 | | |
965 | | - | |
| 967 | + | |
| 968 | + | |
966 | 969 | | |
967 | 970 | | |
968 | 971 | | |
| |||
1069 | 1072 | | |
1070 | 1073 | | |
1071 | 1074 | | |
1072 | | - | |
| 1075 | + | |
| 1076 | + | |
1073 | 1077 | | |
1074 | 1078 | | |
1075 | 1079 | | |
| |||
1712 | 1716 | | |
1713 | 1717 | | |
1714 | 1718 | | |
1715 | | - | |
| 1719 | + | |
| 1720 | + | |
1716 | 1721 | | |
1717 | 1722 | | |
1718 | 1723 | | |
| |||
1769 | 1774 | | |
1770 | 1775 | | |
1771 | 1776 | | |
1772 | | - | |
1773 | 1777 | | |
| 1778 | + | |
| 1779 | + | |
1774 | 1780 | | |
1775 | 1781 | | |
1776 | 1782 | | |
| |||
1878 | 1884 | | |
1879 | 1885 | | |
1880 | 1886 | | |
1881 | | - | |
| 1887 | + | |
1882 | 1888 | | |
1883 | 1889 | | |
1884 | 1890 | | |
| |||
1931 | 1937 | | |
1932 | 1938 | | |
1933 | 1939 | | |
1934 | | - | |
| 1940 | + | |
| 1941 | + | |
1935 | 1942 | | |
1936 | 1943 | | |
1937 | 1944 | | |
| |||
1986 | 1993 | | |
1987 | 1994 | | |
1988 | 1995 | | |
1989 | | - | |
| 1996 | + | |
| 1997 | + | |
1990 | 1998 | | |
1991 | 1999 | | |
1992 | 2000 | | |
| |||
2009 | 2017 | | |
2010 | 2018 | | |
2011 | 2019 | | |
2012 | | - | |
2013 | 2020 | | |
2014 | 2021 | | |
2015 | 2022 | | |
| |||
2534 | 2541 | | |
2535 | 2542 | | |
2536 | 2543 | | |
2537 | | - | |
| 2544 | + | |
| 2545 | + | |
2538 | 2546 | | |
2539 | 2547 | | |
2540 | 2548 | | |
| |||
0 commit comments