This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 3d1ec5d
committed
Auto merge of rust-lang#120336 - matthiaskrgr:rollup-55yg7us, r=matthiaskrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#118208 (Rewrite the BTreeMap cursor API using gaps)
- rust-lang#120099 (linker: Refactor library linking methods in `trait Linker`)
- rust-lang#120165 (Switch `NonZero` alias direction.)
- rust-lang#120288 (Bump `askama` version)
- rust-lang#120306 (Clean up after clone3 removal from pidfd code (docs and tests))
- rust-lang#120316 (Don't call `walk_` functions directly if there is an equivalent `visit_` method)
- rust-lang#120330 (Remove coroutine info when building coroutine drop body)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
39 files changed
+1092
-1005
lines changed- compiler
- rustc_ast/src
- rustc_codegen_ssa/src/back
- rustc_hir_typeck/src/fn_ctxt
- rustc_middle/src/mir
- rustc_mir_transform/src
- rustc_span/src
- library
- alloc/src/collections/btree
- map
- core/src/num
- std/src
- os/linux
- sys/pal/unix
- process
- process_unix
- src
- etc/natvis
- librustdoc/html/templates
- tools/clippy/clippy_lints/src
- operators
- transmute
- tests
- debuginfo
- mir-opt
- instsimplify
- ui
- command
- layout
- lint
- mismatched_types
- numbers-arithmetic
- print_type_sizes
- traits
- try-trait
39 files changed
+1092
-1005
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | | - | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
| 225 | + | |
226 | 226 | | |
227 | | - | |
| 227 | + | |
228 | 228 | | |
| 229 | + | |
229 | 230 | | |
230 | 231 | | |
231 | 232 | | |
232 | | - | |
233 | 233 | | |
234 | 234 | | |
235 | 235 | | |
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
245 | 254 | | |
246 | 255 | | |
247 | 256 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
375 | 375 | | |
376 | 376 | | |
377 | 377 | | |
378 | | - | |
| 378 | + | |
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
382 | | - | |
| 382 | + | |
383 | 383 | | |
384 | 384 | | |
385 | 385 | | |
| |||
502 | 502 | | |
503 | 503 | | |
504 | 504 | | |
505 | | - | |
| 505 | + | |
506 | 506 | | |
507 | 507 | | |
508 | 508 | | |
| |||
713 | 713 | | |
714 | 714 | | |
715 | 715 | | |
716 | | - | |
| 716 | + | |
717 | 717 | | |
718 | 718 | | |
719 | 719 | | |
720 | | - | |
| 720 | + | |
721 | 721 | | |
722 | 722 | | |
723 | 723 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
55 | 64 | | |
56 | 65 | | |
57 | 66 | | |
| |||
1265 | 1274 | | |
1266 | 1275 | | |
1267 | 1276 | | |
1268 | | - | |
| 1277 | + | |
1269 | 1278 | | |
1270 | 1279 | | |
1271 | 1280 | | |
1272 | 1281 | | |
1273 | 1282 | | |
1274 | 1283 | | |
1275 | 1284 | | |
1276 | | - | |
| 1285 | + | |
1277 | 1286 | | |
1278 | 1287 | | |
1279 | 1288 | | |
| |||
2445 | 2454 | | |
2446 | 2455 | | |
2447 | 2456 | | |
2448 | | - | |
| 2457 | + | |
2449 | 2458 | | |
2450 | 2459 | | |
2451 | 2460 | | |
| |||
2505 | 2514 | | |
2506 | 2515 | | |
2507 | 2516 | | |
2508 | | - | |
2509 | | - | |
2510 | | - | |
2511 | | - | |
2512 | | - | |
| 2517 | + | |
2513 | 2518 | | |
2514 | 2519 | | |
2515 | | - | |
2516 | | - | |
2517 | | - | |
2518 | | - | |
2519 | | - | |
2520 | | - | |
2521 | | - | |
2522 | | - | |
2523 | | - | |
| 2520 | + | |
2524 | 2521 | | |
2525 | 2522 | | |
2526 | 2523 | | |
2527 | 2524 | | |
2528 | 2525 | | |
2529 | | - | |
| 2526 | + | |
2530 | 2527 | | |
2531 | 2528 | | |
2532 | 2529 | | |
2533 | 2530 | | |
2534 | 2531 | | |
2535 | 2532 | | |
2536 | 2533 | | |
2537 | | - | |
| 2534 | + | |
2538 | 2535 | | |
2539 | 2536 | | |
2540 | 2537 | | |
2541 | | - | |
| 2538 | + | |
2542 | 2539 | | |
2543 | 2540 | | |
2544 | 2541 | | |
2545 | 2542 | | |
2546 | 2543 | | |
2547 | | - | |
| 2544 | + | |
2548 | 2545 | | |
2549 | 2546 | | |
2550 | 2547 | | |
| |||
2581 | 2578 | | |
2582 | 2579 | | |
2583 | 2580 | | |
2584 | | - | |
| 2581 | + | |
2585 | 2582 | | |
2586 | 2583 | | |
2587 | 2584 | | |
| |||
2623 | 2620 | | |
2624 | 2621 | | |
2625 | 2622 | | |
2626 | | - | |
| 2623 | + | |
2627 | 2624 | | |
2628 | 2625 | | |
2629 | 2626 | | |
| |||
2698 | 2695 | | |
2699 | 2696 | | |
2700 | 2697 | | |
2701 | | - | |
| 2698 | + | |
2702 | 2699 | | |
2703 | 2700 | | |
2704 | 2701 | | |
| |||
2720 | 2717 | | |
2721 | 2718 | | |
2722 | 2719 | | |
2723 | | - | |
| 2720 | + | |
2724 | 2721 | | |
2725 | 2722 | | |
2726 | 2723 | | |
| |||
2791 | 2788 | | |
2792 | 2789 | | |
2793 | 2790 | | |
2794 | | - | |
| 2791 | + | |
2795 | 2792 | | |
2796 | 2793 | | |
2797 | 2794 | | |
| |||
2859 | 2856 | | |
2860 | 2857 | | |
2861 | 2858 | | |
| 2859 | + | |
| 2860 | + | |
| 2861 | + | |
| 2862 | + | |
| 2863 | + | |
| 2864 | + | |
| 2865 | + | |
2862 | 2866 | | |
2863 | 2867 | | |
2864 | 2868 | | |
2865 | | - | |
| 2869 | + | |
| 2870 | + | |
| 2871 | + | |
| 2872 | + | |
| 2873 | + | |
2866 | 2874 | | |
2867 | 2875 | | |
2868 | | - | |
| 2876 | + | |
2869 | 2877 | | |
2870 | 2878 | | |
2871 | 2879 | | |
| |||
0 commit comments