File tree
38 files changed
+581
-208
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
38 files changed
+581
-208
lines changed+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
| 220 | + | |
220 | 221 |
| |
221 | 222 |
| |
222 | 223 |
| |
|
Diff for: compiler/rustc_passes/messages.ftl
+3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
226 | 226 |
| |
227 | 227 |
| |
228 | 228 |
| |
| 229 | + | |
| 230 | + | |
| 231 | + | |
229 | 232 |
| |
230 | 233 |
| |
231 | 234 |
| |
|
Diff for: compiler/rustc_passes/src/check_attr.rs
+26-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
19 |
| - | |
20 |
| - | |
| 20 | + | |
| 21 | + | |
21 | 22 |
| |
22 | 23 |
| |
23 | 24 |
| |
| |||
962 | 963 |
| |
963 | 964 |
| |
964 | 965 |
| |
| 966 | + | |
| 967 | + | |
| 968 | + | |
| 969 | + | |
| 970 | + | |
| 971 | + | |
| 972 | + | |
| 973 | + | |
| 974 | + | |
| 975 | + | |
| 976 | + | |
| 977 | + | |
| 978 | + | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
| 982 | + | |
965 | 983 |
| |
966 | 984 |
| |
967 | 985 |
| |
| |||
1180 | 1198 |
| |
1181 | 1199 |
| |
1182 | 1200 |
| |
| 1201 | + | |
| 1202 | + | |
| 1203 | + | |
| 1204 | + | |
| 1205 | + | |
| 1206 | + | |
1183 | 1207 |
| |
1184 | 1208 |
| |
1185 | 1209 |
| |
|
Diff for: compiler/rustc_passes/src/errors.rs
+7
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
230 | 230 |
| |
231 | 231 |
| |
232 | 232 |
| |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
233 | 240 |
| |
234 | 241 |
| |
235 | 242 |
| |
|
Diff for: compiler/rustc_span/src/symbol.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1704 | 1704 |
| |
1705 | 1705 |
| |
1706 | 1706 |
| |
| 1707 | + | |
1707 | 1708 |
| |
1708 | 1709 |
| |
1709 | 1710 |
| |
|
Diff for: library/alloc/src/boxed.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
230 | 230 |
| |
231 | 231 |
| |
232 | 232 |
| |
| 233 | + | |
233 | 234 |
| |
234 | 235 |
| |
235 | 236 |
| |
|
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 | |
---|---|---|---|
| |||
568 | 568 |
| |
569 | 569 |
| |
570 | 570 |
| |
| 571 | + | |
571 | 572 |
| |
572 | 573 |
| |
573 | 574 |
| |
|
Diff for: library/core/src/result.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
524 | 524 |
| |
525 | 525 |
| |
526 | 526 |
| |
| 527 | + | |
527 | 528 |
| |
528 | 529 |
| |
529 | 530 |
| |
|
+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