summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Auto merge of #461 - alexcrichton:bump, r=alexcrichton0.2.18bors2016-12-024-12/+14
|\
| * Bump to 0.2.18Alex Crichton2016-12-024-12/+14
|/
* Merge pull request #459 from semarie/openbsd-i686Alex Crichton2016-11-294-2/+18
|\
| * Make openbsdlike to support 64 and 32 bits archsSébastien Marie2016-11-284-2/+18
|/
* Merge pull request #458 from frewsxcv/patch-1Alex Crichton2016-11-261-1/+1
|\
| * Fix appveyor badge.Corey Farwell2016-11-261-1/+1
|/
* Update travis tokenAlex Crichton2016-11-191-1/+1
* Merge pull request #456 from alexcrichton/cache-thingsAlex Crichton2016-11-187-9/+121
|\
| * Share the host's `target` directory for testsAlex Crichton2016-11-177-9/+121
* | Merge pull request #455 from alexcrichton/doxAlex Crichton2016-11-181-1/+1
|\ \
| * | Move docs back to nightlyAlex Crichton2016-11-171-1/+1
| |/
* | Merge pull request #451 from asomers/fbsd11Alex Crichton2016-11-163-5/+31
|\ \ | |/ |/|
| * Fix tests on FreeBSD 11Alan Somers2016-11-153-5/+31
|/
* Merge pull request #453 from xen0n/big-mips-shuffleAlex Crichton2016-11-144-323/+296
|\
| * MIPS: Layout refactorWang Xuerui2016-11-154-323/+296
|/
* Merge pull request #449 from asomers/aioAlex Crichton2016-11-1415-2/+329
|\
| * Fix more CI errors in PR #449Alan Somers2016-11-139-19/+93
| * Fix errors, mostly style, in PR #449Alan Somers2016-11-134-11/+13
| * Fix more CI errors in PR #449Alan Somers2016-11-135-29/+35
| * Fix various CI errors in PR #449Alan Somers2016-11-137-10/+28
| * Fix undefined symbol errors in CIAlan Somers2016-11-131-0/+4
| * POSIX AIO definitions, for BSD and LinuxAlan Somers2016-11-126-0/+223
* | Merge pull request #448 from Stebalien/enotsupAlex Crichton2016-11-1211-0/+11
|\ \ | |/ |/|
| * Add ENOTSUP constant to more platforms.Steven Allen2016-11-1111-0/+11
|/
* Merge pull request #446 from alexcrichton/link-cfgAlex Crichton2016-11-093-3/+6
|\
| * Use `#[link(cfg(..))]` in preparation for libstdAlex Crichton2016-11-093-3/+6
* | Merge pull request #439 from redox-os/redoxAlex Crichton2016-11-092-0/+52
|\ \
| * | Use target_os instead of cfg(redox)Jeremy Soller2016-11-081-1/+1
| * | Place structs inside of s!Jeremy Soller2016-11-031-37/+29
| * | Minimal liblibc for RedoxJeremy Soller2016-11-032-0/+60
* | | Merge pull request #444 from semarie/pledgeAlex Crichton2016-11-081-0/+2
|\ \ \
| * | | respect style and break line.Sébastien Marie2016-11-081-1/+2
| * | | add pledge(2) syscall.Sébastien Marie2016-11-061-0/+1
| |/ /
* | | Merge pull request #445 from xen0n/remove-bogus-mipsel-archesAlex Crichton2016-11-061-9/+9
|\ \ \
| * | | Remove mipsel target_archesWang Xuerui2016-11-071-9/+9
|/ / /
* | | Merge pull request #442 from alexcrichton/other-locationAlex Crichton2016-11-063-4/+4
|\ \ \
| * | | Update CI download locationAlex Crichton2016-11-063-4/+4
| |/ /
* | | Merge pull request #441 from billiob/setfsuidAlex Crichton2016-11-062-0/+3
|\ \ \
| * | | Add setfsgid()/setfsuid() on linuxBoris Faure2016-11-052-0/+3
| |/ /
* | | Merge pull request #440 from billiob/typoAlex Crichton2016-11-061-1/+1
|\ \ \ | |/ / |/| |
| * | Fix typo in commentBoris Faure2016-11-051-1/+1
|/ /
* | Merge pull request #438 from alexcrichton/less-doxAlex Crichton2016-10-281-1/+1
|\ \ | |/ |/|
| * Generate docs on 1.10.0Alex Crichton2016-10-281-1/+1
|/
* Merge pull request #437 from zethra/masterAlex Crichton2016-10-281-0/+1
|\
| * Added tcsetpgrpzethra2016-10-271-0/+1
|/
* Merge pull request #435 from raphlinus/aarch64Alex Crichton2016-10-241-1/+1
|\
| * Enable musl with aarch64Raph Levien2016-10-241-1/+1
|/
* Merge pull request #434 from dgreid/setresuidAlex Crichton2016-10-221-0/+2
|\
| * Add setresuid/setresgid for linuxDylan Reid2016-10-211-0/+2
* | Merge pull request #432 from raphlinus/fuchsiaAlex Crichton2016-10-213-3/+12
|\ \