| Age | Commit message (Expand) | Author | Lines |
| 2015-08-23 | New cross target: i686-linux-android | Tim JIANG | -9/+17 |
| 2015-08-16 | rustdoc: Added issue_tracker_base_url annotations to crates | Martin Wernstål | -1/+2 |
| 2015-08-15 | libc,rand: Add issues for all unstable features | Alex Crichton | -2/+3 |
| 2015-08-12 | libc: Fix backcompat with crates.io version | Alex Crichton | -1/+12 |
| 2015-08-11 | rollup merge of #27678: alexcrichton/snapshots | Alex Crichton | -2/+0 |
| 2015-08-11 | Register new snapshots | Alex Crichton | -2/+0 |
| 2015-08-09 | Use https URLs to refer to rust-lang.org where appropriate. | Eli Friedman | -3/+3 |
| 2015-08-03 | syntax: Implement #![no_core] | Alex Crichton | -2/+3 |
| 2015-07-31 | fixes unused import compile failure | Dave Huseby | -2/+2 |
| 2015-07-28 | Fixes #25155 and fixes #27359 by fixing the stat defines for both freebsd 10.... | Dave Huseby | -4/+3 |
| 2015-07-20 | Register new snapshots | Alex Crichton | -4/+0 |
| 2015-07-11 | adding support for i686-unknown-freebsd target | Dave Huseby | -0/+94 |
| 2015-07-10 | Show file name and access mode in Debug instance for File on OS X | Florian Hartwig | -0/+5 |
| 2015-07-09 | Add FileTypeUnix trait to add unix special file types | Jesús Espino | -0/+6 |
| 2015-07-08 | trans: Link rlibs to dylibs with --whole-archive | Alex Crichton | -0/+1 |
| 2015-07-06 | Rollup merge of #26809 - cmr:libc-ioctl, r=alexcrichton | Steve Klabnik | -3/+3 |
| 2015-07-05 | liblibc: correct Linux ioctl request type | Corey Richardson | -3/+3 |
| 2015-07-01 | Add netbsd amd64 support | Alex Newman | -10/+18 |
| 2015-06-24 | Add flock() to liblibc | Andy Grover | -0/+27 |
| 2015-06-24 | Auto merge of #26521 - oli-obk:android-x86-libclibc, r=alexcrichton | bors | -8/+13 |
| 2015-06-23 | Support Android/x86 for liblibc | Makoto Kato | -8/+13 |
| 2015-06-19 | liblibc: Fix prototype of functions taking `char *const argv[]` | Geoffrey Thomas | -16/+18 |
| 2015-06-15 | When building libc crate with musl, don't look for libc.a | Aidan Hobson Sayers | -1/+4 |
| 2015-06-04 | crate libc: Correct signature of `WriteFile` | York Xiang | -2/+2 |
| 2015-05-29 | Fix windows recvfrom definition | Steven Fackler | -2/+1 |
| 2015-05-20 | Auto merge of #25350 - alexcrichton:msvc, r=brson | bors | -0/+6 |
| 2015-05-19 | libc: Add necessary libraries for MSVC | Alex Crichton | -0/+6 |
| 2015-05-15 | libs: Move favicon URLs to HTTPS | Alex Crichton | -1/+1 |
| 2015-05-12 | Add wait and waitpid to libc. | Mike Sampson | -0/+6 |
| 2015-05-09 | Rollup merge of #25211 - huonw:libc, r=cmr | Manish Goregaokar | -1/+2 |
| 2015-05-09 | Rollup merge of #25140 - kevinmehall:mips, r=steveklabnik | Manish Goregaokar | -0/+24 |
| 2015-05-08 | Add a reason to the libc & rand instability. | Huon Wilson | -1/+2 |
| 2015-05-06 | Move the SC constants for macos to an accessible module (fixes #24374 for mac). | Ms2ger | -133/+44 |
| 2015-05-05 | Add TCP_* constants for mips/mipsel Linux | Kevin Mehall | -0/+24 |
| 2015-04-27 | std: Prepare for linking to musl | Alex Crichton | -1/+5 |
| 2015-04-21 | add TCP_* consts for linux | Young Wu | -0/+24 |
| 2015-04-21 | Implement Debug for File | Chris Wong | -0/+2 |
| 2015-04-18 | Auto merge of #24464 - lambdaburrito:master, r=alexcrichton | bors | -0/+127 |
| 2015-04-16 | Auto merge of #24306 - l0kod:libc-noctty, r=alexcrichton | bors | -0/+5 |
| 2015-04-15 | fix tabs | pez | -93/+93 |
| 2015-04-15 | add all SC constants for macos | James Perry | -1/+128 |
| 2015-04-13 | remove duplicated linux sysconf mod | pez | -6/+2 |
| 2015-04-13 | added _SC_NPROCESSORS_ONLN constants for linux and macos for fix #24374 | pez | -0/+15 |
| 2015-04-11 | libc: Add O_NOCTTY | Mickaël Salaün | -0/+5 |
| 2015-04-02 | unary negation of unsigned integers | Sébastien Marie | -3/+3 |
| 2015-04-02 | don't derive Clone, but impl it | Sébastien Marie | -6/+24 |
| 2015-04-02 | Tweak relese notes + rebase fixes | Alex Crichton | -11/+34 |
| 2015-04-01 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -3/+3 |
| 2015-04-01 | rollup merge of #23860: nikomatsakis/copy-requires-clone | Alex Crichton | -141/+148 |
| 2015-04-02 | Test fixes and rebase conflicts, round 2 | Alex Crichton | -1/+1 |