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/src
- rustc_hir_analysis/src
- collect
- rustc_hir_pretty/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 changedDiff for: compiler/rustc_abi/src/lib.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1349 | 1349 |
| |
1350 | 1350 |
| |
1351 | 1351 |
| |
1352 |
| - | |
| 1352 | + | |
1353 | 1353 |
| |
1354 | 1354 |
| |
1355 | 1355 |
| |
|
Diff for: compiler/rustc_ast_lowering/src/lib.rs
+8-9
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 |
| |
|
Diff for: compiler/rustc_ast_passes/src/errors.rs
+8-1
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 |
| |
|
+9-5
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 |
| |
|
+12-12
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 |
| |
|
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 |
| |
|
+2-5
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 |
| |
|
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
178 |
| - | |
| 178 | + | |
179 | 179 |
| |
180 | 180 |
| |
181 | 181 |
| |
|
+4-6
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 |
| |
|
+9-15
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
88 | 88 |
| |
89 | 89 |
| |
90 | 90 |
| |
91 |
| - | |
| 91 | + | |
92 | 92 |
| |
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 | 97 |
| |
98 | 98 |
| |
99 |
| - | |
| 99 | + | |
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
| |||
143 | 143 |
| |
144 | 144 |
| |
145 | 145 |
| |
146 |
| - | |
| 146 | + | |
147 | 147 |
| |
148 | 148 |
| |
149 | 149 |
| |
| |||
340 | 340 |
| |
341 | 341 |
| |
342 | 342 |
| |
343 |
| - | |
| 343 | + | |
344 | 344 |
| |
345 | 345 |
| |
346 | 346 |
| |
| |||
349 | 349 |
| |
350 | 350 |
| |
351 | 351 |
| |
352 |
| - | |
353 |
| - | |
354 |
| - | |
355 |
| - | |
| 352 | + | |
356 | 353 |
| |
357 | 354 |
| |
358 | 355 |
| |
359 | 356 |
| |
360 |
| - | |
361 |
| - | |
| 357 | + | |
| 358 | + | |
362 | 359 |
| |
363 |
| - | |
| 360 | + | |
364 | 361 |
| |
365 | 362 |
| |
366 | 363 |
| |
| |||
369 | 366 |
| |
370 | 367 |
| |
371 | 368 |
| |
372 |
| - | |
373 |
| - | |
374 |
| - | |
375 |
| - | |
| 369 | + | |
376 | 370 |
| |
377 | 371 |
| |
378 | 372 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
172 | 172 |
| |
173 | 173 |
| |
174 | 174 |
| |
175 |
| - | |
| 175 | + | |
176 | 176 |
| |
177 | 177 |
| |
178 | 178 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
57 |
| - | |
| 57 | + | |
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| |||
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
| 110 | + | |
111 | 111 |
| |
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
115 |
| - | |
| 115 | + | |
116 | 116 |
| |
117 | 117 |
| |
118 | 118 |
| |
119 | 119 |
| |
120 |
| - | |
| 120 | + | |
121 | 121 |
| |
122 | 122 |
| |
123 | 123 |
| |
|
+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
318 | 318 |
| |
319 | 319 |
| |
320 | 320 |
| |
321 |
| - | |
| 321 | + | |
322 | 322 |
| |
323 | 323 |
| |
324 | 324 |
| |
| |||
342 | 342 |
| |
343 | 343 |
| |
344 | 344 |
| |
345 |
| - | |
346 |
| - | |
347 |
| - | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
348 | 348 |
| |
349 | 349 |
| |
350 | 350 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
61 | 61 |
| |
62 | 62 |
| |
63 | 63 |
| |
64 |
| - | |
65 |
| - | |
| 64 | + | |
| 65 | + | |
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
|
0 commit comments