| Age | Commit message (Expand) | Author | Lines |
| 2014-09-30 | Fix cfg warnings for liblibc | Steven Fackler | -108/+93 |
| 2014-09-25 | auto merge of #17466 : nikomatsakis/rust/oibt, r=pcwalton | bors | -0/+2 |
| 2014-09-25 | Move checking of whether fields are Sized or not into wf / trait code. | Niko Matsakis | -0/+2 |
| 2014-09-24 | liblibc and libnative: send() should use const buffers. | NODA, Kai | -2/+2 |
| 2014-09-06 | readdir: return error instead of failing on invalid UTF-16 | Peter Atashian | -4/+20 |
| 2014-09-04 | auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri... | bors | -1/+1 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -1/+1 |
| 2014-09-03 | Fix some non-FFI-safe types in externs | Keegan McAllister | -1/+1 |
| 2014-09-02 | Fix MIPS target | Jyun-Yan You | -0/+6 |
| 2014-09-01 | auto merge of #16844 : mrmonday/rust/liblibc-custom-socket, r=alexcrichton | bors | -7/+152 |
| 2014-08-30 | Unify non-snake-case lints and non-uppercase statics lints | P1start | -2/+2 |
| 2014-08-29 | Modifications to liblibc for raw/custom socket support. | Robert Clipsham | -7/+152 |
| 2014-08-23 | auto merge of #16693 : vadimcn/rust/rename--win32, r=pcwalton | bors | -10/+3 |
| 2014-08-23 | Complete renaming of win32 to windows | Vadim Chugunov | -10/+3 |
| 2014-08-23 | Fix intptr_t on win64 | Vadim Chugunov | -0/+8 |
| 2014-08-20 | liblibc: don't use int/uint for intptr_t/uintptr_t | Corey Richardson | -18/+19 |
| 2014-08-20 | Add #[repr(C)] to all the things! | Corey Richardson | -2/+102 |
| 2014-08-20 | librustc: handle repr on structs, require it for ffi, unify with packed | Corey Richardson | -0/+1 |
| 2014-08-19 | Rename Nullable::Some to Nullable::NotNull | SiegeLord | -1/+1 |
| 2014-08-18 | snapshots: Register new snapshots. | Patrick Walton | -34/+0 |
| 2014-08-17 | librustc: Allow trait bounds on structures and enumerations, and check | Patrick Walton | -0/+34 |
| 2014-08-16 | librustc: Forbid external crates, imports, and/or items from being | Patrick Walton | -3/+3 |
| 2014-08-12 | Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")] | Vadim Chugunov | -7/+14 |
| 2014-08-07 | windows: Fix INVALID_HANDLE_VALUE | Peter Atashian | -4/+3 |
| 2014-08-07 | windows: Fix several tests on 64-bit. | Peter Atashian | -12/+9 |
| 2014-07-29 | Port Rust to DragonFlyBSD | Michael Neumann | -5/+221 |
| 2014-07-13 | auto merge of #15584 : alexcrichton/rust/warn-annoyances, r=cmr | bors | -57/+61 |
| 2014-07-11 | libc: Switch open to use a mode_t on unix | Alex Crichton | -57/+61 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -1/+3 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -195/+222 |
| 2014-06-28 | Rename all raw pointers as necessary | Alex Crichton | -195/+222 |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -1/+5 |
| 2014-06-24 | auto merge of #14963 : w3ln4/rust/master, r=alexcrichton | bors | -0/+8 |
| 2014-06-24 | Added Mipsel architecture support | Pawel Olzacki | -0/+8 |
| 2014-06-18 | fix signatures of mmap-related functions from libc | Daniel Micay | -10/+10 |
| 2014-06-16 | fix typo in the libc crate | Daniel Micay | -2/+2 |
| 2014-06-16 | std: Improve pipe() functionality | Alex Crichton | -2/+2 |
| 2014-06-12 | Basic iOS support | Valerii Hiora | -0/+13 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -2/+2 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -1/+6 |
| 2014-06-04 | libc: only provide an rlib. | Huon Wilson | -1/+3 |
| 2014-05-30 | windows: Allow snake_case errors for now. | Kevin Butler | -1/+2 |
| 2014-05-28 | auto merge of #14477 : alexcrichton/rust/issue-14456, r=brson | bors | -2/+7 |
| 2014-05-27 | native: Ignore stdio fds with /dev/null | Alex Crichton | -2/+7 |
| 2014-05-28 | fix MIPS target | Jyun-Yan You | -0/+46 |
| 2014-05-13 | io: Implement process wait timeouts | Alex Crichton | -17/+1 |
| 2014-05-13 | Use Get/FreeEnvironmentStringsW instead of Get/FreeEnvironmentStringsA | Phil Ruffwind | -3/+3 |
| 2014-05-13 | Use CreateProcessW instead of CreateProcessA | Phil Ruffwind | -5/+6 |