File tree
172 files changed
+2022
-572
lines changed- compiler
- rustc_ast/src
- util
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust/state
- rustc_borrowck/src
- diagnostics
- rustc_builtin_macros/src/assert
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- builder
- coverageinfo/mapgen
- llvm
- rustc_codegen_ssa/src
- back
- mir
- traits
- rustc_const_eval/src/interpret
- rustc_feature/src
- rustc_hir/src
- rustc_hir_analysis/src
- collect
- hir_ty_lowering
- rustc_hir_pretty/src
- rustc_hir_typeck/src
- rustc_lint/src
- rustc_middle/src
- hir
- query
- thir
- ty
- print
- rustc_mir_build/src
- builder
- expr
- thir
- cx
- pattern
- rustc_mir_transform/src/coroutine
- rustc_parse
- src
- parser
- rustc_passes/src
- rustc_resolve/src
- rustc_span/src
- rustc_trait_selection/src
- rustc_ty_utils
- src
- library
- alloc/src
- core/src
- num
- std/src
- src
- librustdoc/html/render
- tools
- clippy
- clippy_lints/src
- loops
- matches
- methods
- operators
- utils
- clippy_utils/src
- compiletest/src/runtest
- rustfmt/src
- tests
- crashes
- ui
- editions
- ergonomic-clones
- async
- closure
- dotuse
- feature-gates
- lint
- dead-code
- unused
- lowering
- parser
- misspelled-keywords
- recover
- privacy/pub-priv-dep
- suggestions
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
172 files changed
+2022
-572
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1399 | 1399 |
| |
1400 | 1400 |
| |
1401 | 1401 |
| |
| 1402 | + | |
1402 | 1403 |
| |
1403 | 1404 |
| |
1404 | 1405 |
| |
| |||
1588 | 1589 |
| |
1589 | 1590 |
| |
1590 | 1591 |
| |
| 1592 | + | |
| 1593 | + | |
1591 | 1594 |
| |
1592 | 1595 |
| |
1593 | 1596 |
| |
| |||
1757 | 1760 |
| |
1758 | 1761 |
| |
1759 | 1762 |
| |
1760 |
| - | |
| 1763 | + | |
1761 | 1764 |
| |
| 1765 | + | |
| 1766 | + | |
| 1767 | + | |
| 1768 | + | |
| 1769 | + | |
| 1770 | + | |
| 1771 | + | |
| 1772 | + | |
| 1773 | + | |
1762 | 1774 |
| |
1763 | 1775 |
| |
1764 | 1776 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1745 | 1745 |
| |
1746 | 1746 |
| |
1747 | 1747 |
| |
| 1748 | + | |
| 1749 | + | |
| 1750 | + | |
| 1751 | + | |
1748 | 1752 |
| |
1749 | 1753 |
| |
1750 | 1754 |
| |
| |||
1895 | 1899 |
| |
1896 | 1900 |
| |
1897 | 1901 |
| |
| 1902 | + | |
| 1903 | + | |
| 1904 | + | |
1898 | 1905 |
| |
1899 | 1906 |
| |
1900 | 1907 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
108 | 108 |
| |
109 | 109 |
| |
110 | 110 |
| |
| 111 | + | |
111 | 112 |
| |
112 | 113 |
| |
113 | 114 |
| |
| |||
224 | 225 |
| |
225 | 226 |
| |
226 | 227 |
| |
| 228 | + | |
227 | 229 |
| |
228 | 230 |
| |
229 | 231 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1211 | 1211 |
| |
1212 | 1212 |
| |
1213 | 1213 |
| |
| 1214 | + | |
1214 | 1215 |
| |
1215 | 1216 |
| |
1216 | 1217 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| |||
207 | 207 |
| |
208 | 208 |
| |
209 | 209 |
| |
| 210 | + | |
210 | 211 |
| |
211 | 212 |
| |
212 | 213 |
| |
| |||
483 | 484 |
| |
484 | 485 |
| |
485 | 486 |
| |
486 |
| - | |
| 487 | + | |
487 | 488 |
| |
488 | 489 |
| |
489 | 490 |
| |
| |||
1067 | 1068 |
| |
1068 | 1069 |
| |
1069 | 1070 |
| |
| 1071 | + | |
| 1072 | + | |
| 1073 | + | |
| 1074 | + | |
1070 | 1075 |
| |
1071 | 1076 |
| |
1072 | 1077 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
494 | 494 |
| |
495 | 495 |
| |
496 | 496 |
| |
497 |
| - | |
| 497 | + | |
498 | 498 |
| |
499 | 499 |
| |
500 | 500 |
| |
| |||
774 | 774 |
| |
775 | 775 |
| |
776 | 776 |
| |
777 |
| - | |
| 777 | + | |
778 | 778 |
| |
779 | 779 |
| |
780 | 780 |
| |
| |||
2089 | 2089 |
| |
2090 | 2090 |
| |
2091 | 2091 |
| |
2092 |
| - | |
2093 |
| - | |
| 2092 | + | |
2094 | 2093 |
| |
2095 | 2094 |
| |
2096 | 2095 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
523 | 523 |
| |
524 | 524 |
| |
525 | 525 |
| |
526 |
| - | |
| 526 | + | |
527 | 527 |
| |
528 | 528 |
| |
529 | 529 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
489 | 489 |
| |
490 | 490 |
| |
491 | 491 |
| |
| 492 | + | |
492 | 493 |
| |
493 | 494 |
| |
494 | 495 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
574 | 574 |
| |
575 | 575 |
| |
576 | 576 |
| |
| 577 | + | |
| 578 | + | |
| 579 | + | |
| 580 | + | |
| 581 | + | |
| 582 | + | |
| 583 | + | |
| 584 | + | |
577 | 585 |
| |
578 | 586 |
| |
579 | 587 |
| |
| |||
885 | 893 |
| |
886 | 894 |
| |
887 | 895 |
| |
| 896 | + | |
888 | 897 |
| |
889 | 898 |
| |
890 | 899 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
403 | 403 |
| |
404 | 404 |
| |
405 | 405 |
| |
| 406 | + | |
406 | 407 |
| |
407 | 408 |
| |
408 | 409 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
823 | 823 |
| |
824 | 824 |
| |
825 | 825 |
| |
826 |
| - | |
| 826 | + | |
827 | 827 |
| |
828 | 828 |
| |
829 | 829 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1490 | 1490 |
| |
1491 | 1491 |
| |
1492 | 1492 |
| |
1493 |
| - | |
1494 |
| - | |
1495 |
| - | |
1496 |
| - | |
1497 |
| - | |
1498 |
| - | |
| 1493 | + | |
| 1494 | + | |
| 1495 | + | |
| 1496 | + | |
| 1497 | + | |
| 1498 | + | |
| 1499 | + | |
| 1500 | + | |
| 1501 | + | |
| 1502 | + | |
| 1503 | + | |
1499 | 1504 |
| |
1500 |
| - | |
| 1505 | + | |
| 1506 | + | |
1501 | 1507 |
| |
1502 | 1508 |
| |
1503 | 1509 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
297 | 297 |
| |
298 | 298 |
| |
299 | 299 |
| |
| 300 | + | |
300 | 301 |
| |
301 | 302 |
| |
302 | 303 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
| |||
257 | 257 |
| |
258 | 258 |
| |
259 | 259 |
| |
260 |
| - | |
| 260 | + | |
261 | 261 |
| |
262 | 262 |
| |
263 | 263 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
302 | 302 |
| |
303 | 303 |
| |
304 | 304 |
| |
305 |
| - | |
306 |
| - | |
307 |
| - | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
308 | 308 |
| |
309 | 309 |
| |
310 | 310 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
126 |
| - | |
| 126 | + | |
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
654 | 654 |
| |
655 | 655 |
| |
656 | 656 |
| |
657 |
| - | |
| 657 | + | |
658 | 658 |
| |
659 | 659 |
| |
660 | 660 |
| |
|
0 commit comments