| Age | Commit message (Expand) | Author | Lines |
| 2014-10-01 | Remove librustuv | Aaron Turon | -6463/+0 |
| 2014-09-30 | Fix librustuv | Steven Fackler | -5/+3 |
| 2014-09-23 | Deprecate `#[ignore(cfg(...))]` | Steven Fackler | -1/+1 |
| 2014-09-22 | librustc: Forbid private types in public APIs. | Patrick Walton | -2/+1 |
| 2014-09-21 | Fix fallout from Vec stabilization | Alex Crichton | -2/+2 |
| 2014-09-16 | Fallout from renaming | Aaron Turon | -14/+14 |
| 2014-09-15 | add Send bound on impl because stricter trait checking requires it | Niko Matsakis | -1/+1 |
| 2014-09-01 | Updated to new extern crate syntax. | wickerwaka | -1/+1 |
| 2014-08-29 | Register new snapshots | Alex Crichton | -15/+0 |
| 2014-08-28 | auto merge of #16664 : aturon/rust/stabilize-option-result, r=alexcrichton | bors | -12/+12 |
| 2014-08-28 | Fallout from stabilizing core::option | Aaron Turon | -12/+12 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -0/+15 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -4/+7 |
| 2014-08-24 | native: clone/close_accept for win32 pipes | Alex Crichton | -2/+2 |
| 2014-08-24 | rustuv: Implement clone/close_accept | Alex Crichton | -173/+290 |
| 2014-08-23 | Remove stage0 attributes. | Vadim Chugunov | -1/+0 |
| 2014-08-20 | liblibc: don't use int/uint for intptr_t/uintptr_t | Corey Richardson | -2/+2 |
| 2014-08-20 | Add #[repr(C)] to all the things! | Corey Richardson | -0/+5 |
| 2014-08-18 | libsyntax: Remove the `use foo = bar` syntax from the language in favor | Patrick Walton | -1/+1 |
| 2014-08-15 | auto merge of #16435 : vadimcn/rust/windows, r=pcwalton | bors | -1/+2 |
| 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 | -6/+10 |
| 2014-08-09 | auto merge of #15964 : huonw/rust/gensym-test, r=alexcrichton | bors | -5/+3 |
| 2014-08-09 | testsuite: implement #[reexport_test_harness_name] to get access to the | Huon Wilson | -5/+3 |
| 2014-08-05 | native, rustuv: Fix spawning with empty args | Alex Crichton | -6/+10 |
| 2014-08-04 | Change everything returning `libc::sockaddr_storage` to use an &mut out-ptr i... | Andrew Poelstra | -20/+23 |
| 2014-08-01 | Fix misspelled comments. | Joseph Crail | -1/+1 |
| 2014-07-29 | Port Rust to DragonFlyBSD | Michael Neumann | -0/+2 |
| 2014-07-26 | std: Stabilize unit, bool, ty, tuple, arc, any | Alex Crichton | -6/+6 |
| 2014-07-24 | libsyntax: Remove `~self` and `mut ~self` from the language. | Patrick Walton | -3/+5 |
| 2014-07-24 | Add `string::raw::from_buf` | Adolfo OchagavĂa | -3/+3 |
| 2014-07-24 | Deprecated `str::raw::from_c_str` | Adolfo OchagavĂa | -3/+3 |
| 2014-07-23 | collections: Deprecate shift/unshift | Brian Anderson | -1/+1 |
| 2014-07-19 | librustc: Implement lifetime elision. | Patrick Walton | -1/+1 |
| 2014-07-15 | auto merge of #15604 : mrmonday/rust/raw-socket-libc, r=alexcrichton | bors | -0/+21 |
| 2014-07-15 | Add low level support for polling with librustuv. | Robert Clipsham | -0/+21 |
| 2014-07-14 | std: Make unlink() more consistent | Alex Crichton | -1/+4 |
| 2014-07-13 | auto merge of #15584 : alexcrichton/rust/warn-annoyances, r=cmr | bors | -1/+1 |
| 2014-07-12 | Use a nicer Show impl for Name | Corey Richardson | -1/+1 |
| 2014-07-11 | Update doc URLs for version bump | Brian Anderson | -1/+1 |
| 2014-07-10 | io::process::Command: add fine-grained env builder | Aaron Turon | -1/+1 |
| 2014-07-09 | Register new snapshots | Alex Crichton | -2/+0 |
| 2014-07-08 | std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`. | Richo Healey | -3/+3 |
| 2014-07-05 | Add #[crate_name] attributes as necessary | Alex Crichton | -1/+3 |
| 2014-07-04 | auto merge of #15343 : alexcrichton/rust/0.11.0-release, r=brson | bors | -1/+5 |
| 2014-07-03 | Fix spelling errors. | Joseph Crail | -3/+3 |
| 2014-07-02 | Merge remote-tracking branch 'origin/master' into 0.11.0-release | Alex Crichton | -399/+419 |
| 2014-07-02 | Rename recvfrom -> recv_from, sendto -> send_to. | OGINO Masanori | -17/+17 |
| 2014-06-29 | auto merge of #15252 : alexcrichton/rust/issue-15231, r=pcwalton | bors | -7/+10 |
| 2014-06-29 | librustc: Remove the fallback to `int` for integers and `f64` for | Patrick Walton | -2/+2 |