Commit d6819ac
committed
Auto merge of #157570 - JonathanBrouwer:rollup-dEcv5PD, r=JonathanBrouwer
Rollup of 10 pull requests
Successful merges:
- #157447 (Move cross crate tests into the appropriate folder)
- #145108 (Resolver: Batched Import Resolution)
- #156119 (Further optimize `SliceIndex<str>` impl for `Range<usize>`)
- #157289 (Add infallible primitive type lookups to template arg resolver)
- #157540 (Cleanup and optimize `render_impls`)
- #157543 (Reorganize `tests/ui/issues` [5/N])
- #156188 (riscv: promote d, e, and f target_features to CfgStableToggleUnstable)
- #157323 (Document Repeat::last panic behavior)
- #157545 (Suggest using comma to separate valid attribute list items)
- #157559 (chore: Update annotate-snippets to 0.12.16)153 files changed
Lines changed: 1065 additions & 804 deletions
File tree
- compiler
- rustc_attr_parsing/src
- rustc_errors
- rustc_resolve/src
- rustc_span/src
- rustc_target/src
- library
- core/src
- iter/sources
- str
- stdarch/crates
- core_arch/src/aarch64/sve
- stdarch-gen-arm/src
- src
- etc
- lldb_batchmode
- librustdoc/html/render
- tools/rust-analyzer/crates/hir-ty/src/mir/lower
- tests
- codegen-llvm
- rustdoc-html/macro
- ui
- cross-crate
- auxiliary
- derives/clone-copy
- dyn-compatibility
- fn_traits
- higher-ranked/trait-bounds
- imports
- issues
- auxiliary
- linking/auxiliary
- match
- on-unimplemented
- pattern
- privacy
- str
- target-feature
- traits
- error-reporting
- object
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
3958 | 3958 | | |
3959 | 3959 | | |
3960 | 3960 | | |
3961 | | - | |
| 3961 | + | |
3962 | 3962 | | |
3963 | 3963 | | |
3964 | 3964 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
704 | 704 | | |
705 | 705 | | |
706 | 706 | | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
| 711 | + | |
| 712 | + | |
| 713 | + | |
| 714 | + | |
| 715 | + | |
| 716 | + | |
| 717 | + | |
| 718 | + | |
| 719 | + | |
| 720 | + | |
| 721 | + | |
| 722 | + | |
| 723 | + | |
| 724 | + | |
| 725 | + | |
| 726 | + | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
707 | 730 | | |
708 | 731 | | |
709 | 732 | | |
| |||
724 | 747 | | |
725 | 748 | | |
726 | 749 | | |
727 | | - | |
| 750 | + | |
728 | 751 | | |
729 | 752 | | |
730 | 753 | | |
731 | 754 | | |
732 | | - | |
733 | | - | |
734 | | - | |
735 | | - | |
736 | 755 | | |
737 | 756 | | |
738 | 757 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1032 | 1032 | | |
1033 | 1033 | | |
1034 | 1034 | | |
| 1035 | + | |
| 1036 | + | |
| 1037 | + | |
| 1038 | + | |
| 1039 | + | |
| 1040 | + | |
| 1041 | + | |
| 1042 | + | |
| 1043 | + | |
| 1044 | + | |
| 1045 | + | |
| 1046 | + | |
| 1047 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
0 commit comments