File tree
162 files changed
+573
-281
lines changed- compiler
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_builtin_macros/src/deriving/generic
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src/mir
- rustc_data_structures/src
- owning_ref
- rustc_errors/src
- rustc_hir/src
- rustc_infer/src
- infer
- error_reporting
- nll_relate
- region_constraints
- traits
- rustc_lexer/src
- rustc_lint/src
- rustc_lint_defs/src
- rustc_metadata/src/rmeta
- rustc_middle/src
- hir/map
- middle
- mir
- interpret
- query
- traits
- ty
- inhabitedness
- rustc_mir/src
- borrow_check
- diagnostics
- interpret
- monomorphize/partitioning
- transform
- check_consts
- coverage
- rustc_mir_build/src
- build
- expr
- matches
- thir
- cx
- pattern
- rustc_parse/src/parser
- rustc_privacy/src
- rustc_resolve/src
- late
- rustc_serialize/src
- rustc_session/src
- rustc_span/src
- rustc_target/src/asm
- rustc_trait_selection/src
- traits
- error_reporting
- query/type_op
- select
- specialize
- rustc_traits/src/chalk
- rustc_ty_utils/src
- rustc_typeck/src
- astconv
- check
- fn_ctxt
- outlives
- library
- alloc/src
- collections
- core/src
- array
- char
- iter
- adapters
- traits
- mem
- num/dec2flt
- ptr
- proc_macro/src
- std/src
- collections/hash
- ffi
- io
- net
- os
- unix/net
- windows
- sys/windows
- sys_common
- remutex
- time
- src
- librustdoc
- formats
- html/static/js
- test
- incremental/thinlto
- mir-opt/dest-prop
- rustdoc-ui/coverage
- ui
- async-await
- drop-order
- issues
- closures/2229_closure_analysis/migrations
- consts
- hrtb
- issues
- lint
- macros
- nll
- proc-macro
- rfc-2008-non-exhaustive
- traits/reservation-impl
- union
- ui-fulldeps/internal-lints
- tools
- clippy
- clippy_lints/src
- loops
- utils
- clippy_utils/src
- tests/ui/declare_interior_mutable_const
- compiletest/src
- rustdoc-gui
- rustfmt
- src
- tests
- source/cfg_if/detect/arch
- target/cfg_if/detect/arch
- tidy/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
162 files changed
+573
-281
lines changedDiff for: compiler/rustc_ast/src/token.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
495 | 495 |
| |
496 | 496 |
| |
497 | 497 |
| |
498 |
| - | |
| 498 | + | |
499 | 499 |
| |
500 | 500 |
| |
501 | 501 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/lib.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1265 | 1265 |
| |
1266 | 1266 |
| |
1267 | 1267 |
| |
1268 |
| - | |
| 1268 | + | |
1269 | 1269 |
| |
1270 | 1270 |
| |
1271 | 1271 |
| |
| |||
2690 | 2690 |
| |
2691 | 2691 |
| |
2692 | 2692 |
| |
2693 |
| - | |
| 2693 | + | |
2694 | 2694 |
| |
2695 | 2695 |
| |
2696 | 2696 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1700 | 1700 |
| |
1701 | 1701 |
| |
1702 | 1702 |
| |
1703 |
| - | |
| 1703 | + | |
1704 | 1704 |
| |
1705 | 1705 |
| |
1706 | 1706 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
558 | 558 |
| |
559 | 559 |
| |
560 | 560 |
| |
561 |
| - | |
| 561 | + | |
562 | 562 |
| |
563 | 563 |
| |
564 | 564 |
| |
|
+3-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
| 140 | + | |
141 | 141 |
| |
142 |
| - | |
| 142 | + | |
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
| |||
1031 | 1031 |
| |
1032 | 1032 |
| |
1033 | 1033 |
| |
1034 |
| - | |
| 1034 | + | |
1035 | 1035 |
| |
1036 | 1036 |
| |
1037 | 1037 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
901 | 901 |
| |
902 | 902 |
| |
903 | 903 |
| |
904 |
| - | |
| 904 | + | |
905 | 905 |
| |
906 | 906 |
| |
907 | 907 |
| |
|
+24-24
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
321 | 321 |
| |
322 | 322 |
| |
323 | 323 |
| |
324 |
| - | |
| 324 | + | |
325 | 325 |
| |
326 | 326 |
| |
327 | 327 |
| |
| |||
368 | 368 |
| |
369 | 369 |
| |
370 | 370 |
| |
371 |
| - | |
| 371 | + | |
372 | 372 |
| |
373 | 373 |
| |
374 | 374 |
| |
| |||
396 | 396 |
| |
397 | 397 |
| |
398 | 398 |
| |
399 |
| - | |
| 399 | + | |
400 | 400 |
| |
401 | 401 |
| |
402 | 402 |
| |
| |||
430 | 430 |
| |
431 | 431 |
| |
432 | 432 |
| |
433 |
| - | |
| 433 | + | |
434 | 434 |
| |
435 | 435 |
| |
436 | 436 |
| |
| |||
511 | 511 |
| |
512 | 512 |
| |
513 | 513 |
| |
514 |
| - | |
| 514 | + | |
515 | 515 |
| |
516 | 516 |
| |
517 | 517 |
| |
| |||
558 | 558 |
| |
559 | 559 |
| |
560 | 560 |
| |
561 |
| - | |
| 561 | + | |
562 | 562 |
| |
563 | 563 |
| |
564 | 564 |
| |
| |||
586 | 586 |
| |
587 | 587 |
| |
588 | 588 |
| |
589 |
| - | |
| 589 | + | |
590 | 590 |
| |
591 | 591 |
| |
592 | 592 |
| |
| |||
614 | 614 |
| |
615 | 615 |
| |
616 | 616 |
| |
617 |
| - | |
| 617 | + | |
618 | 618 |
| |
619 | 619 |
| |
620 | 620 |
| |
| |||
644 | 644 |
| |
645 | 645 |
| |
646 | 646 |
| |
647 |
| - | |
| 647 | + | |
648 | 648 |
| |
649 | 649 |
| |
650 | 650 |
| |
| |||
678 | 678 |
| |
679 | 679 |
| |
680 | 680 |
| |
681 |
| - | |
| 681 | + | |
682 | 682 |
| |
683 | 683 |
| |
684 | 684 |
| |
| |||
970 | 970 |
| |
971 | 971 |
| |
972 | 972 |
| |
973 |
| - | |
| 973 | + | |
974 | 974 |
| |
975 | 975 |
| |
976 | 976 |
| |
| |||
1139 | 1139 |
| |
1140 | 1140 |
| |
1141 | 1141 |
| |
1142 |
| - | |
| 1142 | + | |
1143 | 1143 |
| |
1144 |
| - | |
| 1144 | + | |
1145 | 1145 |
| |
1146 |
| - | |
| 1146 | + | |
1147 | 1147 |
| |
1148 | 1148 |
| |
1149 |
| - | |
| 1149 | + | |
1150 | 1150 |
| |
1151 |
| - | |
| 1151 | + | |
1152 | 1152 |
| |
1153 | 1153 |
| |
1154 |
| - | |
| 1154 | + | |
1155 | 1155 |
| |
1156 |
| - | |
| 1156 | + | |
1157 | 1157 |
| |
1158 |
| - | |
| 1158 | + | |
1159 | 1159 |
| |
1160 |
| - | |
| 1160 | + | |
1161 | 1161 |
| |
1162 |
| - | |
| 1162 | + | |
1163 | 1163 |
| |
1164 | 1164 |
| |
1165 | 1165 |
| |
| |||
1219 | 1219 |
| |
1220 | 1220 |
| |
1221 | 1221 |
| |
1222 |
| - | |
| 1222 | + | |
1223 | 1223 |
| |
1224 |
| - | |
| 1224 | + | |
1225 | 1225 |
| |
1226 |
| - | |
| 1226 | + | |
1227 | 1227 |
| |
1228 | 1228 |
| |
1229 | 1229 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
220 | 220 |
| |
221 | 221 |
| |
222 | 222 |
| |
223 |
| - | |
| 223 | + | |
224 | 224 |
| |
225 | 225 |
| |
226 | 226 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
|
Diff for: compiler/rustc_errors/src/emitter.rs
+20-19
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1623 | 1623 |
| |
1624 | 1624 |
| |
1625 | 1625 |
| |
1626 |
| - | |
| 1626 | + | |
1627 | 1627 |
| |
1628 | 1628 |
| |
1629 | 1629 |
| |
| |||
1658 | 1658 |
| |
1659 | 1659 |
| |
1660 | 1660 |
| |
1661 |
| - | |
| 1661 | + | |
1662 | 1662 |
| |
1663 | 1663 |
| |
1664 | 1664 |
| |
| |||
1676 | 1676 |
| |
1677 | 1677 |
| |
1678 | 1678 |
| |
1679 |
| - | |
1680 |
| - | |
1681 |
| - | |
1682 |
| - | |
1683 |
| - | |
1684 |
| - | |
1685 |
| - | |
1686 |
| - | |
1687 |
| - | |
1688 |
| - | |
| 1679 | + | |
| 1680 | + | |
| 1681 | + | |
| 1682 | + | |
| 1683 | + | |
| 1684 | + | |
| 1685 | + | |
| 1686 | + | |
| 1687 | + | |
| 1688 | + | |
| 1689 | + | |
| 1690 | + | |
| 1691 | + | |
| 1692 | + | |
| 1693 | + | |
| 1694 | + | |
| 1695 | + | |
| 1696 | + | |
1689 | 1697 |
| |
1690 | 1698 |
| |
1691 | 1699 |
| |
| |||
1723 | 1731 |
| |
1724 | 1732 |
| |
1725 | 1733 |
| |
1726 |
| - | |
1727 |
| - | |
1728 |
| - | |
1729 |
| - | |
1730 |
| - | |
1731 |
| - | |
1732 |
| - | |
1733 | 1734 |
| |
1734 | 1735 |
| |
1735 | 1736 |
| |
|
0 commit comments