Commit dcd473d
committed
Auto merge of #64751 - Centril:rollup-hpbmcfj, r=Centril
Rollup of 16 pull requests
Successful merges:
- #63356 (Issue#63183: Add fs::read_dir() and ReadDir warning about iterator order + example)
- #63934 (Fix coherence checking for impl trait in type aliases)
- #64016 (Streamline `Compiler`)
- #64296 (Document the unstable iter_order_by library feature)
- #64443 (rustdoc: general cleanup)
- #64622 (Add a cycle detector for generic `Graph`s and `mir::Body`s)
- #64689 (Refactor macro by example)
- #64698 (Recover on `const X = 42;` and infer type + Error Stash API)
- #64702 (Remove unused dependencies)
- #64717 (update mem::discriminant test to use assert_eq and assert_ne over comparison operators)
- #64720 ( remove rtp.rs, and move rtpSpawn and RTP_ID_ERROR to libc)
- #64721 (Fixed issue from #64447)
- #64725 (fix one typo)
- #64737 (fix several issues in String docs)
- #64742 (relnotes: make compatibility section more sterile and fix rustc version)
- #64748 (Fix #64744. Account for the Zero sub-pattern case.)
Failed merges:
r? @ghostFile tree
78 files changed
+2725
-2323
lines changed- src
- liballoc
- libcore
- iter/traits
- mem
- librustc_ast_borrowck
- librustc_codegen_ssa
- librustc_codegen_utils
- librustc_data_structures/graph
- iterate
- librustc_driver
- librustc_errors
- librustc_interface
- librustc_mir
- librustc_plugin
- librustc_resolve
- librustc_save_analysis
- librustc_traits
- librustc_typeck
- check
- method
- librustc
- mir
- session
- traits
- specialize
- librustdoc
- clean
- html
- render
- passes
- libstd
- sys/vxworks/process
- libsyntax_ext
- libsyntax
- ext
- mbe
- parse/parser
- test
- run-make-fulldeps/issue-19371
- ui
- error-codes
- impl-trait
- suggestions
- type-alias-impl-trait
- auxiliary
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
78 files changed
+2725
-2323
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3324 | 3324 | | |
3325 | 3325 | | |
3326 | 3326 | | |
3327 | | - | |
3328 | | - | |
3329 | 3327 | | |
3330 | 3328 | | |
3331 | 3329 | | |
| |||
3347 | 3345 | | |
3348 | 3346 | | |
3349 | 3347 | | |
3350 | | - | |
3351 | 3348 | | |
3352 | 3349 | | |
3353 | 3350 | | |
| |||
3366 | 3363 | | |
3367 | 3364 | | |
3368 | 3365 | | |
3369 | | - | |
3370 | 3366 | | |
3371 | 3367 | | |
3372 | 3368 | | |
| |||
3561 | 3557 | | |
3562 | 3558 | | |
3563 | 3559 | | |
3564 | | - | |
3565 | 3560 | | |
3566 | 3561 | | |
3567 | 3562 | | |
| |||
3614 | 3609 | | |
3615 | 3610 | | |
3616 | 3611 | | |
3617 | | - | |
3618 | 3612 | | |
3619 | 3613 | | |
3620 | 3614 | | |
| |||
3638 | 3632 | | |
3639 | 3633 | | |
3640 | 3634 | | |
3641 | | - | |
3642 | 3635 | | |
3643 | 3636 | | |
3644 | 3637 | | |
| |||
3660 | 3653 | | |
3661 | 3654 | | |
3662 | 3655 | | |
3663 | | - | |
3664 | 3656 | | |
3665 | 3657 | | |
3666 | 3658 | | |
| |||
3691 | 3683 | | |
3692 | 3684 | | |
3693 | 3685 | | |
3694 | | - | |
3695 | 3686 | | |
3696 | | - | |
3697 | 3687 | | |
3698 | 3688 | | |
3699 | 3689 | | |
| |||
4056 | 4046 | | |
4057 | 4047 | | |
4058 | 4048 | | |
4059 | | - | |
4060 | 4049 | | |
4061 | 4050 | | |
4062 | 4051 | | |
| |||
4241 | 4230 | | |
4242 | 4231 | | |
4243 | 4232 | | |
4244 | | - | |
4245 | 4233 | | |
4246 | 4234 | | |
4247 | 4235 | | |
| |||
4257 | 4245 | | |
4258 | 4246 | | |
4259 | 4247 | | |
4260 | | - | |
4261 | 4248 | | |
4262 | 4249 | | |
4263 | 4250 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | | - | |
| 432 | + | |
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
| |||
446 | 446 | | |
447 | 447 | | |
448 | 448 | | |
449 | | - | |
| 449 | + | |
450 | 450 | | |
451 | 451 | | |
452 | 452 | | |
| |||
480 | 480 | | |
481 | 481 | | |
482 | 482 | | |
483 | | - | |
| 483 | + | |
484 | 484 | | |
485 | 485 | | |
486 | 486 | | |
487 | | - | |
| 487 | + | |
488 | 488 | | |
489 | 489 | | |
490 | 490 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2581 | 2581 | | |
2582 | 2582 | | |
2583 | 2583 | | |
2584 | | - | |
| 2584 | + | |
2585 | 2585 | | |
2586 | 2586 | | |
2587 | 2587 | | |
| |||
2664 | 2664 | | |
2665 | 2665 | | |
2666 | 2666 | | |
2667 | | - | |
| 2667 | + | |
2668 | 2668 | | |
2669 | 2669 | | |
2670 | 2670 | | |
| |||
2729 | 2729 | | |
2730 | 2730 | | |
2731 | 2731 | | |
2732 | | - | |
| 2732 | + | |
2733 | 2733 | | |
2734 | 2734 | | |
2735 | 2735 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
818 | 818 | | |
819 | 819 | | |
820 | 820 | | |
821 | | - | |
822 | | - | |
823 | | - | |
| 821 | + | |
| 822 | + | |
| 823 | + | |
824 | 824 | | |
825 | 825 | | |
826 | 826 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
| 270 | + | |
265 | 271 | | |
266 | 272 | | |
267 | 273 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
321 | 321 | | |
322 | 322 | | |
323 | 323 | | |
| 324 | + | |
324 | 325 | | |
325 | 326 | | |
326 | 327 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
432 | 432 | | |
433 | 433 | | |
434 | 434 | | |
435 | | - | |
| 435 | + | |
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
| |||
451 | 451 | | |
452 | 452 | | |
453 | 453 | | |
454 | | - | |
| 454 | + | |
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
| |||
472 | 472 | | |
473 | 473 | | |
474 | 474 | | |
475 | | - | |
| 475 | + | |
476 | 476 | | |
477 | 477 | | |
478 | 478 | | |
| |||
504 | 504 | | |
505 | 505 | | |
506 | 506 | | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
507 | 516 | | |
508 | 517 | | |
509 | 518 | | |
| |||
518 | 527 | | |
519 | 528 | | |
520 | 529 | | |
521 | | - | |
522 | | - | |
| 530 | + | |
523 | 531 | | |
524 | 532 | | |
525 | 533 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
| 398 | + | |
399 | 399 | | |
400 | 400 | | |
401 | 401 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
21 | | - | |
22 | 20 | | |
0 commit comments