This repository was archived by the owner on May 28, 2025. It is now read-only.
File tree
117 files changed
+1151
-420
lines changed- compiler
- rustc_abi/src
- rustc_ast_lowering/src
- rustc_ast_passes/src
- rustc_ast_pretty/src/pprust
- rustc_attr_parsing/src/attributes
- rustc_borrowck/src
- diagnostics
- polonius
- region_infer
- type_check
- liveness
- rustc_const_eval/src/interpret
- rustc_data_structures/src
- graph
- implementation
- scc
- sorted_map
- sso
- sync
- rustc_expand/src
- rustc_hir_analysis/src
- collect
- rustc_hir_pretty/src
- rustc_hir/src
- rustc_index/src
- rustc_infer/src/infer
- canonical
- outlives
- rustc_lexer/src
- rustc_lint/src
- rustc_metadata/src/rmeta
- rustc_middle/src
- hir
- mir
- interpret/allocation
- ty
- print
- rustc_mir_build/src
- builder/expr
- thir/cx
- rustc_mir_dataflow/src
- move_paths
- rustc_mir_transform/src
- coverage
- rustc_monomorphize/src
- rustc_parse/src/parser
- rustc_pattern_analysis
- src
- tests/common
- rustc_query_system/src/dep_graph
- rustc_session/src
- rustc_trait_selection/src
- error_reporting/infer
- solve
- traits
- specialize
- rustc_ty_utils/src
- layout
- rustc_type_ir/src/search_graph
- stable_mir/src
- mir
- library/std/src
- io
- sync/mpmc
- sys
- net/connection
- socket
- pal/unix
- thread
- src
- bootstrap/src/core/build_steps
- etc
- tools/rust-analyzer/crates/hir-ty/src/diagnostics/match_check
- tests
- crashes
- debuginfo
- ui
- feature-gates
- parser
- macro
- unboxed-closures
- unpretty
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
117 files changed
+1151
-420
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1349 | 1349 | | |
1350 | 1350 | | |
1351 | 1351 | | |
1352 | | - | |
| 1352 | + | |
1353 | 1353 | | |
1354 | 1354 | | |
1355 | 1355 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
| |||
1821 | 1820 | | |
1822 | 1821 | | |
1823 | 1822 | | |
1824 | | - | |
1825 | | - | |
1826 | | - | |
| 1823 | + | |
| 1824 | + | |
| 1825 | + | |
1827 | 1826 | | |
1828 | | - | |
| 1827 | + | |
1829 | 1828 | | |
1830 | 1829 | | |
1831 | 1830 | | |
| |||
1986 | 1985 | | |
1987 | 1986 | | |
1988 | 1987 | | |
1989 | | - | |
1990 | | - | |
1991 | | - | |
| 1988 | + | |
| 1989 | + | |
| 1990 | + | |
1992 | 1991 | | |
1993 | | - | |
| 1992 | + | |
1994 | 1993 | | |
1995 | 1994 | | |
1996 | 1995 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
804 | 804 | | |
805 | 805 | | |
806 | 806 | | |
807 | | - | |
| 807 | + | |
| 808 | + | |
| 809 | + | |
| 810 | + | |
| 811 | + | |
| 812 | + | |
| 813 | + | |
| 814 | + | |
808 | 815 | | |
809 | 816 | | |
810 | 817 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
424 | 424 | | |
425 | 425 | | |
426 | 426 | | |
427 | | - | |
| 427 | + | |
428 | 428 | | |
429 | 429 | | |
430 | 430 | | |
431 | 431 | | |
432 | | - | |
| 432 | + | |
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
| 436 | + | |
436 | 437 | | |
| 438 | + | |
| 439 | + | |
437 | 440 | | |
438 | | - | |
| 441 | + | |
439 | 442 | | |
440 | | - | |
| 443 | + | |
441 | 444 | | |
442 | 445 | | |
443 | 446 | | |
| |||
448 | 451 | | |
449 | 452 | | |
450 | 453 | | |
451 | | - | |
| 454 | + | |
452 | 455 | | |
453 | 456 | | |
| 457 | + | |
454 | 458 | | |
455 | 459 | | |
456 | 460 | | |
| |||
Lines changed: 12 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
Lines changed: 3 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
12 | 11 | | |
13 | 12 | | |
14 | 13 | | |
| |||
3530 | 3529 | | |
3531 | 3530 | | |
3532 | 3531 | | |
3533 | | - | |
3534 | | - | |
| 3532 | + | |
| 3533 | + | |
3535 | 3534 | | |
3536 | | - | |
| 3535 | + | |
3537 | 3536 | | |
3538 | 3537 | | |
3539 | 3538 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | 4 | | |
6 | 5 | | |
7 | 6 | | |
| |||
147 | 146 | | |
148 | 147 | | |
149 | 148 | | |
150 | | - | |
151 | | - | |
152 | | - | |
| 149 | + | |
153 | 150 | | |
154 | 151 | | |
155 | 152 | | |
| |||
159 | 156 | | |
160 | 157 | | |
161 | 158 | | |
162 | | - | |
| 159 | + | |
163 | 160 | | |
164 | 161 | | |
165 | 162 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
| 178 | + | |
179 | 179 | | |
180 | 180 | | |
181 | 181 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
576 | 576 | | |
577 | 577 | | |
578 | 578 | | |
579 | | - | |
580 | | - | |
581 | | - | |
| 579 | + | |
582 | 580 | | |
583 | 581 | | |
584 | 582 | | |
| |||
615 | 613 | | |
616 | 614 | | |
617 | 615 | | |
618 | | - | |
619 | | - | |
| 616 | + | |
| 617 | + | |
620 | 618 | | |
621 | | - | |
| 619 | + | |
622 | 620 | | |
623 | 621 | | |
624 | 622 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 23 | + | |
27 | 24 | | |
28 | 25 | | |
29 | 26 | | |
| |||
0 commit comments