File tree
276 files changed
+7680
-2661
lines changed- compiler
- rustc_ast/src
- rustc_borrowck/src
- rustc_builtin_macros/src
- rustc_codegen_gcc/src
- rustc_codegen_llvm/src
- rustc_codegen_ssa/src
- back
- mir
- traits
- rustc_const_eval/src
- const_eval
- transform
- rustc_data_structures
- src
- graph/dominators
- owned_slice
- rustc_driver_impl/src
- rustc_error_messages/src
- rustc_errors/src
- rustc_expand/src
- rustc_hir_analysis/src
- astconv
- check
- coherence
- collect
- outlives
- variance
- rustc_hir_typeck/src
- method
- rustc_infer/src/infer
- error_reporting
- nll_relate
- outlives
- rustc_interface/src
- rustc_lexer/src
- rustc_lint/src
- rustc_macros/src
- rustc_metadata/src/rmeta
- decoder
- rustc_middle
- src
- hir
- map
- middle
- mir
- query
- ty
- context
- inhabitedness
- print
- util
- rustc_mir_build/src
- build
- custom/parse
- expr
- matches
- rustc_mir_transform/src
- coverage
- rustc_monomorphize/src
- partitioning
- rustc_parse
- src
- parser
- rustc_passes/src
- rustc_privacy/src
- rustc_query_impl
- src
- rustc_query_system/src/query
- rustc_resolve/src
- rustc_serialize/src
- rustc_session/src
- rustc_span/src
- rustc_symbol_mangling/src
- rustc_trait_selection/src/traits
- rustc_traits/src
- chalk
- rustc_ty_utils/src
- rustc_type_ir/src
- library
- core
- benches
- num
- dec2flt
- flt2dec
- src
- intrinsics
- iter/adapters
- num
- panic
- slice
- str
- tests
- num
- std/src
- io
- os/windows/io
- sync
- mpmc
- mpsc
- thread
- src
- bootstrap
- ci/docker/host-x86_64/x86_64-gnu-tools
- etc/completions
- librustdoc
- clean
- tools
- clippy/tests/ui
- linkchecker
- miri
- src/bin
- tidy/src
- tests
- codegen
- issues
- debuginfo
- mir-opt
- building/custom
- run-make-fulldeps/obtain-borrowck
- rustdoc-gui
- rustdoc-json/type
- ui
- extenv
- extern/auxiliary
- feature-gates/auxiliary
- impl-trait
- issues
- auxiliary
- kindck
- lint
- macros
- rfc-2011-nicer-assert-messages
- parser/issues
- track-diagnostics
- traits/non_lifetime_binders
- unsized-locals
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
276 files changed
+7680
-2661
lines changedLines changed: 33 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
854 | 854 | | |
855 | 855 | | |
856 | 856 | | |
857 | | - | |
| 857 | + | |
858 | 858 | | |
859 | 859 | | |
860 | 860 | | |
| |||
1241 | 1241 | | |
1242 | 1242 | | |
1243 | 1243 | | |
| 1244 | + | |
| 1245 | + | |
| 1246 | + | |
| 1247 | + | |
| 1248 | + | |
| 1249 | + | |
| 1250 | + | |
| 1251 | + | |
| 1252 | + | |
| 1253 | + | |
1244 | 1254 | | |
1245 | 1255 | | |
1246 | 1256 | | |
| |||
2188 | 2198 | | |
2189 | 2199 | | |
2190 | 2200 | | |
| 2201 | + | |
| 2202 | + | |
| 2203 | + | |
| 2204 | + | |
| 2205 | + | |
| 2206 | + | |
| 2207 | + | |
| 2208 | + | |
| 2209 | + | |
2191 | 2210 | | |
2192 | 2211 | | |
2193 | 2212 | | |
| |||
2197 | 2216 | | |
2198 | 2217 | | |
2199 | 2218 | | |
| 2219 | + | |
| 2220 | + | |
| 2221 | + | |
| 2222 | + | |
| 2223 | + | |
| 2224 | + | |
| 2225 | + | |
| 2226 | + | |
| 2227 | + | |
2200 | 2228 | | |
2201 | 2229 | | |
2202 | 2230 | | |
| |||
3306 | 3334 | | |
3307 | 3335 | | |
3308 | 3336 | | |
| 3337 | + | |
3309 | 3338 | | |
3310 | 3339 | | |
3311 | 3340 | | |
| |||
3781 | 3810 | | |
3782 | 3811 | | |
3783 | 3812 | | |
| 3813 | + | |
3784 | 3814 | | |
3785 | 3815 | | |
3786 | 3816 | | |
| |||
3995 | 4025 | | |
3996 | 4026 | | |
3997 | 4027 | | |
| 4028 | + | |
3998 | 4029 | | |
| 4030 | + | |
3999 | 4031 | | |
4000 | 4032 | | |
4001 | 4033 | | |
| |||
Lines changed: 11 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
59 | 60 | | |
60 | 61 | | |
61 | 62 | | |
| |||
118 | 119 | | |
119 | 120 | | |
120 | 121 | | |
121 | | - | |
| 122 | + | |
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
| |||
550 | 551 | | |
551 | 552 | | |
552 | 553 | | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
553 | 558 | | |
554 | 559 | | |
555 | 560 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
73 | 74 | | |
74 | | - | |
| 75 | + | |
75 | 76 | | |
76 | 77 | | |
77 | 78 | | |
| |||
80 | 81 | | |
81 | 82 | | |
82 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
83 | 89 | | |
84 | 90 | | |
85 | 91 | | |
86 | | - | |
| 92 | + | |
87 | 93 | | |
88 | 94 | | |
89 | 95 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| 83 | + | |
83 | 84 | | |
84 | | - | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | 158 | | |
165 | 159 | | |
166 | 160 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
Lines changed: 7 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
| 20 | + | |
24 | 21 | | |
25 | 22 | | |
26 | 23 | | |
| |||
30 | 27 | | |
31 | 28 | | |
32 | 29 | | |
| 30 | + | |
33 | 31 | | |
34 | | - | |
35 | 32 | | |
36 | 33 | | |
37 | 34 | | |
| |||
689 | 686 | | |
690 | 687 | | |
691 | 688 | | |
692 | | - | |
| 689 | + | |
693 | 690 | | |
694 | 691 | | |
695 | 692 | | |
| |||
702 | 699 | | |
703 | 700 | | |
704 | 701 | | |
705 | | - | |
706 | | - | |
707 | | - | |
708 | | - | |
709 | | - | |
710 | | - | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
711 | 706 | | |
712 | 707 | | |
713 | 708 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments