File tree
12 files changed
+19
-65
lines changed- compiler
- rustc
- rustc_driver_impl
- src
- rustc_internal
- rustc_smir
- rustc_smir
- src
- tests/ui-fulldeps/stable-mir
12 files changed
+19
-65
lines changedDiff for: Cargo.lock
+1-17
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3346 | 3346 |
| |
3347 | 3347 |
| |
3348 | 3348 |
| |
3349 |
| - | |
3350 |
| - | |
3351 | 3349 |
| |
3352 | 3350 |
| |
3353 | 3351 |
| |
| |||
3770 | 3768 |
| |
3771 | 3769 |
| |
3772 | 3770 |
| |
| 3771 | + | |
3773 | 3772 |
| |
3774 | 3773 |
| |
3775 | 3774 |
| |
| |||
4500 | 4499 |
| |
4501 | 4500 |
| |
4502 | 4501 |
| |
4503 |
| - | |
4504 |
| - | |
4505 |
| - | |
4506 |
| - | |
4507 |
| - | |
4508 |
| - | |
4509 |
| - | |
4510 |
| - | |
4511 |
| - | |
4512 |
| - | |
4513 |
| - | |
4514 |
| - | |
4515 |
| - | |
4516 |
| - | |
4517 |
| - | |
4518 | 4502 |
| |
4519 | 4503 |
| |
4520 | 4504 |
| |
|
Diff for: compiler/rustc/Cargo.toml
+1-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
| 13 | + | |
17 | 14 |
| |
18 | 15 |
| |
19 | 16 |
| |
|
Diff for: compiler/rustc_driver_impl/Cargo.toml
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
53 | 53 |
| |
54 | 54 |
| |
55 | 55 |
| |
| 56 | + | |
56 | 57 |
| |
57 | 58 |
| |
58 | 59 |
| |
|
Diff for: compiler/rustc_driver_impl/src/lib.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
85 | 85 |
| |
86 | 86 |
| |
87 | 87 |
| |
| 88 | + | |
| 89 | + | |
88 | 90 |
| |
89 | 91 |
| |
90 | 92 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 |
| - | |
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| |||
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
153 |
| - | |
| 153 | + | |
154 | 154 |
| |
155 | 155 |
| |
156 | 156 |
| |
|
File renamed without changes.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
1 | 9 |
| |
2 | 10 |
| |
3 | 11 |
| |
|
Diff for: compiler/rustc_smir/.gitignore
-1
This file was deleted.
Diff for: compiler/rustc_smir/Cargo.toml
-17
This file was deleted.
Diff for: compiler/rustc_smir/src/lib.rs
-20
This file was deleted.
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
|
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 | 19 |
| |
20 |
| - | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
0 commit comments