summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #386 - alexcrichton:bump, r=alexcrichton0.2.16bors2016-09-082-3/+3
|\
| * Bump to 0.2.16Alex Crichton2016-09-082-3/+3
* | Auto merge of #379 - asomers:evfilt, r=alexcrichtonbors2016-09-088-65/+321
|\ \ | |/ |/|
| * Fix more CI errorsAlan Somers2016-09-066-15/+0
| * Fix fn kevent on OpenBSD and BitrigAlan Somers2016-09-022-4/+4
| * Fix some duplicate definitionsAlan Somers2016-09-022-39/+0
| * Complete kqueue-related definitionsAlan Somers2016-09-028-51/+361
* | Auto merge of #383 - uweigand:master, r=alexcrichtonbors2016-09-071-10/+459
|\ \
| * | Fixed lint error (double blank line).Ulrich Weigand2016-09-071-1/+0
| * | Add more s390x definitionsUlrich Weigand2016-09-071-10/+460
* | | Auto merge of #382 - c-t-k:sync-file-range-support, r=alexcrichtonbors2016-09-071-0/+6
|\ \ \ | |/ / |/| |
| * | SYNC_* constants should be unsigned (to reflect usage).Chris Kaminski2016-09-071-3/+3
| * | Android doesn't have support for sync_file_range yet.Chris Kaminski2016-09-062-6/+6
| * | Add support for sync_file_range()Chris Kaminski2016-09-061-0/+6
* | | Auto merge of #381 - brson:wasm32, r=alexcrichtonbors2016-09-062-2/+5
|\ \ \ | |/ / |/| |
| * | Add prelimenary wasm32 supportBrian Anderson2016-09-062-2/+5
|/ /
* | Auto merge of #378 - japaric:mips, r=alexcrichtonbors2016-09-031-0/+1
|\ \
| * | mips: add SO_REUSEPORTJorge Aparicio2016-09-031-0/+1
|/ /
* | Auto merge of #377 - japaric:s390x, r=alexcrichtonbors2016-09-028-4/+233
|\ \
| * | duplicate POSIX_FADV_*Jorge Aparicio2016-09-036-5/+10
| * | fix POSIX_FADV_*Jorge Aparicio2016-09-032-2/+5
| * | support for s390xJorge Aparicio2016-09-032-2/+223
* | | Auto merge of #372 - philippkeller:master, r=alexcrichtonbors2016-08-301-0/+2
|\ \ \ | |/ / |/| |
| * | added getchar and putchar as they both are part of POSIX.1-2008Philipp Keller2016-08-301-0/+2
|/ /
* | Auto merge of #370 - japaric:mips64, r=alexcrichtonbors2016-08-291-0/+1
|\ \
| * | mips64: define SIGSTKSZJorge Aparicio2016-08-281-0/+1
* | | Auto merge of #369 - alexcrichton:musl-mips, r=alexcrichtonbors2016-08-289-13/+87
|\ \ \ | |/ / |/| |
| * | Add CI for mipsel-unknown-linux-muslAlex Crichton2016-08-289-13/+87
|/ /
* | Auto merge of #366 - japaric:mips64, r=alexcrichtonbors2016-08-272-2/+224
|\ \
| * | add initial support for mips64Jorge Aparicio2016-08-272-2/+224
* | | Auto merge of #367 - knight42:lutimes, r=alexcrichtonbors2016-08-275-0/+8
|\ \ \
| * | | Add lutimes on some platformsknight422016-08-285-0/+8
| |/ /
* | | Auto merge of #365 - alexcrichton:more-arch, r=alexcrichtonbors2016-08-2722-150/+885
|\ \ \ | |/ / |/| |
| * | Fix CC for powerpc64Alex Crichton2016-08-271-0/+1
| * | Use rustup to download the stable channelAlex Crichton2016-08-261-3/+3
| * | Fix and add testing for powerpc64Alex Crichton2016-08-267-98/+310
| * | Use https for webhooksAlex Crichton2016-08-261-1/+1
| * | Update the mips docker imageAlex Crichton2016-08-261-8/+5
| * | Get powerpc-unknown-linux-gnu working and testedAlex Crichton2016-08-2614-133/+633
| * | Add ci for i686-unknown-linux-muslAlex Crichton2016-08-264-5/+30
* | | Merge pull request #364 from nbaksalyar/masterAlex Crichton2016-08-251-0/+2
|\ \ \
| * | | Add missing consts on SolarisNikita Baksalyar2016-08-261-0/+2
|/ / /
* | | Merge pull request #363 from GuillaumeLestringant/masterAlex Crichton2016-08-224-1/+6
|\ \ \ | |_|/ |/| |
| * | Corrects signedness of c_char for Linux musl Aarch64 & ppc64.Guillaume Lestringant2016-08-224-1/+6
|/ /
* | Merge pull request #360 from jynnantonix/sem_timedwaitAlex Crichton2016-08-194-2/+10
|\ \
| * | Add sem_timedwait for all non-Apple UNIXesChirantan Ekbote2016-08-195-4/+10
| * | Add sem_timedwait for unix platformsChirantan Ekbote2016-08-181-0/+2
|/ /
* | Merge pull request #359 from fiveop/sched_macrosAlex Crichton2016-08-182-0/+39
|\ \
| * | Add some macros from sched.h for android and linux.Philipp Matthias Schaefer2016-08-182-0/+39
* | | Merge pull request #358 from dovreshef/masterAlex Crichton2016-08-161-0/+15
|\ \ \ | |/ / |/| |