This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit de824fa
committed
Auto merge of rust-lang#129502 - matthiaskrgr:rollup-wtigxhj, r=matthiaskrgr
Rollup of 11 pull requests
Successful merges:
- rust-lang#127021 (Add target support for RTEMS Arm)
- rust-lang#128467 (Detect `*` operator on `!Sized` expression)
- rust-lang#128524 (Don't suggest turning crate-level attributes into outer style)
- rust-lang#128735 (Add a special case for `CStr`/`CString` in the `improper_ctypes` lint)
- rust-lang#129418 (rustc: Simplify getting sysroot library directory)
- rust-lang#129429 (Print the generic parameter along with the variance in dumps.)
- rust-lang#129430 (rustdoc: show exact case-sensitive matches first)
- rust-lang#129449 (Put Pin::as_deref_mut in impl Pin<Ptr> / rearrange Pin methods)
- rust-lang#129481 (Update `compiler_builtins` to `0.1.121`)
- rust-lang#129482 (Add myself to the review rotation for libs)
- rust-lang#129492 (make text more easy to read)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
100 files changed
+1279
-360
lines changed- compiler
- rustc_ast/src
- rustc_codegen_ssa/src/back
- rustc_hir_analysis/src/variance
- rustc_hir_typeck/src
- rustc_lint
- src
- rustc_middle/src/traits
- rustc_parse/src/parser
- rustc_session/src
- rustc_span/src
- rustc_target/src/spec
- targets
- rustc_trait_selection/src/error_reporting/traits
- library
- alloc
- core
- src
- ffi
- panic_unwind
- src
- std
- src
- os
- rtems
- unix
- sys
- pal/unix
- process
- personality
- unwind
- src
- src
- bootstrap/src/core
- doc/rustc/src
- platform-support
- librustdoc/html/static/js
- tests
- assembly/targets
- rustdoc-js-std
- ui
- check-cfg
- delegation
- dst
- error-codes
- extern
- impl-trait
- in-trait
- issues
- lint
- parser
- attribute
- issues
- sized
- suggestions
- type-alias-impl-trait
- unsized
- variance
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
100 files changed
+1279
-360
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2902 | 2902 | | |
2903 | 2903 | | |
2904 | 2904 | | |
| 2905 | + | |
| 2906 | + | |
| 2907 | + | |
| 2908 | + | |
| 2909 | + | |
| 2910 | + | |
| 2911 | + | |
| 2912 | + | |
| 2913 | + | |
| 2914 | + | |
| 2915 | + | |
2905 | 2916 | | |
2906 | 2917 | | |
2907 | 2918 | | |
| |||
| 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 | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | | - | |
3 | | - | |
| 4 | + | |
| 5 | + | |
4 | 6 | | |
5 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
6 | 26 | | |
7 | 27 | | |
8 | 28 | | |
9 | 29 | | |
10 | 30 | | |
11 | | - | |
12 | | - | |
13 | 31 | | |
14 | 32 | | |
15 | | - | |
| 33 | + | |
16 | 34 | | |
17 | 35 | | |
18 | 36 | | |
| |||
22 | 40 | | |
23 | 41 | | |
24 | 42 | | |
25 | | - | |
26 | | - | |
27 | 43 | | |
28 | 44 | | |
29 | | - | |
| 45 | + | |
30 | 46 | | |
31 | 47 | | |
32 | 48 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
841 | 841 | | |
842 | 842 | | |
843 | 843 | | |
| 844 | + | |
844 | 845 | | |
845 | 846 | | |
846 | 847 | | |
847 | 848 | | |
848 | 849 | | |
849 | 850 | | |
850 | 851 | | |
| 852 | + | |
851 | 853 | | |
852 | 854 | | |
853 | 855 | | |
| |||
864 | 866 | | |
865 | 867 | | |
866 | 868 | | |
| 869 | + | |
867 | 870 | | |
868 | 871 | | |
869 | 872 | | |
| |||
921 | 924 | | |
922 | 925 | | |
923 | 926 | | |
| 927 | + | |
924 | 928 | | |
925 | 929 | | |
926 | 930 | | |
| |||
935 | 939 | | |
936 | 940 | | |
937 | 941 | | |
938 | | - | |
| 942 | + | |
939 | 943 | | |
940 | 944 | | |
941 | 945 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
364 | 369 | | |
365 | 370 | | |
366 | 371 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
985 | 985 | | |
986 | 986 | | |
987 | 987 | | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
988 | 996 | | |
989 | 997 | | |
990 | 998 | | |
| |||
1213 | 1221 | | |
1214 | 1222 | | |
1215 | 1223 | | |
1216 | | - | |
| 1224 | + | |
1217 | 1225 | | |
1218 | 1226 | | |
1219 | 1227 | | |
| |||
1223 | 1231 | | |
1224 | 1232 | | |
1225 | 1233 | | |
1226 | | - | |
| 1234 | + | |
1227 | 1235 | | |
1228 | 1236 | | |
1229 | 1237 | | |
1230 | 1238 | | |
1231 | 1239 | | |
1232 | | - | |
| 1240 | + | |
1233 | 1241 | | |
1234 | 1242 | | |
1235 | 1243 | | |
| |||
1239 | 1247 | | |
1240 | 1248 | | |
1241 | 1249 | | |
1242 | | - | |
| 1250 | + | |
1243 | 1251 | | |
1244 | 1252 | | |
1245 | 1253 | | |
| |||
1257 | 1265 | | |
1258 | 1266 | | |
1259 | 1267 | | |
1260 | | - | |
| 1268 | + | |
1261 | 1269 | | |
1262 | 1270 | | |
1263 | 1271 | | |
| |||
1277 | 1285 | | |
1278 | 1286 | | |
1279 | 1287 | | |
1280 | | - | |
| 1288 | + | |
| 1289 | + | |
| 1290 | + | |
| 1291 | + | |
| 1292 | + | |
1281 | 1293 | | |
1282 | 1294 | | |
1283 | 1295 | | |
| |||
1286 | 1298 | | |
1287 | 1299 | | |
1288 | 1300 | | |
1289 | | - | |
| 1301 | + | |
1290 | 1302 | | |
1291 | 1303 | | |
1292 | 1304 | | |
| |||
1308 | 1320 | | |
1309 | 1321 | | |
1310 | 1322 | | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
1311 | 1334 | | |
1312 | 1335 | | |
1313 | 1336 | | |
| |||
1354 | 1377 | | |
1355 | 1378 | | |
1356 | 1379 | | |
1357 | | - | |
| 1380 | + | |
1358 | 1381 | | |
1359 | 1382 | | |
1360 | 1383 | | |
| |||
1378 | 1401 | | |
1379 | 1402 | | |
1380 | 1403 | | |
1381 | | - | |
| 1404 | + | |
1382 | 1405 | | |
1383 | 1406 | | |
1384 | 1407 | | |
| |||
1399 | 1422 | | |
1400 | 1423 | | |
1401 | 1424 | | |
1402 | | - | |
| 1425 | + | |
1403 | 1426 | | |
1404 | 1427 | | |
1405 | 1428 | | |
| |||
1469 | 1492 | | |
1470 | 1493 | | |
1471 | 1494 | | |
1472 | | - | |
| 1495 | + | |
1473 | 1496 | | |
1474 | | - | |
| 1497 | + | |
1475 | 1498 | | |
1476 | 1499 | | |
1477 | 1500 | | |
| |||
1485 | 1508 | | |
1486 | 1509 | | |
1487 | 1510 | | |
1488 | | - | |
| 1511 | + | |
1489 | 1512 | | |
1490 | 1513 | | |
1491 | 1514 | | |
| |||
1496 | 1519 | | |
1497 | 1520 | | |
1498 | 1521 | | |
1499 | | - | |
| 1522 | + | |
1500 | 1523 | | |
1501 | 1524 | | |
1502 | 1525 | | |
| |||
1619 | 1642 | | |
1620 | 1643 | | |
1621 | 1644 | | |
1622 | | - | |
| 1645 | + | |
| 1646 | + | |
1623 | 1647 | | |
1624 | 1648 | | |
1625 | 1649 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
356 | | - | |
| 356 | + | |
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
| |||
0 commit comments