This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 626b02a
committed
Auto merge of rust-lang#102121 - JohnTitor:rollup-3fb1wrt, r=JohnTitor
Rollup of 12 pull requests
Successful merges:
- rust-lang#101952 (Avoid panicking on missing fallback)
- rust-lang#102030 (Don't crate-locally reexport walk functions in tidy)
- rust-lang#102032 (Adding ignore fuchsia tests for signal interpretation cases)
- rust-lang#102033 (Adding needs-unwind to nicer-assert-messages compiler ui tests)
- rust-lang#102054 (Unify "all items" page's sidebar with other pages)
- rust-lang#102071 (Adding needs-unwind for tests testing memory size of Futures/Closures)
- rust-lang#102073 (Adding ignore fuchsia tests for execvp)
- rust-lang#102075 (rustdoc: remove no-op CSS `.content > .methods > .method`)
- rust-lang#102079 (Update books)
- rust-lang#102084 (Adding needs-unwind for test using panic::catch_unwind)
- rust-lang#102100 (Prevent usage of .stab elements to create scrollable areas in doc blocks)
- rust-lang#102102 (Add doc aliases on Sized trait)
Failed merges:
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
40 files changed
+246
-79
lines changed- library/core/src
- src
- doc
- librustdoc/html
- render
- static/css
- test
- rustdoc-gui
- src/test_docs
- rustdoc
- ui
- abi
- async-await
- command
- generator
- issues
- macros/rfc-2011-nicer-assert-messages
- process
- runtime
- tools
- build-manifest/src
- tidy/src
40 files changed
+246
-79
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
Submodule embedded-book updated 1 file
Submodule rustc-dev-guide updated 18 files
- src/backend/codegen.md+1-1
- src/building/bootstrapping.md+47-39
- src/building/how-to-build-and-run.md+12-2
- src/building/new-target.md+2-6
- src/building/prerequisites.md+4-2
- src/const-eval.md+50-3
- src/contributing.md+31-79
- src/diagnostics.md+3-5
- src/diagnostics/diagnostic-structs.md+15-2
- src/feature-gates.md+3-1
- src/git.md+2-3
- src/img/rustc_stages.svg-3
- src/implementing_new_features.md+9-3
- src/name-resolution.md+1-1
- src/overview.md+1-1
- src/rustc-driver.md+1-1
- src/stability.md+2-4
- src/tests/intro.md+1-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
597 | 597 | | |
598 | 598 | | |
599 | 599 | | |
600 | | - | |
601 | | - | |
602 | | - | |
603 | | - | |
604 | | - | |
605 | 600 | | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
606 | 614 | | |
607 | 615 | | |
608 | 616 | | |
609 | | - | |
| 617 | + | |
610 | 618 | | |
611 | 619 | | |
612 | 620 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
290 | 290 | | |
291 | 291 | | |
292 | 292 | | |
293 | | - | |
294 | 293 | | |
295 | | - | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
| 330 | + | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
| 337 | + | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
296 | 343 | | |
297 | | - | |
| 344 | + | |
298 | 345 | | |
299 | 346 | | |
300 | 347 | | |
301 | 348 | | |
302 | 349 | | |
303 | | - | |
304 | | - | |
305 | | - | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
306 | 353 | | |
307 | 354 | | |
308 | 355 | | |
| |||
320 | 367 | | |
321 | 368 | | |
322 | 369 | | |
323 | | - | |
324 | | - | |
325 | | - | |
326 | | - | |
327 | | - | |
328 | | - | |
329 | | - | |
330 | | - | |
331 | | - | |
332 | | - | |
333 | | - | |
334 | | - | |
335 | | - | |
336 | | - | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
337 | 384 | | |
338 | 385 | | |
339 | 386 | | |
| |||
2468 | 2515 | | |
2469 | 2516 | | |
2470 | 2517 | | |
2471 | | - | |
| 2518 | + | |
2472 | 2519 | | |
2473 | 2520 | | |
2474 | 2521 | | |
| |||
2620 | 2667 | | |
2621 | 2668 | | |
2622 | 2669 | | |
2623 | | - | |
| 2670 | + | |
2624 | 2671 | | |
2625 | 2672 | | |
2626 | 2673 | | |
2627 | 2674 | | |
2628 | | - | |
2629 | | - | |
2630 | | - | |
2631 | | - | |
2632 | | - | |
2633 | | - | |
2634 | | - | |
2635 | | - | |
2636 | | - | |
2637 | | - | |
2638 | | - | |
2639 | | - | |
2640 | | - | |
2641 | | - | |
2642 | 2675 | | |
2643 | 2676 | | |
2644 | 2677 | | |
| |||
2656 | 2689 | | |
2657 | 2690 | | |
2658 | 2691 | | |
| 2692 | + | |
| 2693 | + | |
| 2694 | + | |
| 2695 | + | |
| 2696 | + | |
| 2697 | + | |
| 2698 | + | |
| 2699 | + | |
| 2700 | + | |
| 2701 | + | |
| 2702 | + | |
| 2703 | + | |
| 2704 | + | |
| 2705 | + | |
| 2706 | + | |
| 2707 | + | |
| 2708 | + | |
| 2709 | + | |
| 2710 | + | |
2659 | 2711 | | |
2660 | 2712 | | |
2661 | 2713 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
728 | 728 | | |
729 | 729 | | |
730 | 730 | | |
731 | | - | |
732 | | - | |
733 | | - | |
734 | | - | |
735 | 731 | | |
736 | 732 | | |
737 | 733 | | |
| |||
1092 | 1088 | | |
1093 | 1089 | | |
1094 | 1090 | | |
| 1091 | + | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
1095 | 1097 | | |
1096 | 1098 | | |
1097 | 1099 | | |
| |||
0 commit comments