File tree
21 files changed
+221
-61
lines changed- src
- bootstrap
- librustc
- hir
- ich
- middle
- librustc_resolve
- librustc_trans/back
- librustdoc/html/static
- libstd
- io
- sys/unix
- ext
- libsyntax
- parse
- libsyntax_pos
- test
- run-make/symbol-visibility
- run-pass
- ui
- suggestions
- tools/tidy/src
21 files changed
+221
-61
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
294 | 294 |
| |
295 | 295 |
| |
296 | 296 |
| |
297 |
| - | |
| 297 | + | |
298 | 298 |
| |
299 | 299 |
| |
300 | 300 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
451 | 451 |
| |
452 | 452 |
| |
453 | 453 |
| |
| 454 | + | |
454 | 455 |
| |
455 | 456 |
| |
456 | 457 |
| |
|
- .travis.yml+12-3
- Cargo.lock+22-22
- Cargo.toml+1-1
- ci/android-accept-licenses.sh-15
- ci/android-install-sdk.sh+15-12
- ci/docker/aarch64-linux-android/Dockerfile+2-2
- ci/docker/arm-linux-androideabi/Dockerfile+2-2
- ci/docker/i686-linux-android/Dockerfile+2-2
- ci/docker/mips64el-unknown-linux-gnuabi64/Dockerfile+11
- ci/docker/powerpc64le-unknown-linux-gnu/Dockerfile+11
- ci/docker/sparc64-unknown-linux-gnu/Dockerfile+14
- ci/docker/x86_64-unknown-linux-gnux32/Dockerfile+5
- ci/run.sh+8-1
- libc-test/Cargo.toml+1-1
- src/unix/bsd/netbsdlike/netbsd/mod.rs+7-7
- src/unix/mod.rs+28
- src/unix/notbsd/linux/mips/mips32.rs+366-366
- src/unix/notbsd/linux/mips/mips64.rs+326-326
- src/unix/notbsd/linux/mips/mod.rs+3
- src/unix/notbsd/linux/mod.rs+25-14
- src/unix/notbsd/linux/musl/b32/arm.rs+350-350
- src/unix/notbsd/linux/musl/b32/mips.rs+358-358
- src/unix/notbsd/linux/musl/b64/aarch64.rs+264-264
- src/unix/notbsd/linux/musl/mod.rs+3
- src/unix/notbsd/linux/other/b32/arm.rs+352-352
- src/unix/notbsd/linux/other/b32/mod.rs+6
- src/unix/notbsd/linux/other/b32/powerpc.rs+369-369
- src/unix/notbsd/linux/other/b64/aarch64.rs+268-266
- src/unix/notbsd/linux/other/b64/mod.rs+14-6
- src/unix/notbsd/linux/other/b64/not_x32.rs+326
- src/unix/notbsd/linux/other/b64/powerpc64.rs+361-359
- src/unix/notbsd/linux/other/b64/sparc64.rs+2
- src/unix/notbsd/linux/other/b64/x32.rs+329
- src/unix/notbsd/linux/other/b64/x86_64.rs+13-331
- src/unix/notbsd/linux/other/mod.rs+8-6
- src/unix/notbsd/linux/s390x.rs+325-322
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1054 | 1054 |
| |
1055 | 1055 |
| |
1056 | 1056 |
| |
1057 |
| - | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
1058 | 1060 |
| |
1059 | 1061 |
| |
1060 | 1062 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
371 | 371 |
| |
372 | 372 |
| |
373 | 373 |
| |
374 |
| - | |
| 374 | + | |
| 375 | + | |
375 | 376 |
| |
376 | 377 |
| |
377 | 378 |
| |
378 |
| - | |
| 379 | + | |
379 | 380 |
| |
380 |
| - | |
| 381 | + | |
381 | 382 |
| |
382 | 383 |
| |
383 | 384 |
| |
384 |
| - | |
| 385 | + | |
385 | 386 |
| |
386 | 387 |
| |
387 | 388 |
| |
| |||
414 | 415 |
| |
415 | 416 |
| |
416 | 417 |
| |
417 |
| - | |
| 418 | + | |
418 | 419 |
| |
419 | 420 |
| |
420 | 421 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
51 | 51 |
| |
52 | 52 |
| |
53 | 53 |
| |
54 |
| - | |
| 54 | + | |
55 | 55 |
| |
56 | 56 |
| |
57 | 57 |
| |
| |||
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
78 |
| - | |
| 78 | + | |
79 | 79 |
| |
80 | 80 |
| |
81 |
| - | |
| 81 | + | |
82 | 82 |
| |
83 | 83 |
| |
84 | 84 |
| |
| |||
289 | 289 |
| |
290 | 290 |
| |
291 | 291 |
| |
292 |
| - | |
| 292 | + | |
293 | 293 |
| |
294 |
| - | |
| 294 | + | |
295 | 295 |
| |
296 | 296 |
| |
297 | 297 |
| |
| |||
429 | 429 |
| |
430 | 430 |
| |
431 | 431 |
| |
432 |
| - | |
| 432 | + | |
433 | 433 |
| |
434 | 434 |
| |
435 | 435 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3606 | 3606 |
| |
3607 | 3607 |
| |
3608 | 3608 |
| |
3609 |
| - | |
| 3609 | + | |
3610 | 3610 |
| |
3611 | 3611 |
| |
3612 | 3612 |
| |
3613 |
| - | |
3614 |
| - | |
| 3613 | + | |
| 3614 | + | |
3615 | 3615 |
| |
3616 | 3616 |
| |
3617 | 3617 |
| |
| |||
3683 | 3683 |
| |
3684 | 3684 |
| |
3685 | 3685 |
| |
| 3686 | + | |
| 3687 | + | |
| 3688 | + | |
| 3689 | + | |
| 3690 | + | |
| 3691 | + | |
| 3692 | + | |
| 3693 | + | |
| 3694 | + | |
| 3695 | + | |
| 3696 | + | |
| 3697 | + | |
| 3698 | + | |
| 3699 | + | |
| 3700 | + | |
| 3701 | + | |
| 3702 | + | |
| 3703 | + | |
| 3704 | + | |
| 3705 | + | |
3686 | 3706 |
| |
3687 | 3707 |
| |
3688 | 3708 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
747 | 747 |
| |
748 | 748 |
| |
749 | 749 |
| |
750 |
| - | |
| 750 | + | |
751 | 751 |
| |
752 | 752 |
| |
753 | 753 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
545 | 545 |
| |
546 | 546 |
| |
547 | 547 |
| |
548 |
| - | |
| 548 | + | |
| 549 | + | |
549 | 550 |
| |
550 | 551 |
| |
551 | 552 |
| |
| |||
761 | 762 |
| |
762 | 763 |
| |
763 | 764 |
| |
| 765 | + | |
| 766 | + | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
| 771 | + | |
| 772 | + | |
| 773 | + | |
764 | 774 |
| |
765 | 775 |
| |
766 | 776 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
736 | 736 |
| |
737 | 737 |
| |
738 | 738 |
| |
739 |
| - | |
740 |
| - | |
741 |
| - | |
742 |
| - | |
| 739 | + | |
| 740 | + | |
| 741 | + | |
| 742 | + | |
743 | 743 |
| |
744 | 744 |
| |
745 | 745 |
| |
| |||
748 | 748 |
| |
749 | 749 |
| |
750 | 750 |
| |
| 751 | + | |
751 | 752 |
| |
752 | 753 |
| |
753 | 754 |
| |
| |||
1410 | 1411 |
| |
1411 | 1412 |
| |
1412 | 1413 |
| |
| 1414 | + | |
| 1415 | + | |
1413 | 1416 |
| |
1414 | 1417 |
| |
1415 | 1418 |
| |
| |||
1470 | 1473 |
| |
1471 | 1474 |
| |
1472 | 1475 |
| |
| 1476 | + | |
| 1477 | + | |
1473 | 1478 |
| |
1474 | 1479 |
| |
1475 | 1480 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
15 | 21 |
| |
16 | 22 |
| |
17 | 23 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
49 | 49 |
| |
50 | 50 |
| |
51 | 51 |
| |
52 |
| - | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
53 | 55 |
| |
54 | 56 |
| |
55 | 57 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
901 | 901 |
| |
902 | 902 |
| |
903 | 903 |
| |
904 |
| - | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
905 | 907 |
| |
906 | 908 |
| |
907 | 909 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
105 | 105 |
| |
106 | 106 |
| |
107 | 107 |
| |
108 |
| - | |
109 |
| - | |
110 |
| - | |
111 |
| - | |
112 |
| - | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
113 | 112 |
| |
114 | 113 |
| |
115 | 114 |
| |
|
0 commit comments