This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit eed0e12
committed
Auto merge of rust-lang#131711 - matthiaskrgr:rollup-an3kr9k, r=matthiaskrgr
Rollup of 9 pull requests
Successful merges:
- rust-lang#122670 (Fix bug where `option_env!` would return `None` when env var is present but not valid Unicode)
- rust-lang#130568 (Make some float methods unstable `const fn`)
- rust-lang#131137 (Add 1.82 release notes)
- rust-lang#131328 (Remove unnecessary sorts in `rustc_hir_analysis`)
- rust-lang#131652 (Move polarity into `PolyTraitRef` rather than storing it on the side)
- rust-lang#131675 (Update lint message for ABI not supported)
- rust-lang#131681 (Fix up-to-date checking for run-make tests)
- rust-lang#131703 (Resolved python deprecation warning in publish_toolstate.py)
- rust-lang#131706 (Fix two const-hacks)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
86 files changed
+1052
-582
lines changed- compiler
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- rustc_ast/src
- util
- rustc_borrowck/src/diagnostics
- rustc_builtin_macros/src
- deriving
- rustc_const_eval/src/interpret
- rustc_expand/src
- rustc_hir_analysis/src
- check
- coherence
- collect
- hir_ty_lowering
- rustc_hir_pretty/src
- rustc_hir_typeck/src/fn_ctxt
- rustc_hir/src
- rustc_lint_defs/src
- rustc_lint/src
- rustc_middle/src/ty
- rustc_parse/src/parser
- rustc_resolve/src/late
- rustc_trait_selection/src
- error_reporting
- infer
- nice_region_error
- traits
- traits
- library
- core/src
- macros
- num
- std/src
- sys/pal/windows
- src
- librustdoc/clean
- tools
- clippy
- clippy_lints/src
- types
- clippy_utils/src
- compiletest/src
- miri/src
- intrinsics
- rustfmt/src
- tests
- run-make
- non-unicode-env
- ui
- abi
- consts/const-eval
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
86 files changed
+1052
-582
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
308 | 308 | | |
309 | 309 | | |
310 | 310 | | |
311 | | - | |
| 311 | + | |
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
| |||
1213 | 1213 | | |
1214 | 1214 | | |
1215 | 1215 | | |
1216 | | - | |
1217 | | - | |
| 1216 | + | |
| 1217 | + | |
| 1218 | + | |
1218 | 1219 | | |
1219 | | - | |
| 1220 | + | |
| 1221 | + | |
1220 | 1222 | | |
1221 | 1223 | | |
1222 | 1224 | | |
| |||
2965 | 2967 | | |
2966 | 2968 | | |
2967 | 2969 | | |
| 2970 | + | |
| 2971 | + | |
| 2972 | + | |
2968 | 2973 | | |
2969 | 2974 | | |
2970 | 2975 | | |
2971 | 2976 | | |
2972 | 2977 | | |
2973 | 2978 | | |
2974 | 2979 | | |
2975 | | - | |
| 2980 | + | |
| 2981 | + | |
| 2982 | + | |
| 2983 | + | |
| 2984 | + | |
| 2985 | + | |
2976 | 2986 | | |
2977 | 2987 | | |
| 2988 | + | |
2978 | 2989 | | |
2979 | 2990 | | |
2980 | 2991 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
913 | 913 | | |
914 | 914 | | |
915 | 915 | | |
916 | | - | |
| 916 | + | |
917 | 917 | | |
918 | 918 | | |
919 | 919 | | |
| |||
1034 | 1034 | | |
1035 | 1035 | | |
1036 | 1036 | | |
1037 | | - | |
| 1037 | + | |
1038 | 1038 | | |
1039 | 1039 | | |
1040 | 1040 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
| 332 | + | |
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| |||
720 | 720 | | |
721 | 721 | | |
722 | 722 | | |
723 | | - | |
| 723 | + | |
724 | 724 | | |
725 | 725 | | |
726 | 726 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1504 | 1504 | | |
1505 | 1505 | | |
1506 | 1506 | | |
1507 | | - | |
1508 | | - | |
| 1507 | + | |
| 1508 | + | |
1509 | 1509 | | |
1510 | 1510 | | |
1511 | 1511 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1219 | 1219 | | |
1220 | 1220 | | |
1221 | 1221 | | |
| 1222 | + | |
1222 | 1223 | | |
1223 | 1224 | | |
1224 | 1225 | | |
1225 | 1226 | | |
1226 | | - | |
1227 | 1227 | | |
1228 | | - | |
1229 | 1228 | | |
1230 | 1229 | | |
1231 | 1230 | | |
| |||
1326 | 1325 | | |
1327 | 1326 | | |
1328 | 1327 | | |
1329 | | - | |
1330 | | - | |
1331 | | - | |
1332 | | - | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
1333 | 1331 | | |
1334 | 1332 | | |
1335 | 1333 | | |
| |||
1958 | 1956 | | |
1959 | 1957 | | |
1960 | 1958 | | |
1961 | | - | |
1962 | | - | |
1963 | | - | |
1964 | | - | |
1965 | | - | |
1966 | | - | |
1967 | | - | |
1968 | | - | |
1969 | | - | |
1970 | | - | |
1971 | | - | |
1972 | | - | |
| 1959 | + | |
| 1960 | + | |
| 1961 | + | |
| 1962 | + | |
| 1963 | + | |
| 1964 | + | |
1973 | 1965 | | |
1974 | | - | |
1975 | | - | |
| 1966 | + | |
| 1967 | + | |
1976 | 1968 | | |
1977 | 1969 | | |
1978 | 1970 | | |
| |||
1982 | 1974 | | |
1983 | 1975 | | |
1984 | 1976 | | |
1985 | | - | |
1986 | | - | |
1987 | | - | |
1988 | | - | |
| 1977 | + | |
1989 | 1978 | | |
1990 | 1979 | | |
1991 | 1980 | | |
| |||
2189 | 2178 | | |
2190 | 2179 | | |
2191 | 2180 | | |
2192 | | - | |
2193 | 2181 | | |
2194 | 2182 | | |
2195 | 2183 | | |
2196 | | - | |
2197 | | - | |
| 2184 | + | |
| 2185 | + | |
| 2186 | + | |
| 2187 | + | |
| 2188 | + | |
| 2189 | + | |
| 2190 | + | |
| 2191 | + | |
2198 | 2192 | | |
2199 | 2193 | | |
2200 | 2194 | | |
| |||
2634 | 2628 | | |
2635 | 2629 | | |
2636 | 2630 | | |
| 2631 | + | |
2637 | 2632 | | |
2638 | 2633 | | |
2639 | 2634 | | |
2640 | | - | |
2641 | 2635 | | |
2642 | 2636 | | |
2643 | 2637 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1263 | 1263 | | |
1264 | 1264 | | |
1265 | 1265 | | |
1266 | | - | |
| 1266 | + | |
1267 | 1267 | | |
1268 | 1268 | | |
1269 | 1269 | | |
| |||
1283 | 1283 | | |
1284 | 1284 | | |
1285 | 1285 | | |
1286 | | - | |
1287 | | - | |
| 1286 | + | |
| 1287 | + | |
1288 | 1288 | | |
1289 | 1289 | | |
1290 | 1290 | | |
| |||
1324 | 1324 | | |
1325 | 1325 | | |
1326 | 1326 | | |
1327 | | - | |
| 1327 | + | |
1328 | 1328 | | |
1329 | 1329 | | |
1330 | 1330 | | |
| |||
1672 | 1672 | | |
1673 | 1673 | | |
1674 | 1674 | | |
1675 | | - | |
| 1675 | + | |
| 1676 | + | |
| 1677 | + | |
1676 | 1678 | | |
1677 | 1679 | | |
1678 | 1680 | | |
| |||
1700 | 1702 | | |
1701 | 1703 | | |
1702 | 1704 | | |
1703 | | - | |
| 1705 | + | |
| 1706 | + | |
| 1707 | + | |
1704 | 1708 | | |
1705 | 1709 | | |
1706 | 1710 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
1253 | 1252 | | |
1254 | 1253 | | |
1255 | 1254 | | |
| 1255 | + | |
| 1256 | + | |
| 1257 | + | |
| 1258 | + | |
| 1259 | + | |
| 1260 | + | |
| 1261 | + | |
| 1262 | + | |
| 1263 | + | |
| 1264 | + | |
| 1265 | + | |
| 1266 | + | |
| 1267 | + | |
| 1268 | + | |
| 1269 | + | |
| 1270 | + | |
| 1271 | + | |
| 1272 | + | |
| 1273 | + | |
| 1274 | + | |
| 1275 | + | |
1256 | 1276 | | |
1257 | 1277 | | |
1258 | 1278 | | |
| |||
1740 | 1760 | | |
1741 | 1761 | | |
1742 | 1762 | | |
1743 | | - | |
1744 | | - | |
1745 | | - | |
1746 | | - | |
1747 | | - | |
1748 | | - | |
1749 | | - | |
1750 | | - | |
1751 | | - | |
1752 | | - | |
1753 | | - | |
1754 | | - | |
1755 | | - | |
1756 | | - | |
1757 | | - | |
1758 | | - | |
1759 | | - | |
1760 | | - | |
1761 | | - | |
1762 | | - | |
1763 | | - | |
1764 | | - | |
1765 | | - | |
1766 | | - | |
1767 | | - | |
| 1763 | + | |
1768 | 1764 | | |
1769 | 1765 | | |
1770 | 1766 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
277 | 277 | | |
278 | 278 | | |
279 | 279 | | |
280 | | - | |
| 280 | + | |
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
| |||
0 commit comments