| Age | Commit message (Expand) | Author | Lines |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -62/+62 |
| 2014-09-13 | librustc: Forbid inherent implementations that aren't adjacent to the | Patrick Walton | -0/+1 |
| 2014-09-09 | rollup merge of #17020 : nodakai/libnative-c_int | Alex Crichton | -34/+22 |
| 2014-09-08 | libnative/io: generic retry() for Unix 64 bit read/write(). | NODA, Kai | -34/+22 |
| 2014-09-07 | auto merge of #16942 : alexcrichton/rust/remove-net-assert, r=brson | bors | -1/+1 |
| 2014-09-06 | readdir: return error instead of failing on invalid UTF-16 | Peter Atashian | -26/+19 |
| 2014-09-04 | auto merge of #16982 : jbcrail/rust/comment-and-string-corrections, r=alexcri... | bors | -8/+8 |
| 2014-09-03 | Fix spelling errors and capitalization. | Joseph Crail | -8/+8 |
| 2014-09-03 | libnative/io/file_unix: remove superfluous retry(). | NODA, Kai | -24/+12 |
| 2014-09-02 | native: Remove a bogus assert in net::read | Alex Crichton | -1/+1 |
| 2014-08-30 | Unify non-snake-case lints and non-uppercase statics lints | P1start | -2/+2 |
| 2014-08-28 | auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton | bors | -3/+3 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -3/+3 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -2/+2 |
| 2014-08-24 | native: clone/close_accept for win32 pipes | Alex Crichton | -40/+108 |
| 2014-08-24 | native: Add some documentation for accept | Alex Crichton | -0/+34 |
| 2014-08-24 | native: TCP close/close_accept for windows | Alex Crichton | -78/+228 |
| 2014-08-24 | native: Implement clone/close_accept for unix | Alex Crichton | -46/+156 |
| 2014-08-23 | Complete renaming of win32 to windows | Vadim Chugunov | -10/+9 |
| 2014-08-20 | libgreen: use FFI-safe types | Corey Richardson | -1/+2 |
| 2014-08-20 | liblibc: don't use int/uint for intptr_t/uintptr_t | Corey Richardson | -0/+1 |
| 2014-08-20 | Add #[repr(C)] to all the things! | Corey Richardson | -0/+13 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -18/+18 |
| 2014-08-15 | auto merge of #16435 : vadimcn/rust/windows, r=pcwalton | bors | -1/+2 |
| 2014-08-12 | libnative: process spawning should not close inherited file descriptors | Ivan Petkov | -1/+1 |
| 2014-08-12 | Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")] | Vadim Chugunov | -1/+2 |
| 2014-08-12 | auto merge of #16284 : alexcrichton/rust/issue-16272, r=aturon | bors | -1/+4 |
| 2014-08-07 | windows: Fix INVALID_HANDLE_VALUE | Peter Atashian | -13/+13 |
| 2014-08-07 | windows: Fix several tests on 64-bit. | Peter Atashian | -0/+20 |
| 2014-08-06 | Merge commit '881bfb1a180a1b545daa9da1539ec4c8ebda7ed1' into rollup | Alex Crichton | -2/+2 |
| 2014-08-06 | auto merge of #16258 : aturon/rust/stabilize-atomics, r=alexcrichton | bors | -12/+12 |
| 2014-08-05 | Renamed `record_stack_bounds` for clarity. | Vadim Chugunov | -2/+2 |
| 2014-08-05 | native, rustuv: Fix spawning with empty args | Alex Crichton | -1/+4 |
| 2014-08-05 | auto merge of #16243 : alexcrichton/rust/fix-utime-for-windows, r=brson | bors | -2/+2 |
| 2014-08-04 | stabilize atomics (now atomic) | Aaron Turon | -12/+12 |
| 2014-08-04 | Change everything returning `libc::sockaddr_storage` to use an &mut out-ptr i... | Andrew Poelstra | -27/+30 |
| 2014-08-02 | native: Fix utime() for windows | Alex Crichton | -2/+2 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -2/+2 |
| 2014-07-31 | auto merge of #16073 : mneumann/rust/dragonfly2, r=alexcrichton | bors | -1/+13 |
| 2014-07-30 | native: Don't deadlock the runtime on spawn failure | Alex Crichton | -2/+2 |
| 2014-07-29 | Port Rust to DragonFlyBSD | Michael Neumann | -1/+13 |
| 2014-07-26 | std: Stabilize unit, bool, ty, tuple, arc, any | Alex Crichton | -17/+8 |
| 2014-07-24 | Test fixes from the rollup | Alex Crichton | -3/+3 |
| 2014-07-24 | libsyntax: Remove `~self` and `mut ~self` from the language. | Patrick Walton | -9/+14 |
| 2014-07-24 | Add a null pointer check to CString::new | Adolfo OchagavĂa | -5/+5 |
| 2014-07-22 | auto merge of #15867 : cmr/rust/rewrite-lexer4, r=alexcrichton | bors | -0/+2 |
| 2014-07-21 | Add a ton of ignore-lexer-test | Corey Richardson | -0/+2 |
| 2014-07-15 | Deprecate `str::from_utf16` | Adolfo OchagavĂa | -1/+1 |
| 2014-07-13 | native: Search the child's PATH on win32 | Alex Crichton | -1/+21 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |