File tree
216 files changed
+3973
-1380
lines changed- compiler
- rustc_ast/src
- rustc_ast_lowering/src
- rustc_ast_passes
- src
- rustc_ast_pretty/src/pprust/state
- rustc_borrowck/src/region_infer
- rustc_builtin_macros/src/deriving
- generic
- rustc_codegen_cranelift
- build_system
- example
- patches
- scripts
- src
- intrinsics
- rustc_codegen_ssa/src
- mir
- rustc_error_codes/src/error_codes
- rustc_expand/src
- rustc_hir/src
- rustc_hir_analysis/src
- astconv
- collect
- rustc_hir_pretty/src
- rustc_hir_typeck/src/fn_ctxt
- rustc_index/src
- rustc_infer/src/infer
- error_reporting
- lexical_region_resolve
- outlives
- relate
- rustc_metadata/src/rmeta
- rustc_middle/src
- query
- traits
- solve
- inspect
- ty
- rustc_mir_build/src
- build/matches
- thir/pattern
- rustc_mir_transform/src/coverage
- spans
- rustc_parse/src/parser
- rustc_passes/src
- rustc_pattern_analysis
- src
- rustc_privacy/src
- rustc_resolve/src
- rustc_smir/src
- rustc_internal
- rustc_smir
- convert
- rustc_target/src/spec
- targets
- rustc_trait_selection/src
- solve
- assembly
- eval_ctxt
- inspect
- normalizes_to
- traits
- select
- stable_mir/src
- mir
- library
- alloc/src
- collections/vec_deque
- raw_vec
- core/src
- intrinsics
- src
- bootstrap
- src
- core
- build_steps
- utils
- ci/docker/host-x86_64/dist-various-1
- doc
- rustc/src
- platform-support
- unstable-book/src/compiler-flags
- etc
- natvis
- librustdoc/clean
- tools
- clippy
- clippy_lints/src
- clippy_utils/src
- miri
- tests/fail/function_pointers
- rustfmt/src
- tidy/src
- tests
- codegen
- issues
- coverage
- incremental/thinlto
- mir-opt
- rustdoc-ui
- ui
- closures/binder
- editions
- higher-ranked
- hygiene
- issues
- parser/recover
- privacy
- recursion
- traits
- next-solver
- overflow
- non_lifetime_binders
- type-alias-impl-trait
- ui-fulldeps/stable-mir
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
216 files changed
+3973
-1380
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4354 | 4354 |
| |
4355 | 4355 |
| |
4356 | 4356 |
| |
| 4357 | + | |
4357 | 4358 |
| |
4358 | 4359 |
| |
4359 | 4360 |
| |
| |||
5689 | 5690 |
| |
5690 | 5691 |
| |
5691 | 5692 |
| |
| 5693 | + | |
| 5694 | + | |
| 5695 | + | |
| 5696 | + | |
| 5697 | + | |
| 5698 | + | |
5692 | 5699 |
| |
5693 | 5700 |
| |
5694 | 5701 |
| |
|
Lines changed: 125 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
1 | 126 |
| |
2 | 127 |
| |
3 | 128 |
| |
|
Lines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2788 | 2788 |
| |
2789 | 2789 |
| |
2790 | 2790 |
| |
2791 |
| - | |
| 2791 | + | |
| 2792 | + | |
| 2793 | + | |
| 2794 | + | |
| 2795 | + | |
2792 | 2796 |
| |
2793 | 2797 |
| |
2794 | 2798 |
| |
| |||
2803 | 2807 |
| |
2804 | 2808 |
| |
2805 | 2809 |
| |
2806 |
| - | |
| 2810 | + | |
2807 | 2811 |
| |
2808 | 2812 |
| |
2809 | 2813 |
| |
2810 | 2814 |
| |
2811 | 2815 |
| |
2812 | 2816 |
| |
2813 | 2817 |
| |
2814 |
| - | |
| 2818 | + | |
2815 | 2819 |
| |
2816 | 2820 |
| |
2817 | 2821 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
976 | 976 |
| |
977 | 977 |
| |
978 | 978 |
| |
979 |
| - | |
| 979 | + | |
980 | 980 |
| |
981 | 981 |
| |
982 | 982 |
| |
|
Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
2 | 1 |
| |
3 | 2 |
| |
4 |
| - | |
| 3 | + | |
5 | 4 |
| |
6 | 5 |
| |
7 | 6 |
| |
| |||
17 | 16 |
| |
18 | 17 |
| |
19 | 18 |
| |
20 |
| - | |
| 19 | + | |
21 | 20 |
| |
22 | 21 |
| |
23 | 22 |
| |
| |||
30 | 29 |
| |
31 | 30 |
| |
32 | 31 |
| |
33 |
| - | |
| 32 | + | |
34 | 33 |
| |
35 | 34 |
| |
36 | 35 |
| |
| |||
42 | 41 |
| |
43 | 42 |
| |
44 | 43 |
| |
45 |
| - | |
| 44 | + | |
46 | 45 |
| |
47 | 46 |
| |
48 | 47 |
| |
|
Lines changed: 5 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
661 | 661 |
| |
662 | 662 |
| |
663 | 663 |
| |
664 |
| - | |
665 |
| - | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
666 | 667 |
| |
667 |
| - | |
668 |
| - | |
| 668 | + | |
| 669 | + | |
669 | 670 |
| |
670 | 671 |
| |
671 | 672 |
| |
|
Lines changed: 11 additions & 15 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
| 47 | + | |
47 | 48 |
| |
48 | 49 |
| |
49 | 50 |
| |
50 | 51 |
| |
51 | 52 |
| |
52 |
| - | |
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
59 |
| - | |
60 |
| - | |
| 59 | + | |
| 60 | + | |
61 | 61 |
| |
62 | 62 |
| |
63 |
| - | |
| 63 | + | |
64 | 64 |
| |
65 | 65 |
| |
66 | 66 |
| |
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
122 |
| - | |
| 122 | + | |
123 | 123 |
| |
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
127 | 127 |
| |
128 |
| - | |
| 128 | + | |
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
| |||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 |
| - | |
| 138 | + | |
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
| |||
380 | 380 |
| |
381 | 381 |
| |
382 | 382 |
| |
383 |
| - | |
| 383 | + | |
384 | 384 |
| |
385 | 385 |
| |
386 | 386 |
| |
| |||
390 | 390 |
| |
391 | 391 |
| |
392 | 392 |
| |
393 |
| - | |
| 393 | + | |
394 | 394 |
| |
395 | 395 |
| |
396 | 396 |
| |
| |||
642 | 642 |
| |
643 | 643 |
| |
644 | 644 |
| |
645 |
| - | |
| 645 | + | |
646 | 646 |
| |
647 | 647 |
| |
648 | 648 |
| |
| |||
1651 | 1651 |
| |
1652 | 1652 |
| |
1653 | 1653 |
| |
1654 |
| - | |
1655 |
| - | |
1656 |
| - | |
1657 |
| - | |
1658 | 1654 |
| |
1659 | 1655 |
| |
1660 |
| - | |
| 1656 | + | |
1661 | 1657 |
| |
1662 | 1658 |
| |
1663 | 1659 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
| 120 | + | |
| 121 | + | |
| 122 | + | |
120 | 123 |
| |
121 | 124 |
| |
122 | 125 |
| |
123 | 126 |
| |
124 |
| - | |
125 |
| - | |
126 |
| - | |
127 | 127 |
| |
128 | 128 |
| |
129 | 129 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1000 | 1000 |
| |
1001 | 1001 |
| |
1002 | 1002 |
| |
1003 |
| - | |
| 1003 | + | |
1004 | 1004 |
| |
1005 | 1005 |
| |
1006 | 1006 |
| |
| |||
1016 | 1016 |
| |
1017 | 1017 |
| |
1018 | 1018 |
| |
1019 |
| - | |
| 1019 | + | |
1020 | 1020 |
| |
1021 | 1021 |
| |
1022 | 1022 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
56 |
| - | |
| 55 | + | |
| 56 | + | |
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
|
0 commit comments