File tree
68 files changed
+1710
-1061
lines changed- mk
- cfg
- src
- bootstrap
- doc/book
- etc
- librustc
- middle
- session
- librustc_back/target
- librustc_data_structures
- librustc_trans/back
- librustc_typeck
- check
- librustdoc
- html/static
- passes
- libstd
- os
- haiku
- sys
- common
- unix
- libsyntax
- ext
- tt
- parse
- libterm/terminfo
- libtest
- libunwind
- rustllvm
- test
- compile-fail
- parse-fail
- run-make/link-arg
- run-pass
- tools/compiletest/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
68 files changed
+1710
-1061
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
437 | 437 |
| |
438 | 438 |
| |
439 | 439 |
| |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
440 | 444 |
| |
441 | 445 |
| |
442 | 446 |
| |
| |||
532 | 536 |
| |
533 | 537 |
| |
534 | 538 |
| |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
535 | 543 |
| |
536 | 544 |
| |
537 | 545 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
512 | 512 |
| |
513 | 513 |
| |
514 | 514 |
| |
| 515 | + | |
| 516 | + | |
| 517 | + | |
515 | 518 |
| |
516 | 519 |
| |
517 | 520 |
| |
518 | 521 |
| |
| 522 | + | |
519 | 523 |
| |
520 | 524 |
| |
521 | 525 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
243 | 243 |
| |
244 | 244 |
| |
245 | 245 |
| |
246 |
| - | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
247 | 254 |
| |
248 | 255 |
| |
249 | 256 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
| 174 | + | |
| 175 | + | |
174 | 176 |
| |
175 | 177 |
| |
176 | 178 |
| |
| |||
184 | 186 |
| |
185 | 187 |
| |
186 | 188 |
| |
| 189 | + | |
187 | 190 |
| |
188 | 191 |
| |
189 | 192 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
230 | 230 |
| |
231 | 231 |
| |
232 | 232 |
| |
233 |
| - | |
234 |
| - | |
235 |
| - | |
236 |
| - | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
237 | 237 |
| |
238 |
| - | |
| 238 | + | |
| 239 | + | |
239 | 240 |
| |
240 | 241 |
| |
241 | 242 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
21 |
| - | |
| 21 | + | |
22 | 22 |
| |
23 | 23 |
| |
24 | 24 |
| |
|
- Cargo.toml+1-1
- ci/docker/aarch64-unknown-linux-gnu/Dockerfile+1-1
- ci/docker/x86_64-unknown-freebsd/Dockerfile+1-1
- ci/docker/x86_64-unknown-openbsd/Dockerfile+1-1
- ci/run-qemu.sh+1-4
- ci/run.sh+16-4
- libc-test/Cargo.lock+4-4
- libc-test/build.rs+3-1
- src/unix/bsd/apple/mod.rs+63-29
- src/unix/bsd/freebsdlike/dragonfly/mod.rs+50
- src/unix/bsd/freebsdlike/freebsd/mod.rs+53
- src/unix/bsd/freebsdlike/mod.rs+21-6
- src/unix/bsd/mod.rs+2-29
- src/unix/bsd/netbsdlike/mod.rs+5-7
- src/unix/bsd/netbsdlike/netbsd.rs+40-12
- src/unix/bsd/netbsdlike/openbsdlike/bitrig.rs+75
- src/unix/bsd/netbsdlike/openbsdlike/mod.rs+71-34
- src/unix/bsd/netbsdlike/openbsdlike/openbsd.rs+28
- src/unix/bsd/openbsdlike/bitrig.rs-437
- src/unix/mod.rs+4
- src/unix/notbsd/android/mod.rs+61
- src/unix/notbsd/linux/mips.rs+26
- src/unix/notbsd/linux/mips64.rs+14
- src/unix/notbsd/linux/mod.rs+34-1
- src/unix/notbsd/linux/musl/b32/arm.rs+17
- src/unix/notbsd/linux/musl/b32/asmjs.rs+17
- src/unix/notbsd/linux/musl/b32/mips.rs+26
- src/unix/notbsd/linux/musl/b32/x86.rs+17
- src/unix/notbsd/linux/musl/b64/mod.rs+14
- src/unix/notbsd/linux/other/b32/arm.rs+17
- src/unix/notbsd/linux/other/b32/powerpc.rs+17
- src/unix/notbsd/linux/other/b32/x86.rs+17
- src/unix/notbsd/linux/other/b64/aarch64.rs+3-4
- src/unix/notbsd/linux/other/b64/mod.rs+14
- src/unix/notbsd/linux/other/mod.rs+63
- src/unix/notbsd/mod.rs+3
- src/unix/solaris/mod.rs+2
- src/windows.rs+41
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
103 | 103 |
| |
104 | 104 |
| |
105 | 105 |
| |
106 |
| - | |
| 106 | + | |
107 | 107 |
| |
108 | 108 |
| |
109 | 109 |
| |
110 |
| - | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
111 | 116 |
| |
112 | 117 |
| |
113 | 118 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
605 | 605 |
| |
606 | 606 |
| |
607 | 607 |
| |
| 608 | + | |
608 | 609 |
| |
609 | 610 |
| |
610 | 611 |
| |
| |||
667 | 668 |
| |
668 | 669 |
| |
669 | 670 |
| |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
670 | 678 |
| |
671 | 679 |
| |
672 | 680 |
| |
| |||
742 | 750 |
| |
743 | 751 |
| |
744 | 752 |
| |
| 753 | + | |
| 754 | + | |
745 | 755 |
| |
746 | 756 |
| |
747 | 757 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| 59 | + | |
59 | 60 |
| |
60 | 61 |
| |
61 | 62 |
| |
| |||
165 | 166 |
| |
166 | 167 |
| |
167 | 168 |
| |
| 169 | + | |
| 170 | + | |
| 171 | + | |
168 | 172 |
| |
169 | 173 |
| |
170 | 174 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
97 | 118 |
| |
98 | 119 |
| |
99 | 120 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
754 | 754 |
| |
755 | 755 |
| |
756 | 756 |
| |
757 |
| - | |
| 757 | + | |
| 758 | + | |
758 | 759 |
| |
759 | 760 |
| |
760 | 761 |
| |
| |||
844 | 845 |
| |
845 | 846 |
| |
846 | 847 |
| |
| 848 | + | |
847 | 849 |
| |
848 | 850 |
| |
849 | 851 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1525 | 1525 |
| |
1526 | 1526 |
| |
1527 | 1527 |
| |
1528 |
| - | |
1529 |
| - | |
1530 |
| - | |
| 1528 | + | |
| 1529 | + | |
| 1530 | + | |
| 1531 | + | |
| 1532 | + | |
1531 | 1533 |
| |
1532 | 1534 |
| |
1533 | 1535 |
| |
|
0 commit comments