File tree
58 files changed
+388
-455
lines changed- compiler
- rustc_ast_passes
- rustc_builtin_macros
- rustc_const_eval/src
- interpret
- transform/check_consts
- rustc_expand
- rustc_hir_analysis/src
- check
- compare_impl_item
- collect
- variance
- rustc_hir_typeck/src
- fn_ctxt
- rustc_hir
- rustc_infer
- src
- infer
- error_reporting
- nice_region_error
- outlives
- traits
- rustc_lint/src
- rustc_macros/src
- rustc_middle/src
- traits
- ty
- print
- rustc_monomorphize/src
- rustc_privacy
- src
- rustc_resolve
- rustc_trait_selection
- src
- solve/eval_ctxt
- traits
- error_reporting
- query
- rustc_transmute
- rustc_ty_utils/src
- rustc_type_ir/src
- src/tools/clippy
- clippy_lints/src/methods
- clippy_utils/src
- mir
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
58 files changed
+388
-455
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3481 | 3481 | | |
3482 | 3482 | | |
3483 | 3483 | | |
| 3484 | + | |
3484 | 3485 | | |
3485 | 3486 | | |
3486 | 3487 | | |
| |||
3571 | 3572 | | |
3572 | 3573 | | |
3573 | 3574 | | |
| 3575 | + | |
3574 | 3576 | | |
3575 | 3577 | | |
3576 | 3578 | | |
| |||
3842 | 3844 | | |
3843 | 3845 | | |
3844 | 3846 | | |
| 3847 | + | |
3845 | 3848 | | |
3846 | 3849 | | |
3847 | 3850 | | |
| |||
3890 | 3893 | | |
3891 | 3894 | | |
3892 | 3895 | | |
| 3896 | + | |
3893 | 3897 | | |
3894 | 3898 | | |
3895 | 3899 | | |
| |||
4016 | 4020 | | |
4017 | 4021 | | |
4018 | 4022 | | |
| 4023 | + | |
4019 | 4024 | | |
4020 | 4025 | | |
4021 | 4026 | | |
| |||
4405 | 4410 | | |
4406 | 4411 | | |
4407 | 4412 | | |
| 4413 | + | |
4408 | 4414 | | |
4409 | 4415 | | |
4410 | 4416 | | |
| |||
4475 | 4481 | | |
4476 | 4482 | | |
4477 | 4483 | | |
| 4484 | + | |
4478 | 4485 | | |
4479 | 4486 | | |
4480 | 4487 | | |
| |||
4615 | 4622 | | |
4616 | 4623 | | |
4617 | 4624 | | |
| 4625 | + | |
4618 | 4626 | | |
4619 | 4627 | | |
4620 | 4628 | | |
| |||
4644 | 4652 | | |
4645 | 4653 | | |
4646 | 4654 | | |
| 4655 | + | |
4647 | 4656 | | |
4648 | 4657 | | |
4649 | 4658 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
28 | 29 | | |
29 | 30 | | |
30 | 31 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
168 | 168 | | |
169 | | - | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1486 | 1486 | | |
1487 | 1487 | | |
1488 | 1488 | | |
1489 | | - | |
| 1489 | + | |
1490 | 1490 | | |
1491 | 1491 | | |
1492 | 1492 | | |
1493 | | - | |
1494 | 1493 | | |
1495 | 1494 | | |
1496 | 1495 | | |
1497 | | - | |
| 1496 | + | |
1498 | 1497 | | |
1499 | 1498 | | |
1500 | 1499 | | |
| |||
Lines changed: 3 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | 15 | | |
17 | 16 | | |
18 | 17 | | |
| |||
207 | 206 | | |
208 | 207 | | |
209 | 208 | | |
210 | | - | |
211 | | - | |
212 | | - | |
| 209 | + | |
213 | 210 | | |
214 | 211 | | |
215 | 212 | | |
| |||
219 | 216 | | |
220 | 217 | | |
221 | 218 | | |
222 | | - | |
| 219 | + | |
223 | 220 | | |
224 | 221 | | |
225 | | - | |
226 | 222 | | |
227 | | - | |
| 223 | + | |
228 | 224 | | |
229 | 225 | | |
230 | 226 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
809 | 809 | | |
810 | 810 | | |
811 | 811 | | |
812 | | - | |
813 | | - | |
814 | | - | |
| 812 | + | |
815 | 813 | | |
816 | 814 | | |
817 | 815 | | |
| |||
1456 | 1454 | | |
1457 | 1455 | | |
1458 | 1456 | | |
1459 | | - | |
1460 | | - | |
1461 | | - | |
| 1457 | + | |
| 1458 | + | |
1462 | 1459 | | |
1463 | 1460 | | |
1464 | 1461 | | |
1465 | 1462 | | |
1466 | 1463 | | |
1467 | 1464 | | |
1468 | | - | |
| 1465 | + | |
1469 | 1466 | | |
1470 | 1467 | | |
1471 | 1468 | | |
1472 | | - | |
| 1469 | + | |
1473 | 1470 | | |
1474 | 1471 | | |
1475 | 1472 | | |
| |||
0 commit comments