This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
100 files changed
+1061
-935
lines changed- compiler
- rustc_codegen_cranelift/example
- rustc_codegen_gcc/example
- rustc_errors/src
- rustc_feature/src
- rustc_middle/src
- rustc_mir_build/src
- build/matches
- thir/pattern
- rustc_pattern_analysis
- src
- tests/common
- rustc_target/src
- rustc_transmute/src/layout
- rustc_type_ir/src
- library
- alloc/src/collections/vec_deque
- core/src
- std/src
- src/tools
- clippy
- clippy_utils/src
- tests/ui
- miri
- src
- tests/pass
- rust-analyzer/crates/hir-ty/src/mir
- eval
- tests
- mir-opt
- building/match
- ui
- closures/2229_closure_analysis/run_pass
- codemap_tests
- consts/const-eval
- enum-discriminant
- feature-gates
- never_type
- pattern/usefulness
- reachable
- rfcs
- rfc-0000-never_patterns
- rfc-2008-non-exhaustive/uninhabited
- try-trait
- uninhabited
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
100 files changed
+1061
-935
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
585 | 585 |
| |
586 | 586 |
| |
587 | 587 |
| |
| 588 | + | |
588 | 589 |
| |
589 | 590 |
| |
590 | 591 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
430 | 430 |
| |
431 | 431 |
| |
432 | 432 |
| |
| 433 | + | |
433 | 434 |
| |
434 | 435 |
| |
435 | 436 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
| 69 | + | |
69 | 70 |
| |
70 | 71 |
| |
71 | 72 |
| |
|
Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
267 | 267 |
| |
268 | 268 |
| |
269 | 269 |
| |
| 270 | + | |
| 271 | + | |
270 | 272 |
| |
271 | 273 |
| |
272 | 274 |
| |
|
Lines changed: 0 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
519 | 519 |
| |
520 | 520 |
| |
521 | 521 |
| |
522 |
| - | |
523 |
| - | |
524 |
| - | |
525 | 522 |
| |
526 | 523 |
| |
527 | 524 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
| |||
48 | 49 |
| |
49 | 50 |
| |
50 | 51 |
| |
51 |
| - | |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
|
Lines changed: 5 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
211 |
| - | |
212 |
| - | |
213 |
| - | |
214 |
| - | |
215 |
| - | |
216 |
| - | |
217 |
| - | |
218 |
| - | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
219 | 216 |
| |
220 | 217 |
| |
221 | 218 |
| |
|
Lines changed: 2 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
695 | 695 |
| |
696 | 696 |
| |
697 | 697 |
| |
698 |
| - | |
699 |
| - | |
700 |
| - | |
| 698 | + | |
701 | 699 |
| |
702 | 700 |
| |
703 | 701 |
| |
| |||
1059 | 1057 |
| |
1060 | 1058 |
| |
1061 | 1059 |
| |
1062 |
| - | |
| 1060 | + | |
1063 | 1061 |
| |
1064 | 1062 |
| |
1065 | 1063 |
| |
|
Lines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
58 | 57 |
| |
59 | 58 |
| |
60 | 59 |
| |
|
Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
237 | 237 |
| |
238 | 238 |
| |
239 | 239 |
| |
240 |
| - | |
241 |
| - | |
242 |
| - | |
| 240 | + | |
243 | 241 |
| |
244 | 242 |
| |
245 | 243 |
| |
| |||
925 | 923 |
| |
926 | 924 |
| |
927 | 925 |
| |
928 |
| - | |
929 |
| - | |
930 |
| - | |
931 | 926 |
| |
932 | 927 |
| |
933 | 928 |
| |
|
0 commit comments