File tree
40 files changed
+630
-217
lines changed- compiler
- rustc_ast_passes/src
- rustc_passes
- src
- rustc_span/src
- library
- alloc/src
- core/src
- future
- src
- doc/rustdoc/src/read-documentation
- librustdoc/html
- render
- static/js
- tests
- rustdoc-gui
- rustdoc-js
- rustdoc-js-std
- ui/feature-gates
40 files changed
+630
-217
lines changed+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
204 | 204 |
| |
205 | 205 |
| |
206 | 206 |
| |
| 207 | + | |
207 | 208 |
| |
208 | 209 |
| |
209 | 210 |
| |
|
Diff for: compiler/rustc_passes/messages.ftl
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
234 | 234 |
| |
235 | 235 |
| |
236 | 236 |
| |
| 237 | + | |
| 238 | + | |
| 239 | + | |
237 | 240 |
| |
238 | 241 |
| |
239 | 242 |
| |
|
Diff for: compiler/rustc_passes/src/check_attr.rs
+25-2
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 |
| |
| |||
940 | 940 |
| |
941 | 941 |
| |
942 | 942 |
| |
| 943 | + | |
| 944 | + | |
| 945 | + | |
| 946 | + | |
| 947 | + | |
| 948 | + | |
| 949 | + | |
| 950 | + | |
| 951 | + | |
| 952 | + | |
| 953 | + | |
| 954 | + | |
| 955 | + | |
| 956 | + | |
| 957 | + | |
| 958 | + | |
| 959 | + | |
943 | 960 |
| |
944 | 961 |
| |
945 | 962 |
| |
| |||
1152 | 1169 |
| |
1153 | 1170 |
| |
1154 | 1171 |
| |
| 1172 | + | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
1155 | 1178 |
| |
1156 | 1179 |
| |
1157 | 1180 |
| |
|
Diff for: compiler/rustc_passes/src/errors.rs
+7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
244 | 244 |
| |
245 | 245 |
| |
246 | 246 |
| |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
247 | 254 |
| |
248 | 255 |
| |
249 | 256 |
| |
|
Diff for: compiler/rustc_span/src/symbol.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1762 | 1762 |
| |
1763 | 1763 |
| |
1764 | 1764 |
| |
| 1765 | + | |
1765 | 1766 |
| |
1766 | 1767 |
| |
1767 | 1768 |
| |
|
Diff for: library/alloc/src/boxed.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
225 | 225 |
| |
226 | 226 |
| |
227 | 227 |
| |
| 228 | + | |
228 | 229 |
| |
229 | 230 |
| |
230 | 231 |
| |
|
Diff for: library/alloc/src/rc.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
307 | 307 |
| |
308 | 308 |
| |
309 | 309 |
| |
| 310 | + | |
310 | 311 |
| |
311 | 312 |
| |
312 | 313 |
| |
|
Diff for: library/alloc/src/sync.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
235 | 235 |
| |
236 | 236 |
| |
237 | 237 |
| |
| 238 | + | |
238 | 239 |
| |
239 | 240 |
| |
240 | 241 |
| |
|
Diff for: library/core/src/future/future.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
| 28 | + | |
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
|
Diff for: library/core/src/option.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
563 | 563 |
| |
564 | 564 |
| |
565 | 565 |
| |
| 566 | + | |
566 | 567 |
| |
567 | 568 |
| |
568 | 569 |
| |
|
Diff for: library/core/src/result.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
520 | 520 |
| |
521 | 521 |
| |
522 | 522 |
| |
| 523 | + | |
523 | 524 |
| |
524 | 525 |
| |
525 | 526 |
| |
|
+7-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 |
| - | |
134 | 133 |
| |
135 |
| - | |
136 | 134 |
| |
137 | 135 |
| |
138 | 136 |
| |
139 | 137 |
| |
140 | 138 |
| |
| 139 | + | |
| 140 | + | |
141 | 141 |
| |
142 | 142 |
| |
143 | 143 |
| |
144 |
| - | |
| 144 | + | |
145 | 145 |
| |
146 | 146 |
| |
147 | 147 |
| |
148 | 148 |
| |
149 | 149 |
| |
150 | 150 |
| |
151 |
| - | |
152 | 151 |
| |
153 | 152 |
| |
154 | 153 |
| |
155 |
| - | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
156 | 158 |
| |
157 | 159 |
| |
158 | 160 |
| |
|
0 commit comments