This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit a66e334
committed
Auto merge of rust-lang#116260 - matthiaskrgr:rollup-q3sge0i, r=matthiaskrgr
Rollup of 7 pull requests
Successful merges:
- rust-lang#116133 (ref(bootstrap.py): add `eprint` function)
- rust-lang#116201 (Fix `noop_method_call` detection)
- rust-lang#116231 (Remove `rustc_lint_defs::lint_array`)
- rust-lang#116234 (Miri subtree update)
- rust-lang#116239 (Only visit reachable nodes in SsaLocals.)
- rust-lang#116245 (Clippy backport: Move needless_raw_string_hashes to pedantic)
- rust-lang#116253 (Make `adt_const_params` feature suggestion consistent with other features and improve when it is emitted)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
173 files changed
+615
-263
lines changed- compiler
- rustc_hir_analysis/src/check
- rustc_lint_defs/src
- rustc_lint/src
- rustc_mir_transform/src
- src
- bootstrap
- doc/unstable-book/src/language-features
- tools
- clippy/clippy_lints/src
- utils/internal_lints
- miri
- bench-cargo-miri/invalidate
- src
- cargo-miri/src
- src/borrow_tracker/stacked_borrows
- tests
- fail-dep
- concurrency
- shims
- fs
- sync
- tokio
- pass/backtrace
- tests
- mir-opt
- ui-fulldeps
- internal-lints
- plugin/auxiliary
- ui
- const-generics
- adt_const_params
- generic_const_exprs
- issues
- min_const_generics
- std
- type-dependent
- feature-gates
- generic-const-items
- lifetimes
- lint
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
173 files changed
+615
-263
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2419 | 2419 | | |
2420 | 2420 | | |
2421 | 2421 | | |
2422 | | - | |
| 2422 | + | |
2423 | 2423 | | |
2424 | 2424 | | |
2425 | 2425 | | |
| |||
5621 | 5621 | | |
5622 | 5622 | | |
5623 | 5623 | | |
5624 | | - | |
| 5624 | + | |
5625 | 5625 | | |
5626 | | - | |
| 5626 | + | |
5627 | 5627 | | |
| 5628 | + | |
| 5629 | + | |
5628 | 5630 | | |
5629 | 5631 | | |
5630 | 5632 | | |
5631 | 5633 | | |
5632 | 5634 | | |
| 5635 | + | |
5633 | 5636 | | |
5634 | | - | |
| 5637 | + | |
5635 | 5638 | | |
| 5639 | + | |
| 5640 | + | |
5636 | 5641 | | |
5637 | 5642 | | |
5638 | 5643 | | |
| |||
5643 | 5648 | | |
5644 | 5649 | | |
5645 | 5650 | | |
5646 | | - | |
| 5651 | + | |
5647 | 5652 | | |
5648 | | - | |
| 5653 | + | |
5649 | 5654 | | |
5650 | 5655 | | |
5651 | 5656 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
865 | 868 | | |
866 | 869 | | |
867 | 870 | | |
868 | | - | |
869 | | - | |
870 | | - | |
871 | | - | |
| 871 | + | |
872 | 872 | | |
873 | | - | |
874 | | - | |
875 | | - | |
876 | | - | |
877 | | - | |
878 | | - | |
879 | | - | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
880 | 885 | | |
881 | 886 | | |
882 | | - | |
883 | | - | |
884 | | - | |
885 | | - | |
886 | | - | |
887 | | - | |
888 | | - | |
889 | | - | |
890 | | - | |
891 | | - | |
892 | | - | |
893 | | - | |
894 | | - | |
895 | | - | |
896 | | - | |
897 | | - | |
898 | | - | |
899 | | - | |
900 | | - | |
901 | | - | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
902 | 919 | | |
903 | | - | |
| 920 | + | |
| 921 | + | |
| 922 | + | |
| 923 | + | |
| 924 | + | |
| 925 | + | |
| 926 | + | |
904 | 927 | | |
| 928 | + | |
| 929 | + | |
905 | 930 | | |
906 | 931 | | |
907 | 932 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
13 | | - | |
| 12 | + | |
14 | 13 | | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
19 | | - | |
20 | | - | |
| 18 | + | |
| 19 | + | |
21 | 20 | | |
22 | 21 | | |
23 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | | - | |
| 133 | + | |
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
101 | 107 | | |
102 | 108 | | |
103 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
226 | 226 | | |
227 | 227 | | |
228 | 228 | | |
229 | | - | |
| 229 | + | |
230 | 230 | | |
231 | 231 | | |
232 | 232 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
785 | 785 | | |
786 | 786 | | |
787 | 787 | | |
788 | | - | |
789 | | - | |
790 | | - | |
791 | | - | |
792 | | - | |
793 | | - | |
794 | | - | |
795 | | - | |
796 | | - | |
797 | | - | |
| 788 | + | |
798 | 789 | | |
799 | 790 | | |
800 | 791 | | |
| |||
808 | 799 | | |
809 | 800 | | |
810 | 801 | | |
811 | | - | |
| 802 | + | |
812 | 803 | | |
813 | 804 | | |
814 | 805 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
89 | 85 | | |
90 | 86 | | |
91 | 87 | | |
| |||
0 commit comments