File tree
21 files changed
+71
-20
lines changed- src
- bootstrap
- liballoc/collections
- librustc
- infer/opaque_types
- middle
- librustc_borrowck/borrowck
- librustc_codegen_llvm
- back
- debuginfo
- librustc_errors
- librustc_llvm
- librustc_metadata
- librustc_mir/build/matches
- librustc_typeck/check
- librustdoc
- libsyntax
- ext/tt
- libsyntax_ext
- tools
21 files changed
+71
-20
lines changedDiff for: src/bootstrap/compile.rs
+4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
775 | 775 |
| |
776 | 776 |
| |
777 | 777 |
| |
| 778 | + | |
| 779 | + | |
| 780 | + | |
| 781 | + | |
778 | 782 |
| |
779 | 783 |
| |
780 | 784 |
| |
|
Diff for: src/bootstrap/dist.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
804 | 804 |
| |
805 | 805 |
| |
806 | 806 |
| |
| 807 | + | |
807 | 808 |
| |
808 | 809 |
| |
809 | 810 |
| |
|
Diff for: src/liballoc/collections/vec_deque.rs
+31
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2709 | 2709 |
| |
2710 | 2710 |
| |
2711 | 2711 |
| |
| 2712 | + | |
| 2713 | + | |
| 2714 | + | |
| 2715 | + | |
| 2716 | + | |
2712 | 2717 |
| |
2713 | 2718 |
| |
2714 | 2719 |
| |
| |||
2735 | 2740 |
| |
2736 | 2741 |
| |
2737 | 2742 |
| |
| 2743 | + | |
| 2744 | + | |
| 2745 | + | |
| 2746 | + | |
| 2747 | + | |
| 2748 | + | |
| 2749 | + | |
| 2750 | + | |
| 2751 | + | |
| 2752 | + | |
| 2753 | + | |
| 2754 | + | |
| 2755 | + | |
| 2756 | + | |
| 2757 | + | |
| 2758 | + | |
| 2759 | + | |
| 2760 | + | |
| 2761 | + | |
| 2762 | + | |
| 2763 | + | |
| 2764 | + | |
| 2765 | + | |
| 2766 | + | |
| 2767 | + | |
| 2768 | + | |
2738 | 2769 |
| |
2739 | 2770 |
| |
2740 | 2771 |
| |
|
Diff for: src/librustc/infer/opaque_types/mod.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
307 | 307 |
| |
308 | 308 |
| |
309 | 309 |
| |
310 |
| - | |
| 310 | + | |
311 | 311 |
| |
312 | 312 |
| |
313 | 313 |
| |
|
Diff for: src/librustc/middle/liveness.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1617 | 1617 |
| |
1618 | 1618 |
| |
1619 | 1619 |
| |
1620 |
| - | |
| 1620 | + | |
1621 | 1621 |
| |
1622 | 1622 |
| |
1623 | 1623 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
| 39 | + | |
40 | 40 |
| |
41 | 41 |
| |
42 | 42 |
| |
|
Diff for: src/librustc_codegen_llvm/back/lto.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
279 | 279 |
| |
280 | 280 |
| |
281 | 281 |
| |
282 |
| - | |
| 282 | + | |
283 | 283 |
| |
284 | 284 |
| |
285 | 285 |
| |
|
Diff for: src/librustc_codegen_llvm/context.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
459 | 459 |
| |
460 | 460 |
| |
461 | 461 |
| |
462 |
| - | |
| 462 | + | |
463 | 463 |
| |
464 | 464 |
| |
465 | 465 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1609 | 1609 |
| |
1610 | 1610 |
| |
1611 | 1611 |
| |
1612 |
| - | |
| 1612 | + | |
1613 | 1613 |
| |
1614 | 1614 |
| |
1615 | 1615 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
197 |
| - | |
| 197 | + | |
198 | 198 |
| |
199 | 199 |
| |
200 | 200 |
| |
|
Diff for: src/librustc_llvm/build.rs
+15
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
234 | 234 |
| |
235 | 235 |
| |
236 | 236 |
| |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
237 | 252 |
| |
238 | 253 |
| |
239 | 254 |
| |
|
Diff for: src/librustc_metadata/creader.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
236 | 236 |
| |
237 | 237 |
| |
238 | 238 |
| |
239 |
| - | |
| 239 | + | |
240 | 240 |
| |
241 | 241 |
| |
242 | 242 |
| |
|
Diff for: src/librustc_mir/build/matches/mod.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1737 | 1737 |
| |
1738 | 1738 |
| |
1739 | 1739 |
| |
1740 |
| - | |
| 1740 | + | |
1741 | 1741 |
| |
1742 | 1742 |
| |
1743 | 1743 |
| |
|
Diff for: src/librustc_typeck/check/wfcheck.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
922 | 922 |
| |
923 | 923 |
| |
924 | 924 |
| |
925 |
| - | |
| 925 | + | |
926 | 926 |
| |
927 | 927 |
| |
928 | 928 |
| |
|
Diff for: src/librustdoc/core.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
317 | 317 |
| |
318 | 318 |
| |
319 | 319 |
| |
320 |
| - | |
| 320 | + | |
321 | 321 |
| |
322 | 322 |
| |
323 | 323 |
| |
|
Diff for: src/librustdoc/test.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
740 | 740 |
| |
741 | 741 |
| |
742 | 742 |
| |
743 |
| - | |
| 743 | + | |
744 | 744 |
| |
745 | 745 |
| |
746 | 746 |
| |
|
Diff for: src/libsyntax/ext/tt/macro_rules.rs
+3-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| 26 | + | |
26 | 27 |
| |
27 | 28 |
| |
28 | 29 |
| |
| |||
359 | 360 |
| |
360 | 361 |
| |
361 | 362 |
| |
362 |
| - | |
| 363 | + | |
363 | 364 |
| |
364 | 365 |
| |
365 |
| - | |
| 366 | + | |
366 | 367 |
| |
367 | 368 |
| |
368 | 369 |
| |
|
Diff for: src/libsyntax/feature_gate.rs
+2-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
557 | 557 |
| |
558 | 558 |
| |
559 | 559 |
| |
560 |
| - | |
| 560 | + | |
561 | 561 |
| |
562 | 562 |
| |
563 |
| - | |
564 |
| - | |
| 563 | + | |
565 | 564 |
| |
566 | 565 |
| |
567 | 566 |
| |
|
Diff for: src/libsyntax_ext/format.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
887 | 887 |
| |
888 | 888 |
| |
889 | 889 |
| |
890 |
| - | |
| 890 | + | |
891 | 891 |
| |
892 | 892 |
| |
893 | 893 |
| |
|
Diff for: src/libsyntax_ext/proc_macro_server.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
409 | 409 |
| |
410 | 410 |
| |
411 | 411 |
| |
412 |
| - | |
| 412 | + | |
413 | 413 |
| |
414 | 414 |
| |
415 | 415 |
| |
|
0 commit comments