This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
60 files changed
+584
-254
lines changed- compiler
- rustc_attr/src
- rustc_builtin_macros/src
- rustc_errors/src
- rustc_expand/src/mbe
- rustc_lint_defs/src
- rustc_metadata/src/rmeta
- decoder
- rustc_middle/src
- middle
- query
- rustc_parse_format/src
- rustc_passes/src
- rustc_resolve/src
- rustc_span/src
- rustc_typeck/src/check/fn_ctxt
- library/proc_macro/src
- src
- librustdoc/html/static/css
- themes
- test
- assembly
- debuginfo
- rustdoc-gui
- ui
- fmt
- kindck
- macros
- rfc-3086-metavar-expr
- not-panic
- stability-attribute
- auxiliary
- traits
- typeck
- unboxed-closures
- tools/compiletest/src
- runtest
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
60 files changed
+584
-254
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 |
| - | |
139 |
| - | |
140 |
| - | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
141 | 174 |
| |
142 | 175 |
| |
143 | 176 |
| |
| |||
243 | 276 |
| |
244 | 277 |
| |
245 | 278 |
| |
| 279 | + | |
246 | 280 |
| |
247 | 281 |
| |
248 | 282 |
| |
| |||
308 | 342 |
| |
309 | 343 |
| |
310 | 344 |
| |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
311 | 350 |
| |
312 | 351 |
| |
313 | 352 |
| |
| |||
332 | 371 |
| |
333 | 372 |
| |
334 | 373 |
| |
335 |
| - | |
| 374 | + | |
336 | 375 |
| |
337 | 376 |
| |
338 | 377 |
| |
| |||
391 | 430 |
| |
392 | 431 |
| |
393 | 432 |
| |
394 |
| - | |
| 433 | + | |
395 | 434 |
| |
396 | 435 |
| |
397 | 436 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
485 | 485 |
| |
486 | 486 |
| |
487 | 487 |
| |
488 |
| - | |
| 488 | + | |
489 | 489 |
| |
490 | 490 |
| |
491 | 491 |
| |
| |||
1004 | 1004 |
| |
1005 | 1005 |
| |
1006 | 1006 |
| |
1007 |
| - | |
1008 |
| - | |
1009 |
| - | |
| 1007 | + | |
1010 | 1008 |
| |
1011 | 1009 |
| |
1012 | 1010 |
| |
|
0 commit comments