This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 697d953
committed
Auto merge of rust-lang#129540 - tgross35:rollup-y6iaujw, r=tgross35
Rollup of 10 pull requests
Successful merges:
- 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#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 wasm32 platform support docs easier to read)
- rust-lang#129512 (update the doc comment on lintchecker b/c it parses html now)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
71 files changed
+687
-303
lines changed- compiler
- rustc_ast/src
- rustc_hir_analysis/src/variance
- rustc_hir_typeck/src
- rustc_lint
- src
- rustc_middle/src/traits
- rustc_parse/src/parser
- rustc_span/src
- rustc_trait_selection/src/error_reporting/traits
- library
- alloc
- core/src
- ffi
- std
- src
- doc/rustc/src/platform-support
- librustdoc/html/static/js
- tools/linkchecker
- tests
- rustdoc-js-std
- ui
- 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.
71 files changed
+687
-303
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 | |
|---|---|---|---|
| |||
| 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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
79 | 80 | | |
80 | 81 | | |
81 | 82 | | |
| |||
139 | 140 | | |
140 | 141 | | |
141 | 142 | | |
142 | | - | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
143 | 148 | | |
144 | 149 | | |
145 | 150 | | |
| |||
151 | 156 | | |
152 | 157 | | |
153 | 158 | | |
| 159 | + | |
154 | 160 | | |
155 | 161 | | |
156 | 162 | | |
| |||
185 | 191 | | |
186 | 192 | | |
187 | 193 | | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
198 | 206 | | |
199 | 207 | | |
200 | 208 | | |
| |||
205 | 213 | | |
206 | 214 | | |
207 | 215 | | |
208 | | - | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
209 | 222 | | |
210 | 223 | | |
211 | 224 | | |
| |||
239 | 252 | | |
240 | 253 | | |
241 | 254 | | |
| 255 | + | |
242 | 256 | | |
243 | 257 | | |
244 | 258 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
459 | 459 | | |
460 | 460 | | |
461 | 461 | | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
462 | 466 | | |
463 | 467 | | |
464 | 468 | | |
465 | 469 | | |
466 | 470 | | |
| 471 | + | |
467 | 472 | | |
468 | 473 | | |
469 | 474 | | |
| |||
0 commit comments