File tree
13 files changed
+278
-18
lines changed- src
- doc/unstable-book/src/library-features
- liballoc
- libcore
- tests
- librustc_lint
- librustc_resolve
- libstd
- ffi
- libstd_unicode
- test/compile-fail
13 files changed
+278
-18
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + |
Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2124 | 2124 |
| |
2125 | 2125 |
| |
2126 | 2126 |
| |
2127 |
| - | |
2128 |
| - | |
2129 |
| - | |
2130 |
| - | |
| 2127 | + | |
| 2128 | + | |
| 2129 | + | |
| 2130 | + | |
| 2131 | + | |
| 2132 | + | |
2131 | 2133 |
| |
2132 | 2134 |
| |
2133 | 2135 |
| |
|
Lines changed: 58 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 |
| - | |
| 22 | + | |
23 | 23 |
| |
24 | 24 |
| |
25 | 25 |
| |
| |||
208 | 208 |
| |
209 | 209 |
| |
210 | 210 |
| |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
| 266 | + | |
| 267 | + | |
211 | 268 |
| |
212 | 269 |
| |
213 | 270 |
| |
|
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
| 13 | + | |
13 | 14 |
| |
14 | 15 |
| |
15 | 16 |
| |
| |||
28 | 29 |
| |
29 | 30 |
| |
30 | 31 |
| |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
31 | 42 |
| |
32 | 43 |
| |
33 | 44 |
| |
|
- .travis.yml+4
- Cargo.lock+21-21
- Cargo.toml+1-1
- ci/android-sysimage.sh+52
- ci/docker/x86_64-linux-android/Dockerfile+14-20
- ci/run.sh+4-1
- libc-test/build.rs+46-4
- src/dox.rs+3
- src/unix/bsd/apple/mod.rs+33-1
- src/unix/bsd/freebsdlike/mod.rs+4
- src/unix/bsd/mod.rs+2
- src/unix/bsd/netbsdlike/netbsd/mod.rs+11
- src/unix/bsd/netbsdlike/openbsdlike/mod.rs+1
- src/unix/haiku/mod.rs+1
- src/unix/mod.rs+32-6
- src/unix/notbsd/android/mod.rs+1
- src/unix/notbsd/linux/mips/mips32.rs-53
- src/unix/notbsd/linux/mips/mips64.rs+9-14
- src/unix/notbsd/linux/mips/mod.rs+67
- src/unix/notbsd/linux/mod.rs+30
- src/unix/notbsd/linux/other/b32/x86.rs+65
- src/unix/notbsd/linux/other/b64/x86_64.rs+65
- src/unix/notbsd/mod.rs+28
- src/unix/uclibc/mips/mips32.rs+269
- src/unix/uclibc/mips/mips64.rs+209
- src/unix/uclibc/mips/mod.rs+476
- src/unix/uclibc/mod.rs+1.8k
- src/unix/uclibc/x86_64/mod.rs+312
Lines changed: 6 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
| 11 | + | |
11 | 12 |
| |
12 | 13 |
| |
13 | 14 |
| |
| |||
144 | 145 |
| |
145 | 146 |
| |
146 | 147 |
| |
147 |
| - | |
148 |
| - | |
149 |
| - | |
150 |
| - | |
| 148 | + | |
151 | 149 |
| |
152 | 150 |
| |
153 | 151 |
| |
154 | 152 |
| |
155 | 153 |
| |
156 | 154 |
| |
157 |
| - | |
158 |
| - | |
| 155 | + | |
| 156 | + | |
159 | 157 |
| |
160 |
| - | |
| 158 | + | |
| 159 | + | |
161 | 160 |
| |
162 | 161 |
| |
163 | 162 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
523 | 523 |
| |
524 | 524 |
| |
525 | 525 |
| |
526 |
| - | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
527 | 530 |
| |
528 | 531 |
| |
529 | 532 |
| |
|
Lines changed: 29 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
438 | 438 |
| |
439 | 439 |
| |
440 | 440 |
| |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
| 455 | + | |
| 456 | + | |
| 457 | + | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
441 | 470 |
| |
442 | 471 |
| |
443 | 472 |
| |
|
Lines changed: 8 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
340 | 340 |
| |
341 | 341 |
| |
342 | 342 |
| |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
343 | 351 |
| |
344 | 352 |
| |
345 | 353 |
| |
|
0 commit comments