File tree
91 files changed
+846
-579
lines changed- compiler
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_ast_passes
- src
- rustc_ast_pretty/src/pprust
- rustc_codegen_ssa/src
- rustc_const_eval/src
- const_eval
- interpret
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src
- astconv
- rustc_hir_typeck/src
- rustc_infer/src/traits
- rustc_interface/src
- rustc_metadata/src/rmeta
- rustc_middle
- src
- mir/interpret
- ty
- print
- rustc_parse
- src
- parser
- rustc_passes/src
- rustc_privacy/src
- rustc_resolve/src
- rustc_serialize
- src
- tests
- rustc_span/src
- rustc_trait_selection/src/traits
- error_reporting
- select
- library/std/src
- fs
- sys/windows
- src
- bootstrap
- librustdoc
- clean
- html
- templates
- json
- tools
- build-manifest
- src
- miri/tests/fail
- rustfmt
- src
- tests/target
- tests
- ui
- const_prop
- feature-gates
- issues
- parser/issues
- repr
- traits/negative-bounds
- typeck
- ui-fulldeps
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
91 files changed
+846
-579
lines changed+6-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
297 | 297 |
| |
298 | 298 |
| |
299 | 299 |
| |
| 300 | + | |
300 | 301 |
| |
301 | 302 |
| |
302 | 303 |
| |
| |||
2060 | 2061 |
| |
2061 | 2062 |
| |
2062 | 2063 |
| |
2063 |
| - | |
| 2064 | + | |
2064 | 2065 |
| |
2065 |
| - | |
| 2066 | + | |
2066 | 2067 |
| |
2067 | 2068 |
| |
2068 | 2069 |
| |
| |||
4059 | 4060 |
| |
4060 | 4061 |
| |
4061 | 4062 |
| |
| 4063 | + | |
4062 | 4064 |
| |
4063 | 4065 |
| |
4064 | 4066 |
| |
| |||
5658 | 5660 |
| |
5659 | 5661 |
| |
5660 | 5662 |
| |
5661 |
| - | |
| 5663 | + | |
5662 | 5664 |
| |
5663 |
| - | |
| 5665 | + | |
5664 | 5666 |
| |
5665 | 5667 |
| |
5666 | 5668 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
287 | 287 |
| |
288 | 288 |
| |
289 | 289 |
| |
| 290 | + | |
| 291 | + | |
| 292 | + | |
290 | 293 |
| |
291 | 294 |
| |
292 | 295 |
| |
293 | 296 |
| |
294 | 297 |
| |
295 | 298 |
| |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
296 | 304 |
| |
297 | 305 |
| |
298 | 306 |
| |
| |||
2446 | 2454 |
| |
2447 | 2455 |
| |
2448 | 2456 |
| |
| 2457 | + | |
| 2458 | + | |
| 2459 | + | |
| 2460 | + | |
| 2461 | + | |
| 2462 | + | |
| 2463 | + | |
| 2464 | + | |
| 2465 | + | |
| 2466 | + | |
2449 | 2467 |
| |
2450 | 2468 |
| |
2451 | 2469 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1368 | 1368 |
| |
1369 | 1369 |
| |
1370 | 1370 |
| |
1371 |
| - | |
| 1371 | + | |
| 1372 | + | |
| 1373 | + | |
1372 | 1374 |
| |
1373 | 1375 |
| |
1374 | 1376 |
| |
1375 | 1377 |
| |
1376 | 1378 |
| |
1377 |
| - | |
| 1379 | + | |
| 1380 | + | |
| 1381 | + | |
1378 | 1382 |
| |
1379 | 1383 |
| |
1380 | 1384 |
| |
| |||
2421 | 2425 |
| |
2422 | 2426 |
| |
2423 | 2427 |
| |
| 2428 | + | |
| 2429 | + | |
| 2430 | + | |
| 2431 | + | |
| 2432 | + | |
| 2433 | + | |
| 2434 | + | |
| 2435 | + | |
2424 | 2436 |
| |
2425 | 2437 |
| |
2426 | 2438 |
| |
2427 | 2439 |
| |
2428 | 2440 |
| |
| 2441 | + | |
2429 | 2442 |
| |
2430 | 2443 |
| |
2431 | 2444 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
206 | 206 |
| |
207 | 207 |
| |
208 | 208 |
| |
209 |
| - | |
| 209 | + | |
210 | 210 |
| |
211 | 211 |
| |
212 | 212 |
| |
| |||
235 | 235 |
| |
236 | 236 |
| |
237 | 237 |
| |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1168 | 1168 |
| |
1169 | 1169 |
| |
1170 | 1170 |
| |
1171 |
| - | |
| 1171 | + | |
| 1172 | + | |
| 1173 | + | |
| 1174 | + | |
1172 | 1175 |
| |
1173 | 1176 |
| |
1174 | 1177 |
| |
1175 | 1178 |
| |
1176 | 1179 |
| |
| 1180 | + | |
| 1181 | + | |
| 1182 | + | |
| 1183 | + | |
| 1184 | + | |
| 1185 | + | |
| 1186 | + | |
| 1187 | + | |
| 1188 | + | |
| 1189 | + | |
| 1190 | + | |
| 1191 | + | |
1177 | 1192 |
| |
1178 | 1193 |
| |
1179 | 1194 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
567 | 567 |
| |
568 | 568 |
| |
569 | 569 |
| |
| 570 | + | |
570 | 571 |
| |
571 | 572 |
| |
572 | 573 |
| |
| |||
693 | 694 |
| |
694 | 695 |
| |
695 | 696 |
| |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
603 | 603 |
| |
604 | 604 |
| |
605 | 605 |
| |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
606 | 612 |
| |
607 | 613 |
| |
608 | 614 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1570 | 1570 |
| |
1571 | 1571 |
| |
1572 | 1572 |
| |
| 1573 | + | |
| 1574 | + | |
| 1575 | + | |
1573 | 1576 |
| |
1574 | 1577 |
| |
1575 | 1578 |
| |
1576 | 1579 |
| |
1577 | 1580 |
| |
1578 | 1581 |
| |
| 1582 | + | |
| 1583 | + | |
| 1584 | + | |
| 1585 | + | |
1579 | 1586 |
| |
1580 | 1587 |
| |
1581 | 1588 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
34 |
| - | |
| 34 | + | |
35 | 35 |
| |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 | 39 |
| |
40 | 40 |
| |
41 | 41 |
| |
| 42 | + | |
42 | 43 |
| |
43 | 44 |
| |
44 | 45 |
| |
| |||
215 | 216 |
| |
216 | 217 |
| |
217 | 218 |
| |
218 |
| - | |
219 |
| - | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
220 | 224 |
| |
221 | 225 |
| |
222 | 226 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
337 | 337 |
| |
338 | 338 |
| |
339 | 339 |
| |
340 |
| - | |
| 340 | + | |
341 | 341 |
| |
342 | 342 |
| |
343 | 343 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
245 | 245 |
| |
246 | 246 |
| |
247 | 247 |
| |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
248 | 254 |
| |
249 | 255 |
| |
250 | 256 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
164 | 164 |
| |
165 | 165 |
| |
166 | 166 |
| |
| 167 | + | |
| 168 | + | |
167 | 169 |
| |
168 | 170 |
| |
169 | 171 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
435 | 435 |
| |
436 | 436 |
| |
437 | 437 |
| |
| 438 | + | |
438 | 439 |
| |
439 | 440 |
| |
440 | 441 |
| |
|
0 commit comments