File tree
113 files changed
+960
-1132
lines changed- compiler
- rustc_ast_lowering/src
- rustc_borrowck
- src
- diagnostics
- rustc_builtin_macros/src
- rustc_codegen_cranelift/src/driver
- rustc_codegen_ssa/src
- rustc_driver_impl/src
- rustc_errors/src
- rustc_hir_analysis/src
- check
- coherence
- hir_ty_lowering
- rustc_hir_typeck/src
- fn_ctxt
- method
- rustc_interface/src
- rustc_lint/src
- rustc_lint_defs/src
- rustc_macros/src
- rustc_metadata/src/rmeta
- decoder
- rustc_middle/src
- mir/interpret
- query
- ty
- print
- rustc_mir_build
- src
- builder
- thir/pattern
- rustc_mir_transform/src
- rustc_monomorphize/src
- rustc_privacy/src
- rustc_target/src/spec
- targets
- rustc_trait_selection/src
- error_reporting
- infer
- traits
- traits/specialize
- rustc_ty_utils/src
- library
- alloc/src
- core/src
- char
- str
- src
- bootstrap
- src/core
- build_steps
- builder
- config
- ci/github-actions
- doc/rustc/src
- platform-support
- librustdoc
- tools
- build-manifest/src
- clippy/clippy_lints/src
- compiletest/src
- tests
- assembly/targets
- codegen/issues
- ui
- check-cfg
- coercion
- diagnostic-width
- higher-ranked/trait-bounds
- suggestions
- traits
- object
- typeck
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
113 files changed
+960
-1132
lines changedDiff for: compiler/rustc_ast_lowering/src/lib.rs
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
418 | 418 |
| |
419 | 419 |
| |
420 | 420 |
| |
421 |
| - | |
422 |
| - | |
423 |
| - | |
424 |
| - | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
425 | 425 |
| |
426 | 426 |
| |
427 | 427 |
| |
|
Diff for: compiler/rustc_borrowck/messages.ftl
-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 | 95 |
| |
99 | 96 |
| |
100 | 97 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
289 | 289 |
| |
290 | 290 |
| |
291 | 291 |
| |
292 |
| - | |
293 |
| - | |
| 292 | + | |
294 | 293 |
| |
295 | 294 |
| |
296 | 295 |
| |
| |||
306 | 305 |
| |
307 | 306 |
| |
308 | 307 |
| |
309 |
| - | |
310 |
| - | |
311 |
| - | |
312 |
| - | |
313 |
| - | |
314 | 308 |
| |
315 | 309 |
| |
316 | 310 |
| |
|
+9-11
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
| 7 | + | |
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
32 |
| - | |
| 32 | + | |
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
| |||
1433 | 1433 |
| |
1434 | 1434 |
| |
1435 | 1435 |
| |
1436 |
| - | |
| 1436 | + | |
1437 | 1437 |
| |
1438 | 1438 |
| |
1439 |
| - | |
1440 |
| - | |
1441 |
| - | |
1442 |
| - | |
1443 |
| - | |
1444 |
| - | |
1445 |
| - | |
1446 |
| - | |
| 1439 | + | |
| 1440 | + | |
| 1441 | + | |
| 1442 | + | |
| 1443 | + | |
| 1444 | + | |
1447 | 1445 |
| |
1448 | 1446 |
| |
1449 | 1447 |
| |
|
+3-21
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
596 | 596 |
| |
597 | 597 |
| |
598 | 598 |
| |
599 |
| - | |
600 |
| - | |
| 599 | + | |
601 | 600 |
| |
602 | 601 |
| |
603 | 602 |
| |
604 | 603 |
| |
605 | 604 |
| |
606 | 605 |
| |
607 |
| - | |
608 |
| - | |
609 |
| - | |
610 |
| - | |
611 |
| - | |
612 | 606 |
| |
613 | 607 |
| |
614 | 608 |
| |
| |||
635 | 629 |
| |
636 | 630 |
| |
637 | 631 |
| |
638 |
| - | |
639 |
| - | |
| 632 | + | |
640 | 633 |
| |
641 | 634 |
| |
642 | 635 |
| |
643 | 636 |
| |
644 | 637 |
| |
645 | 638 |
| |
646 |
| - | |
647 |
| - | |
648 |
| - | |
649 |
| - | |
650 |
| - | |
651 | 639 |
| |
652 | 640 |
| |
653 | 641 |
| |
| |||
845 | 833 |
| |
846 | 834 |
| |
847 | 835 |
| |
848 |
| - | |
849 |
| - | |
| 836 | + | |
850 | 837 |
| |
851 | 838 |
| |
852 | 839 |
| |
853 | 840 |
| |
854 | 841 |
| |
855 | 842 |
| |
856 |
| - | |
857 |
| - | |
858 |
| - | |
859 |
| - | |
860 |
| - | |
861 | 843 |
| |
862 | 844 |
| |
863 | 845 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
458 | 458 |
| |
459 | 459 |
| |
460 | 460 |
| |
461 |
| - | |
462 |
| - | |
463 |
| - | |
464 |
| - | |
465 |
| - | |
466 |
| - | |
467 |
| - | |
468 | 461 |
| |
469 | 462 |
| |
470 | 463 |
| |
|
+8-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
12 | 14 |
| |
13 | 15 |
| |
14 | 16 |
| |
| |||
975 | 977 |
| |
976 | 978 |
| |
977 | 979 |
| |
978 |
| - | |
979 |
| - | |
980 |
| - | |
981 |
| - | |
982 |
| - | |
983 |
| - | |
984 |
| - | |
985 |
| - | |
986 |
| - | |
| 980 | + | |
| 981 | + | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
987 | 985 |
| |
988 | 986 |
| |
989 | 987 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
692 | 692 |
| |
693 | 693 |
| |
694 | 694 |
| |
695 |
| - | |
| 695 | + | |
696 | 696 |
| |
697 | 697 |
| |
698 | 698 |
| |
|
Diff for: compiler/rustc_codegen_ssa/src/base.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
634 | 634 |
| |
635 | 635 |
| |
636 | 636 |
| |
637 |
| - | |
| 637 | + | |
638 | 638 |
| |
639 | 639 |
| |
640 | 640 |
| |
|
Diff for: compiler/rustc_driver_impl/src/lib.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
317 | 317 |
| |
318 | 318 |
| |
319 | 319 |
| |
320 |
| - | |
| 320 | + | |
321 | 321 |
| |
322 | 322 |
| |
323 | 323 |
| |
| |||
365 | 365 |
| |
366 | 366 |
| |
367 | 367 |
| |
368 |
| - | |
| 368 | + | |
369 | 369 |
| |
370 | 370 |
| |
371 | 371 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
222 | 222 |
| |
223 | 223 |
| |
224 | 224 |
| |
225 |
| - | |
| 225 | + | |
226 | 226 |
| |
227 | 227 |
| |
228 | 228 |
| |
|
Diff for: compiler/rustc_errors/src/diagnostic.rs
+31
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| 7 | + | |
7 | 8 |
| |
8 | 9 |
| |
9 | 10 |
| |
| |||
301 | 302 |
| |
302 | 303 |
| |
303 | 304 |
| |
| 305 | + | |
304 | 306 |
| |
305 | 307 |
| |
306 | 308 |
| |
| |||
324 | 326 |
| |
325 | 327 |
| |
326 | 328 |
| |
| 329 | + | |
327 | 330 |
| |
328 | 331 |
| |
329 | 332 |
| |
| |||
1293 | 1296 |
| |
1294 | 1297 |
| |
1295 | 1298 |
| |
| 1299 | + | |
| 1300 | + | |
| 1301 | + | |
| 1302 | + | |
| 1303 | + | |
| 1304 | + | |
| 1305 | + | |
1296 | 1306 |
| |
1297 | 1307 |
| |
1298 | 1308 |
| |
| 1309 | + | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
| 1313 | + | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
| 1317 | + | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
1299 | 1330 |
| |
1300 | 1331 |
| |
1301 | 1332 |
| |
|
Diff for: compiler/rustc_errors/src/lib.rs
+1-13
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
65 | 65 |
| |
66 | 66 |
| |
67 | 67 |
| |
68 |
| - | |
| 68 | + | |
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
| |||
1999 | 1999 |
| |
2000 | 2000 |
| |
2001 | 2001 |
| |
2002 |
| - | |
2003 |
| - | |
2004 |
| - | |
2005 |
| - | |
2006 |
| - | |
2007 |
| - | |
2008 |
| - | |
2009 |
| - | |
2010 |
| - | |
2011 |
| - | |
2012 |
| - | |
2013 |
| - | |
2014 | 2002 |
| |
2015 | 2003 |
| |
2016 | 2004 |
| |
|
+5-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
778 | 778 |
| |
779 | 779 |
| |
780 | 780 |
| |
781 |
| - | |
| 781 | + | |
782 | 782 |
| |
783 | 783 |
| |
784 | 784 |
| |
785 | 785 |
| |
786 | 786 |
| |
787 |
| - | |
| 787 | + | |
788 | 788 |
| |
789 | 789 |
| |
790 | 790 |
| |
| |||
804 | 804 |
| |
805 | 805 |
| |
806 | 806 |
| |
807 |
| - | |
| 807 | + | |
808 | 808 |
| |
809 | 809 |
| |
810 | 810 |
| |
| |||
1042 | 1042 |
| |
1043 | 1043 |
| |
1044 | 1044 |
| |
1045 |
| - | |
| 1045 | + | |
1046 | 1046 |
| |
1047 | 1047 |
| |
1048 | 1048 |
| |
| |||
1488 | 1488 |
| |
1489 | 1489 |
| |
1490 | 1490 |
| |
1491 |
| - | |
| 1491 | + | |
1492 | 1492 |
| |
1493 | 1493 |
| |
1494 | 1494 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2034 | 2034 |
| |
2035 | 2035 |
| |
2036 | 2036 |
| |
2037 |
| - | |
| 2037 | + | |
2038 | 2038 |
| |
2039 | 2039 |
| |
2040 | 2040 |
| |
|
0 commit comments