This repository was archived by the owner on May 28, 2025. It is now read-only.
forked fromrust-lang/rust
- Notifications
You must be signed in to change notification settings - Fork6
Commitae9f501
committed
Auto merge ofrust-lang#129647 - tgross35:rollup-jume49s, r=tgross35
Rollup of 9 pull requestsSuccessful merges: -rust-lang#126985 (Implement `-Z embed-source` (DWARFv5 source code embedding extension)) -rust-lang#127922 (Add unsafe to extern blocks in style guide) -rust-lang#128731 (simd_shuffle intrinsic: allow argument to be passed as vector) -rust-lang#128935 (More work on `zstd` compression) -rust-lang#128942 (miri weak memory emulation: put previous value into initial store buffer) -rust-lang#129418 (rustc: Simplify getting sysroot library directory) -rust-lang#129490 (Add Trusty OS as tier 3 target) -rust-lang#129536 (Add `f16` and `f128` inline ASM support for `aarch64`) -rust-lang#129559 (float types: document NaN bit pattern guarantees)r? `@ghost``@rustbot` modify labels: rollupFile tree
58 files changed
+1009
-310
lines changed- compiler
- rustc_codegen_cranelift/src/intrinsics
- rustc_codegen_gcc/src
- intrinsic
- rustc_codegen_llvm/src
- debuginfo
- llvm
- rustc_codegen_ssa/src/back
- rustc_const_eval/src/interpret
- rustc_interface/src
- rustc_llvm/llvm-wrapper
- rustc_session
- src
- rustc_target/src
- asm
- spec
- targets
- library
- core/src
- intrinsics
- num
- std/src
- src
- bootstrap/src/core/config
- ci/docker/host-x86_64
- dist-x86_64-linux
- x86_64-gnu
- doc
- rustc/src
- platform-support
- style-guide/src
- unstable-book/src/compiler-flags
- tools
- compiletest/src
- header
- miri
- src/concurrency
- tests
- fail/weak_memory
- pass/weak_memory
- tests
- assembly
- asm
- targets
- run-make
- compressed-debuginfo-zstd
- embed-source-dwarf
- rust-lld-compress-debug-sections
- ui
- asm/aarch64
- check-cfg
- simd
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
58 files changed
+1009
-310
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
194 | 202 | | |
195 | 203 | | |
196 | 204 | | |
| |||
213 | 221 | | |
214 | 222 | | |
215 | 223 | | |
| 224 | + | |
| 225 | + | |
216 | 226 | | |
217 | 227 | | |
218 | 228 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1923 | 1923 | | |
1924 | 1924 | | |
1925 | 1925 | | |
1926 | | - | |
1927 | | - | |
1928 | 1926 | | |
1929 | 1927 | | |
1930 | 1928 | | |
1931 | 1929 | | |
1932 | 1930 | | |
1933 | | - | |
1934 | | - | |
1935 | 1931 | | |
1936 | 1932 | | |
1937 | 1933 | | |
| |||
1942 | 1938 | | |
1943 | 1939 | | |
1944 | 1940 | | |
1945 | | - | |
1946 | | - | |
1947 | | - | |
1948 | | - | |
1949 | | - | |
1950 | | - | |
1951 | | - | |
1952 | | - | |
| 1941 | + | |
| 1942 | + | |
| 1943 | + | |
| 1944 | + | |
| 1945 | + | |
| 1946 | + | |
| 1947 | + | |
| 1948 | + | |
| 1949 | + | |
| 1950 | + | |
| 1951 | + | |
| 1952 | + | |
| 1953 | + | |
| 1954 | + | |
| 1955 | + | |
| 1956 | + | |
| 1957 | + | |
| 1958 | + | |
| 1959 | + | |
| 1960 | + | |
| 1961 | + | |
| 1962 | + | |
| 1963 | + | |
| 1964 | + | |
| 1965 | + | |
| 1966 | + | |
| 1967 | + | |
| 1968 | + | |
1953 | 1969 | | |
1954 | 1970 | | |
1955 | 1971 | | |
1956 | 1972 | | |
1957 | | - | |
| 1973 | + | |
1958 | 1974 | | |
1959 | 1975 | | |
1960 | 1976 | | |
| |||
1998 | 2014 | | |
1999 | 2015 | | |
2000 | 2016 | | |
2001 | | - | |
| 2017 | + | |
2002 | 2018 | | |
2003 | 2019 | | |
2004 | 2020 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | | - | |
| 358 | + | |
| 359 | + | |
359 | 360 | | |
360 | 361 | | |
361 | 362 | | |
362 | 363 | | |
363 | 364 | | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
369 | 374 | | |
370 | 375 | | |
371 | 376 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
913 | 913 | | |
914 | 914 | | |
915 | 915 | | |
| 916 | + | |
916 | 917 | | |
917 | 918 | | |
| 919 | + | |
918 | 920 | | |
919 | 921 | | |
920 | 922 | | |
| |||
948 | 950 | | |
949 | 951 | | |
950 | 952 | | |
951 | | - | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
952 | 956 | | |
953 | 957 | | |
954 | 958 | | |
| |||
1090 | 1094 | | |
1091 | 1095 | | |
1092 | 1096 | | |
1093 | | - | |
| 1097 | + | |
| 1098 | + | |
| 1099 | + | |
1094 | 1100 | | |
1095 | 1101 | | |
1096 | 1102 | | |
| |||
1222 | 1228 | | |
1223 | 1229 | | |
1224 | 1230 | | |
1225 | | - | |
| 1231 | + | |
| 1232 | + | |
| 1233 | + | |
1226 | 1234 | | |
1227 | 1235 | | |
1228 | 1236 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
629 | 629 | | |
630 | 630 | | |
631 | 631 | | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
632 | 635 | | |
633 | 636 | | |
634 | 637 | | |
| |||
639 | 642 | | |
640 | 643 | | |
641 | 644 | | |
| 645 | + | |
| 646 | + | |
642 | 647 | | |
643 | 648 | | |
644 | 649 | | |
| |||
659 | 664 | | |
660 | 665 | | |
661 | 666 | | |
| 667 | + | |
| 668 | + | |
662 | 669 | | |
663 | 670 | | |
664 | 671 | | |
| |||
943 | 950 | | |
944 | 951 | | |
945 | 952 | | |
| 953 | + | |
| 954 | + | |
946 | 955 | | |
947 | 956 | | |
948 | 957 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1287 | 1287 | | |
1288 | 1288 | | |
1289 | 1289 | | |
1290 | | - | |
| 1290 | + | |
1291 | 1291 | | |
1292 | | - | |
| 1292 | + | |
| 1293 | + | |
1293 | 1294 | | |
1294 | 1295 | | |
1295 | 1296 | | |
1296 | 1297 | | |
1297 | 1298 | | |
1298 | | - | |
1299 | | - | |
1300 | | - | |
1301 | | - | |
1302 | | - | |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
| 1306 | + | |
| 1307 | + | |
1303 | 1308 | | |
1304 | 1309 | | |
1305 | 1310 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1860 | 1860 | | |
1861 | 1861 | | |
1862 | 1862 | | |
| 1863 | + | |
| 1864 | + | |
1863 | 1865 | | |
1864 | 1866 | | |
1865 | 1867 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1317 | 1317 | | |
1318 | 1318 | | |
1319 | 1319 | | |
1320 | | - | |
1321 | | - | |
1322 | | - | |
| 1320 | + | |
1323 | 1321 | | |
1324 | | - | |
| 1322 | + | |
1325 | 1323 | | |
1326 | 1324 | | |
1327 | 1325 | | |
| |||
1612 | 1610 | | |
1613 | 1611 | | |
1614 | 1612 | | |
1615 | | - | |
1616 | | - | |
| 1613 | + | |
1617 | 1614 | | |
1618 | 1615 | | |
1619 | 1616 | | |
1620 | 1617 | | |
1621 | 1618 | | |
1622 | | - | |
| 1619 | + | |
1623 | 1620 | | |
1624 | 1621 | | |
1625 | 1622 | | |
1626 | 1623 | | |
1627 | | - | |
| 1624 | + | |
1628 | 1625 | | |
1629 | 1626 | | |
1630 | 1627 | | |
| |||
2131 | 2128 | | |
2132 | 2129 | | |
2133 | 2130 | | |
2134 | | - | |
| 2131 | + | |
2135 | 2132 | | |
2136 | 2133 | | |
2137 | 2134 | | |
| |||
2146 | 2143 | | |
2147 | 2144 | | |
2148 | 2145 | | |
2149 | | - | |
2150 | | - | |
| 2146 | + | |
2151 | 2147 | | |
2152 | 2148 | | |
2153 | 2149 | | |
| |||
2859 | 2855 | | |
2860 | 2856 | | |
2861 | 2857 | | |
2862 | | - | |
| 2858 | + | |
2863 | 2859 | | |
2864 | | - | |
| 2860 | + | |
2865 | 2861 | | |
2866 | 2862 | | |
2867 | 2863 | | |
2868 | | - | |
2869 | | - | |
2870 | | - | |
| 2864 | + | |
| 2865 | + | |
2871 | 2866 | | |
2872 | 2867 | | |
2873 | 2868 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1014 | 1014 | | |
1015 | 1015 | | |
1016 | 1016 | | |
1017 | | - | |
| 1017 | + | |
1018 | 1018 | | |
1019 | 1019 | | |
1020 | 1020 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
774 | 774 | | |
775 | 775 | | |
776 | 776 | | |
| 777 | + | |
777 | 778 | | |
778 | 779 | | |
779 | 780 | | |
| |||
0 commit comments
Comments
(0)