File tree
9 files changed
+61
-14
lines changed- src
- librustc_codegen_llvm
- librustc_codegen_ssa/back
- librustc_session
- test/run-make-fulldeps
- mingw-export-call-convention
9 files changed
+61
-14
lines changedDiff for: src/librustc_codegen_llvm/callee.rs
+6-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
172 | 172 |
| |
173 | 173 |
| |
174 | 174 |
| |
175 |
| - | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
176 | 181 |
| |
177 | 182 |
| |
178 | 183 |
| |
|
Diff for: src/librustc_codegen_llvm/consts.rs
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
287 | 287 |
| |
288 | 288 |
| |
289 | 289 |
| |
290 |
| - | |
| 290 | + | |
291 | 291 |
| |
292 | 292 |
| |
293 | 293 |
| |
|
Diff for: src/librustc_codegen_llvm/context.rs
+12-3
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
220 |
| - | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
221 | 230 |
| |
222 | 231 |
| |
223 | 232 |
| |
| |||
254 | 263 |
| |
255 | 264 |
| |
256 | 265 |
| |
257 |
| - | |
258 |
| - | |
| 266 | + | |
| 267 | + | |
259 | 268 |
| |
260 | 269 |
| |
261 | 270 |
| |
|
Diff for: src/librustc_codegen_ssa/back/linker.rs
+21-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
523 | 523 |
| |
524 | 524 |
| |
525 | 525 |
| |
| 526 | + | |
526 | 527 |
| |
527 |
| - | |
| 528 | + | |
528 | 529 |
| |
529 | 530 |
| |
530 | 531 |
| |
| |||
540 | 541 |
| |
541 | 542 |
| |
542 | 543 |
| |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
543 | 559 |
| |
544 | 560 |
| |
545 | 561 |
| |
| |||
573 | 589 |
| |
574 | 590 |
| |
575 | 591 |
| |
576 |
| - | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
577 | 596 |
| |
578 | 597 |
| |
579 | 598 |
| |
|
Diff for: src/librustc_codegen_ssa/back/write.rs
+2-2
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1846 | 1846 |
| |
1847 | 1847 |
| |
1848 | 1848 |
| |
1849 |
| - | |
| 1849 | + | |
1850 | 1850 |
| |
1851 | 1851 |
| |
1852 | 1852 |
| |
1853 |
| - | |
| 1853 | + | |
1854 | 1854 |
| |
1855 | 1855 |
| |
1856 | 1856 |
| |
|
Diff for: src/librustc_session/session.rs
+5-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1294 | 1294 |
| |
1295 | 1295 |
| |
1296 | 1296 |
| |
1297 |
| - | |
1298 |
| - | |
| 1297 | + | |
| 1298 | + | |
1299 | 1299 |
| |
1300 |
| - | |
| 1300 | + | |
1301 | 1301 |
| |
1302 | 1302 |
| |
1303 | 1303 |
| |
1304 | 1304 |
| |
1305 |
| - | |
| 1305 | + | |
1306 | 1306 |
| |
1307 | 1307 |
| |
1308 | 1308 |
| |
1309 |
| - | |
| 1309 | + | |
1310 | 1310 |
| |
1311 | 1311 |
| |
1312 | 1312 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + |
Diff for: src/test/run-make-fulldeps/tools.mk
+1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
| 54 | + | |
54 | 55 |
| |
55 | 56 |
| |
56 | 57 |
| |
|
0 commit comments