File tree
121 files changed
+2760
-739
lines changed- compiler
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_hir/src
- rustc_hir_pretty/src
- rustc_metadata/src/rmeta
- decoder
- rustc_middle/src
- query
- ty
- rustc_parse/src/parser
- rustc_resolve/src/late
- rustc_span/src
- rustc_ty_utils/src
- rustc_typeck/src
- astconv
- check
- fn_ctxt
- method
- structured_errors
- library/core/src/slice
- src
- librustdoc/clean
- test/ui
- async-await/issues
- bad
- const-generics
- issues
- error-codes
- generic-associated-types
- generics
- issues
- methods
- mismatched_types
- resolve
- structs
- suggestions
- traits
- type
- ascription
- type-alias-enum-variants
- typeck
- ufcs
- unboxed-closures
- tools/clippy/clippy_lints/src/utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
121 files changed
+2760
-739
lines changedDiff for: compiler/rustc_ast/src/ast.rs
+10-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
242 | 242 |
| |
243 | 243 |
| |
244 | 244 |
| |
245 |
| - | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
246 | 249 |
| |
247 | 250 |
| |
248 | 251 |
| |
249 | 252 |
| |
250 | 253 |
| |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
251 | 260 |
| |
252 | 261 |
| |
253 | 262 |
| |
|
Diff for: compiler/rustc_ast/src/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
16 | 17 |
| |
17 | 18 |
| |
18 | 19 |
| |
|
Diff for: compiler/rustc_ast/src/mut_visit.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
565 | 565 |
| |
566 | 566 |
| |
567 | 567 |
| |
568 |
| - | |
| 568 | + | |
569 | 569 |
| |
570 | 570 |
| |
571 | 571 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/path.rs
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
401 | 401 |
| |
402 | 402 |
| |
403 | 403 |
| |
404 |
| - | |
| 404 | + | |
405 | 405 |
| |
406 | 406 |
| |
407 | 407 |
| |
408 | 408 |
| |
409 | 409 |
| |
410 |
| - | |
| 410 | + | |
411 | 411 |
| |
412 |
| - | |
| 412 | + | |
413 | 413 |
| |
414 | 414 |
| |
415 | 415 |
| |
|
Diff for: compiler/rustc_hir/src/hir.rs
+44-11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 |
| - | |
| 14 | + | |
16 | 15 |
| |
| 16 | + | |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
| |||
231 | 231 |
| |
232 | 232 |
| |
233 | 233 |
| |
234 |
| - | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
235 | 239 |
| |
236 | 240 |
| |
237 | 241 |
| |
| |||
275 | 279 |
| |
276 | 280 |
| |
277 | 281 |
| |
278 |
| - | |
279 |
| - | |
280 |
| - | |
281 |
| - | |
282 |
| - | |
283 |
| - | |
| 282 | + | |
| 283 | + | |
284 | 284 |
| |
285 | 285 |
| |
286 |
| - | |
| 286 | + | |
287 | 287 |
| |
288 | 288 |
| |
289 | 289 |
| |
290 |
| - | |
| 290 | + | |
291 | 291 |
| |
292 | 292 |
| |
293 | 293 |
| |
| |||
352 | 352 |
| |
353 | 353 |
| |
354 | 354 |
| |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
| 383 | + | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
| 387 | + | |
355 | 388 |
| |
356 | 389 |
| |
357 | 390 |
| |
|
Diff for: compiler/rustc_hir/src/lang_items.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
157 | 157 |
| |
158 | 158 |
| |
159 | 159 |
| |
160 |
| - | |
| 160 | + | |
161 | 161 |
| |
162 | 162 |
| |
163 | 163 |
| |
|
Diff for: compiler/rustc_hir/src/lib.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| 10 | + | |
10 | 11 |
| |
11 | 12 |
| |
12 | 13 |
| |
|
Diff for: compiler/rustc_hir_pretty/src/lib.rs
+6-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1213 | 1213 |
| |
1214 | 1214 |
| |
1215 | 1215 |
| |
1216 |
| - | |
| 1216 | + | |
1217 | 1217 |
| |
1218 | 1218 |
| |
1219 | 1219 |
| |
| |||
1661 | 1661 |
| |
1662 | 1662 |
| |
1663 | 1663 |
| |
1664 |
| - | |
1665 |
| - | |
1666 |
| - | |
1667 |
| - | |
1668 |
| - | |
| 1664 | + | |
1669 | 1665 |
| |
1670 | 1666 |
| |
1671 | 1667 |
| |
1672 | 1668 |
| |
1673 | 1669 |
| |
1674 | 1670 |
| |
1675 | 1671 |
| |
1676 |
| - | |
| 1672 | + | |
1677 | 1673 |
| |
1678 | 1674 |
| |
1679 | 1675 |
| |
| |||
1693 | 1689 |
| |
1694 | 1690 |
| |
1695 | 1691 |
| |
1696 |
| - | |
| 1692 | + | |
1697 | 1693 |
| |
1698 | 1694 |
| |
1699 | 1695 |
| |
| |||
1705 | 1701 |
| |
1706 | 1702 |
| |
1707 | 1703 |
| |
1708 |
| - | |
| 1704 | + | |
1709 | 1705 |
| |
1710 | 1706 |
| |
1711 | 1707 |
| |
| |||
1725 | 1721 |
| |
1726 | 1722 |
| |
1727 | 1723 |
| |
1728 |
| - | |
| 1724 | + | |
1729 | 1725 |
| |
1730 | 1726 |
| |
1731 | 1727 |
| |
|
+9-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
721 | 721 |
| |
722 | 722 |
| |
723 | 723 |
| |
724 |
| - | |
| 724 | + | |
725 | 725 |
| |
726 | 726 |
| |
727 | 727 |
| |
728 | 728 |
| |
729 | 729 |
| |
730 |
| - | |
| 730 | + | |
731 | 731 |
| |
732 | 732 |
| |
733 | 733 |
| |
734 | 734 |
| |
735 | 735 |
| |
736 |
| - | |
737 |
| - | |
738 |
| - | |
| 736 | + | |
| 737 | + | |
| 738 | + | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
739 | 743 |
| |
740 | 744 |
| |
741 | 745 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
| 132 | + | |
| 133 | + | |
| 134 | + | |
132 | 135 |
| |
133 | 136 |
| |
134 | 137 |
| |
|
Diff for: compiler/rustc_middle/src/query/mod.rs
+9
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
881 | 881 |
| |
882 | 882 |
| |
883 | 883 |
| |
| 884 | + | |
884 | 885 |
| |
885 | 886 |
| |
886 | 887 |
| |
| |||
890 | 891 |
| |
891 | 892 |
| |
892 | 893 |
| |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
893 | 899 |
| |
894 | 900 |
| |
895 | 901 |
| |
| 902 | + | |
896 | 903 |
| |
897 | 904 |
| |
898 | 905 |
| |
| 906 | + | |
899 | 907 |
| |
900 | 908 |
| |
901 | 909 |
| |
| 910 | + | |
902 | 911 |
| |
903 | 912 |
| |
904 | 913 |
| |
|
Diff for: compiler/rustc_middle/src/ty/error.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
847 | 847 |
| |
848 | 848 |
| |
849 | 849 |
| |
850 |
| - | |
| 850 | + | |
851 | 851 |
| |
852 | 852 |
| |
853 | 853 |
| |
|
Diff for: compiler/rustc_middle/src/ty/mod.rs
+20-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
871 | 871 |
| |
872 | 872 |
| |
873 | 873 |
| |
874 |
| - | |
| 874 | + | |
875 | 875 |
| |
876 | 876 |
| |
877 | 877 |
| |
878 | 878 |
| |
879 | 879 |
| |
880 | 880 |
| |
881 |
| - | |
| 881 | + | |
882 | 882 |
| |
883 | 883 |
| |
884 | 884 |
| |
885 | 885 |
| |
886 | 886 |
| |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
887 | 905 |
| |
888 | 906 |
| |
889 | 907 |
| |
|
Diff for: compiler/rustc_parse/src/parser/path.rs
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
230 | 230 |
| |
231 | 231 |
| |
232 | 232 |
| |
| 233 | + | |
233 | 234 |
| |
234 | 235 |
| |
235 | 236 |
| |
236 |
| - | |
| 237 | + | |
237 | 238 |
| |
238 | 239 |
| |
239 | 240 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1433 | 1433 |
| |
1434 | 1434 |
| |
1435 | 1435 |
| |
1436 |
| - | |
| 1436 | + | |
1437 | 1437 |
| |
1438 | 1438 |
| |
1439 | 1439 |
| |
|
0 commit comments