File tree
12 files changed
+24
-12
lines changed- src
- bootstrap
- doc/rustc/src/codegen-options
- librustc_codegen_llvm
- librustc_codegen_ssa/back
- librustc_interface
- librustc_session
- test
- codegen
- ui
12 files changed
+24
-12
lines changedDiff for: src/bootstrap/builder.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1231 | 1231 |
| |
1232 | 1232 |
| |
1233 | 1233 |
| |
1234 |
| - | |
| 1234 | + | |
1235 | 1235 |
| |
1236 | 1236 |
| |
1237 | 1237 |
| |
|
+12
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
42 | 42 |
| |
43 | 43 |
| |
44 | 44 |
| |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
45 | 57 |
| |
46 | 58 |
| |
47 | 59 |
| |
|
Diff for: src/librustc_codegen_llvm/context.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
190 | 190 |
| |
191 | 191 |
| |
192 | 192 |
| |
193 |
| - | |
| 193 | + | |
194 | 194 |
| |
195 | 195 |
| |
196 | 196 |
| |
|
Diff for: src/librustc_codegen_ssa/back/link.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1700 | 1700 |
| |
1701 | 1701 |
| |
1702 | 1702 |
| |
1703 |
| - | |
| 1703 | + | |
1704 | 1704 |
| |
1705 | 1705 |
| |
1706 | 1706 |
| |
|
Diff for: src/librustc_interface/tests.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
420 | 420 |
| |
421 | 421 |
| |
422 | 422 |
| |
| 423 | + | |
423 | 424 |
| |
424 | 425 |
| |
425 | 426 |
| |
| |||
537 | 538 |
| |
538 | 539 |
| |
539 | 540 |
| |
540 |
| - | |
541 | 541 |
| |
542 | 542 |
| |
543 | 543 |
| |
|
Diff for: src/librustc_session/config.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 |
| - | |
| 106 | + | |
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
|
Diff for: src/librustc_session/options.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
692 | 692 |
| |
693 | 693 |
| |
694 | 694 |
| |
| 695 | + | |
| 696 | + | |
695 | 697 |
| |
696 | 698 |
| |
697 | 699 |
| |
| |||
809 | 811 |
| |
810 | 812 |
| |
811 | 813 |
| |
812 |
| - | |
813 |
| - | |
814 | 814 |
| |
815 | 815 |
| |
816 | 816 |
| |
|
Diff for: src/test/codegen/cfguard-checks.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
Diff for: src/test/codegen/cfguard-disabled.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
Diff for: src/test/codegen/cfguard-nochecks.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
Diff for: src/test/codegen/cfguard-non-msvc.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
|
Diff for: src/test/ui/cfguard-run.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
|
0 commit comments