This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
274 files changed
+345
-333
lines changed- compiler
- rustc_borrowck/src
- region_infer
- type_check
- rustc_codegen_cranelift/example
- rustc_hir_analysis/src/check
- rustc_hir_typeck/src
- fn_ctxt
- rustc_infer/src
- infer/canonical
- traits
- rustc_interface/src
- rustc_middle/src
- traits/solve
- ty
- rustc_session/src
- rustc_trait_selection/src
- solve
- eval_ctxt
- inspect
- traits
- error_reporting
- query
- type_op
- src/tools/compiletest/src
- tests/ui
- associated-inherent-types
- async-await
- return-type-notation
- auto-traits
- closures
- coherence
- occurs-check
- coinduction
- const-generics/defaults
- consts
- coroutine
- dyn-star
- error-codes
- for
- generic-associated-types
- higher-ranked
- trait-bounds
- impl-trait
- in-trait
- implied-bounds
- inference
- issues
- lazy-type-alias
- never_type
- nll
- object-safety
- panics
- rfcs/rfc-2027-object-safe-for-dispatch
- specialization
- traits
- new-solver/projection
- next-solver
- alias-relate
- assembly
- coherence
- cycles
- coinduction
- generalize
- overflow
- reservation-impl
- trait-upcasting
- transmutability/primitives
- type-alias-impl-trait
- unsized
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
274 files changed
+345
-333
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
315 | 315 |
| |
316 | 316 |
| |
317 | 317 |
| |
318 |
| - | |
| 318 | + | |
319 | 319 |
| |
320 | 320 |
| |
321 | 321 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1003 | 1003 |
| |
1004 | 1004 |
| |
1005 | 1005 |
| |
1006 |
| - | |
| 1006 | + | |
1007 | 1007 |
| |
1008 | 1008 |
| |
1009 |
| - | |
| 1009 | + | |
1010 | 1010 |
| |
1011 | 1011 |
| |
1012 | 1012 |
| |
1013 | 1013 |
| |
1014 | 1014 |
| |
1015 |
| - | |
| 1015 | + | |
1016 | 1016 |
| |
1017 | 1017 |
| |
1018 | 1018 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 | 3 |
| |
4 |
| - | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
320 | 320 |
| |
321 | 321 |
| |
322 | 322 |
| |
323 |
| - | |
| 323 | + | |
324 | 324 |
| |
325 | 325 |
| |
326 | 326 |
| |
| |||
333 | 333 |
| |
334 | 334 |
| |
335 | 335 |
| |
336 |
| - | |
| 336 | + | |
337 | 337 |
| |
338 | 338 |
| |
339 | 339 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1019 | 1019 |
| |
1020 | 1020 |
| |
1021 | 1021 |
| |
1022 |
| - | |
| 1022 | + | |
1023 | 1023 |
| |
1024 | 1024 |
| |
1025 | 1025 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
| 86 | + | |
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 |
| - | |
| 104 | + | |
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
|
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: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
135 | 135 |
| |
136 | 136 |
| |
137 | 137 |
| |
138 |
| - | |
| 138 | + | |
139 | 139 |
| |
140 | 140 |
| |
141 | 141 |
| |
|
Lines changed: 7 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6 | 6 |
| |
7 | 7 |
| |
8 | 8 |
| |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
13 | 12 |
| |
14 | 13 |
| |
15 | 14 |
| |
| |||
781 | 780 |
| |
782 | 781 |
| |
783 | 782 |
| |
| 783 | + | |
| 784 | + | |
| 785 | + | |
| 786 | + | |
784 | 787 |
| |
785 | 788 |
| |
786 | 789 |
| |
| |||
822 | 825 |
| |
823 | 826 |
| |
824 | 827 |
| |
825 |
| - | |
826 | 828 |
| |
827 | 829 |
| |
828 | 830 |
| |
|
0 commit comments