This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
File tree
208 files changed
+1953
-2657
lines changed- compiler
- rustc_ast_passes/src
- rustc_borrowck
- src
- region_infer
- type_check
- rustc_feature/src
- rustc_hir_analysis/src
- collect
- type_of
- rustc_hir_typeck/src
- rustc_infer/src/infer
- opaque_types
- rustc_middle/src
- query
- ty
- rustc_next_trait_solver/src
- solve
- eval_ctxt
- normalizes_to
- rustc_parse
- src
- parser
- rustc_pattern_analysis/src
- rustc_trait_selection
- src
- solve
- traits
- query
- select
- rustc_ty_utils/src
- rustc_type_ir/src
- relate
- library/coretests/tests
- num
- src
- doc/unstable-book/src/language-features
- tools
- clippy/clippy_lints/src/matches
- rustfmt/tests
- source
- target
- tidy/src
- tests
- crashes
- pretty
- ui
- borrowck
- consts
- coroutine
- feature-gates
- generic-associated-types
- half-open-range-patterns
- higher-ranked/trait-bounds/normalize-under-binder
- impl-trait
- issues
- rpit
- transmute
- inline-const
- lint
- dead-code
- unused
- match
- parser
- issues
- recover
- pattern
- traits/next-solver/opaques
- type/pattern_types
- type-alias-impl-trait
- unsafe
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
208 files changed
+1953
-2657
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
11 | 9 |
| |
12 | 10 |
| |
13 | 11 |
| |
14 | 12 |
| |
15 | 13 |
| |
16 | 14 |
| |
17 | 15 |
| |
18 |
| - | |
| 16 | + | |
19 | 17 |
| |
20 | 18 |
| |
21 | 19 |
| |
| |||
27 | 25 |
| |
28 | 26 |
| |
29 | 27 |
| |
| 28 | + | |
30 | 29 |
| |
31 | 30 |
| |
32 | 31 |
| |
| |||
40 | 39 |
| |
41 | 40 |
| |
42 | 41 |
| |
43 |
| - | |
| 42 | + | |
44 | 43 |
| |
45 | 44 |
| |
46 | 45 |
| |
| |||
99 | 98 |
| |
100 | 99 |
| |
101 | 100 |
| |
| 101 | + | |
| 102 | + | |
102 | 103 |
| |
103 | 104 |
| |
104 | 105 |
| |
| |||
116 | 117 |
| |
117 | 118 |
| |
118 | 119 |
| |
| 120 | + | |
119 | 121 |
| |
120 | 122 |
| |
121 | 123 |
| |
| |||
180 | 182 |
| |
181 | 183 |
| |
182 | 184 |
| |
183 |
| - | |
| 185 | + | |
184 | 186 |
| |
185 | 187 |
| |
186 | 188 |
| |
187 |
| - | |
| 189 | + | |
188 | 190 |
| |
189 | 191 |
| |
190 | 192 |
| |
| |||
300 | 302 |
| |
301 | 303 |
| |
302 | 304 |
| |
303 |
| - | |
| 305 | + | |
304 | 306 |
| |
305 | 307 |
| |
306 | 308 |
| |
| |||
343 | 345 |
| |
344 | 346 |
| |
345 | 347 |
| |
346 |
| - | |
347 |
| - | |
| 348 | + | |
| 349 | + | |
348 | 350 |
| |
349 | 351 |
| |
350 | 352 |
| |
|
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 | + |
There was a problem loading the remainder of the diff.
0 commit comments