File tree
9 files changed
+26
-4
lines changed- compiler
- rustc_codegen_llvm/src
- back
- llvm
- rustc_codegen_ssa/src/back
- rustc_interface/src
- rustc_llvm/llvm-wrapper
- rustc_session/src
- src/doc/unstable-book/src/compiler-flags
- tests/codegen
- cffi
9 files changed
+26
-4
lines changed+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
571 | 571 |
| |
572 | 572 |
| |
573 | 573 |
| |
| 574 | + | |
574 | 575 |
| |
575 | 576 |
| |
576 | 577 |
| |
|
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2225 | 2225 |
| |
2226 | 2226 |
| |
2227 | 2227 |
| |
| 2228 | + | |
2228 | 2229 |
| |
2229 | 2230 |
| |
2230 | 2231 |
| |
|
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
| 115 | + | |
115 | 116 |
| |
116 | 117 |
| |
117 | 118 |
| |
| |||
237 | 238 |
| |
238 | 239 |
| |
239 | 240 |
| |
| 241 | + | |
240 | 242 |
| |
241 | 243 |
| |
242 | 244 |
| |
|
Diff for: compiler/rustc_interface/src/tests.rs
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
795 | 795 |
| |
796 | 796 |
| |
797 | 797 |
| |
| 798 | + | |
798 | 799 |
| |
799 | 800 |
| |
800 | 801 |
| |
|
+8-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
713 | 713 |
| |
714 | 714 |
| |
715 | 715 |
| |
716 |
| - | |
| 716 | + | |
717 | 717 |
| |
718 | 718 |
| |
719 | 719 |
| |
| |||
842 | 842 |
| |
843 | 843 |
| |
844 | 844 |
| |
| 845 | + | |
| 846 | + | |
| 847 | + | |
| 848 | + | |
| 849 | + | |
| 850 | + | |
| 851 | + | |
845 | 852 |
| |
846 | 853 |
| |
847 | 854 |
| |
|
Diff for: compiler/rustc_session/src/options.rs
+2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1811 | 1811 |
| |
1812 | 1812 |
| |
1813 | 1813 |
| |
| 1814 | + | |
| 1815 | + | |
1814 | 1816 |
| |
1815 | 1817 |
| |
1816 | 1818 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + |
Diff for: tests/codegen/cast-target-abi.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
| 3 | + | |
| 4 | + | |
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
|
+2-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
| 3 | + | |
3 | 4 |
| |
4 | 5 |
| |
5 | 6 |
| |
|
0 commit comments