-
Notifications
You must be signed in to change notification settings - Fork 13.7k
Commit ae8ab87
Auto merge of #138873 - jhpratt:rollup-tggrbxl, r=jhpratt
Rollup of 10 pull requests
Successful merges:
- #137593 (fix download-llvm logic for subtree sync branches)
- #137736 (Don't attempt to export compiler-builtins symbols from rust dylibs)
- #138135 (Simplify `PartialOrd` on tuples containing primitives)
- #138321 ([bootstrap] Distribute split debuginfo if present)
- #138574 (rustdoc: be more strict about "Methods from Deref")
- #138606 (Fix missing rustfmt in msi installer - cont)
- #138671 (Fix `FileType` `PartialEq` implementation on Windows)
- #138728 (Update `compiler-builtins` to 0.1.152)
- #138783 (Cache current_dll_path output)
- #138846 (Tweaks to writeback and `Obligation -> Goal` conversion)
Failed merges:
- #138755 ([rustdoc] Remove duplicated loop when computing doc cfgs)
r? `@ghost`
`@rustbot` modify labels: rollupFile tree
34 files changed
+859
-239
lines changed- compiler
- rustc_codegen_cranelift/patches
- rustc_codegen_ssa/src/back
- rustc_hir_typeck/src
- fn_ctxt
- rustc_infer/src
- infer/opaque_types
- traits
- rustc_session/src
- rustc_trait_selection/src
- solve
- fulfill
- traits
- library
- alloc
- core/src
- std
- src
- fs
- sys/fs
- src
- bootstrap/src
- core/build_steps
- utils
- build_helper/src
- etc/installer/msi
- librustdoc
- clean
- html/render
- tests
- mir-opt/pre-codegen
- rustdoc/deref
34 files changed
+859
-239
lines changedLines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | - | ||
20 | - | ||
19 | + | ||
20 | + | ||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1782 | 1782 |
| |
1783 | 1783 |
| |
1784 | 1784 |
| |
1785 | - | ||
1785 | + | ||
1786 | + | ||
1787 | + | ||
1788 | + | ||
1786 | 1789 |
| |
1787 | 1790 |
| |
1788 | 1791 |
| |
| |||
1821 | 1824 |
| |
1822 | 1825 |
| |
1823 | 1826 |
| |
1824 | - | ||
1827 | + | ||
1828 | + | ||
1829 | + | ||
1825 | 1830 |
| |
1826 | 1831 |
| |
1827 | 1832 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 | - | ||
4 | + | ||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
88 | - | ||
88 | + | ||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
|
Lines changed: 32 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
548 | 548 |
| |
549 | 549 |
| |
550 | 550 |
| |
551 | - | ||
551 | + | ||
552 | + | ||
552 | 553 |
| |
553 | 554 |
| |
554 | 555 |
| |
| |||
730 | 731 |
| |
731 | 732 |
| |
732 | 733 |
| |
733 | - | ||
734 | + | ||
735 | + | ||
736 | + | ||
737 | + | ||
738 | + | ||
739 | + | ||
740 | + | ||
741 | + | ||
742 | + | ||
743 | + | ||
744 | + | ||
745 | + | ||
746 | + | ||
747 | + | ||
748 | + | ||
749 | + | ||
750 | + | ||
751 | + | ||
752 | + | ||
734 | 753 |
| |
735 | 754 |
| |
736 | 755 |
| |
| |||
774 | 793 |
| |
775 | 794 |
| |
776 | 795 |
| |
796 | + | ||
777 | 797 |
| |
778 | - | ||
798 | + | ||
779 | 799 |
| |
780 | 800 |
| |
781 | 801 |
| |
| |||
805 | 825 |
| |
806 | 826 |
| |
807 | 827 |
| |
808 | - | ||
809 | - | ||
810 | - | ||
811 | - | ||
828 | + | ||
829 | + | ||
830 | + | ||
812 | 831 |
| |
813 | 832 |
| |
814 | 833 |
| |
| |||
864 | 883 |
| |
865 | 884 |
| |
866 | 885 |
| |
867 | - | ||
868 | - | ||
869 | - | ||
870 | - | ||
886 | + | ||
871 | 887 |
| |
872 | 888 |
| |
873 | 889 |
| |
874 | - | ||
875 | - | ||
876 | - | ||
877 | - | ||
878 | - | ||
879 | - | ||
880 | - | ||
890 | + | ||
891 | + | ||
892 | + | ||
893 | + | ||
894 | + | ||
881 | 895 |
| |
882 | 896 |
| |
883 | 897 |
| |
|
Lines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
246 | 246 |
| |
247 | 247 |
| |
248 | 248 |
| |
249 | - | ||
250 | - | ||
249 | + | ||
251 | 250 |
| |
252 | 251 |
| |
253 | 252 |
| |
|
Lines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
57 | 63 |
| |
58 | 64 |
| |
59 | 65 |
| |
| |||
75 | 81 |
| |
76 | 82 |
| |
77 | 83 |
| |
78 | - | ||
79 | - | ||
80 | - | ||
81 | - | ||
82 | - | ||
83 | - | ||
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
|
Lines changed: 66 additions & 56 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
60 | 60 |
| |
61 | 61 |
| |
62 | 62 |
| |
63 | - | ||
64 | - | ||
65 | - | ||
66 | - | ||
67 | - | ||
68 | - | ||
69 | - | ||
70 | - | ||
71 | - | ||
72 | - | ||
73 | - | ||
74 | - | ||
75 | - | ||
76 | - | ||
77 | - | ||
78 | - | ||
79 | - | ||
80 | - | ||
81 | - | ||
82 | - | ||
83 | - | ||
84 | - | ||
85 | - | ||
86 | - | ||
87 | - | ||
88 | - | ||
89 | - | ||
90 | - | ||
91 | - | ||
92 | - | ||
93 | - | ||
94 | - | ||
95 | - | ||
96 | - | ||
97 | - | ||
98 | - | ||
99 | - | ||
100 | - | ||
101 | - | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
67 | + | ||
68 | + | ||
69 | + | ||
70 | + | ||
71 | + | ||
72 | + | ||
73 | + | ||
74 | + | ||
75 | + | ||
76 | + | ||
77 | + | ||
78 | + | ||
79 | + | ||
102 | 80 |
| |
103 | - | ||
104 | - | ||
105 | - | ||
106 | - | ||
107 | - | ||
108 | - | ||
109 | - | ||
110 | - | ||
111 | - | ||
81 | + | ||
82 | + | ||
83 | + | ||
84 | + | ||
112 | 85 |
| |
113 | - | ||
86 | + | ||
114 | 87 |
| |
115 | - | ||
116 | - | ||
88 | + | ||
89 | + | ||
90 | + | ||
91 | + | ||
92 | + | ||
93 | + | ||
94 | + | ||
95 | + | ||
96 | + | ||
97 | + | ||
98 | + | ||
99 | + | ||
100 | + | ||
101 | + | ||
102 | + | ||
103 | + | ||
104 | + | ||
105 | + | ||
106 | + | ||
107 | + | ||
108 | + | ||
109 | + | ||
110 | + | ||
111 | + | ||
112 | + | ||
113 | + | ||
114 | + | ||
115 | + | ||
116 | + | ||
117 | + | ||
118 | + | ||
119 | + | ||
120 | + | ||
121 | + | ||
122 | + | ||
123 | + | ||
124 | + | ||
125 | + | ||
126 | + | ||
127 | + | ||
128 | + | ||
129 | + | ||
117 | 130 |
| |
118 | - | ||
119 | - | ||
120 | - | ||
121 | - | ||
122 | - | ||
131 | + | ||
132 | + | ||
123 | 133 |
| |
124 | 134 |
| |
125 | 135 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 | - | ||
99 | + | ||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
80 | 80 |
| |
81 | 81 |
| |
82 | 82 |
| |
83 | - | ||
83 | + | ||
84 | 84 |
| |
85 | 85 |
| |
86 | 86 |
| |
| |||
161 | 161 |
| |
162 | 162 |
| |
163 | 163 |
| |
164 | - | ||
164 | + | ||
165 | 165 |
| |
166 | 166 |
| |
167 | 167 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | - | ||
13 | + | ||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
89 | 89 |
| |
90 | 90 |
| |
91 | 91 |
| |
92 | - | ||
92 | + | ||
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
| |||
155 | 155 |
| |
156 | 156 |
| |
157 | 157 |
| |
158 | - | ||
158 | + | ||
159 | 159 |
| |
160 | 160 |
| |
161 | 161 |
| |
| |||
245 | 245 |
| |
246 | 246 |
| |
247 | 247 |
| |
248 | - | ||
248 | + | ||
249 | 249 |
| |
250 | 250 |
| |
251 | 251 |
| |
|
0 commit comments