| Age | Commit message (Expand) | Author | Lines |
| 2014-06-27 | Update to 0.11.0 0.11.0 | Alex Crichton | -1/+5 |
| 2014-06-20 | librustc: Put `#[unsafe_destructor]` behind a feature gate. | Patrick Walton | -1/+1 |
| 2014-06-17 | Mark all crates except std as experimental | Brian Anderson | -0/+1 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -2/+2 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -1/+1 |
| 2014-06-06 | libs: Fix miscellaneous fallout of librustrt | Alex Crichton | -10/+11 |
| 2014-06-06 | rustuv: Deal with the rtio changes | Alex Crichton | -33/+57 |
| 2014-05-27 | Move std::{reflect,repr,Poly} to a libdebug crate | Alex Crichton | -0/+1 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -3/+3 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -2/+2 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -1/+1 |
| 2014-05-19 | rustuv: Remove usage of UnsafeArc | Alex Crichton | -0/+1 |
| 2014-05-16 | librustuv: Remove all uses of `~str` from `librustuv` | Patrick Walton | -4/+4 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -1/+1 |
| 2014-05-15 | Test fixes from rollup | Alex Crichton | -1/+1 |
| 2014-05-15 | std: Remove run_in_bare_thread | Brian Anderson | -3/+3 |
| 2014-05-12 | Add the patch number to version strings. Closes #13289 | Brian Anderson | -1/+1 |
| 2014-05-11 | core: Remove the cast module | Alex Crichton | -8/+8 |
| 2014-05-07 | rustuv: Implement timeouts for unix networking | Alex Crichton | -0/+1 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -6/+6 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -1/+1 |
| 2014-04-27 | Fix repeated module documentation | Alexandre Gagnon | -3/+0 |
| 2014-04-19 | std: Add an experimental connect_timeout function | Alex Crichton | -0/+1 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -1/+1 |
| 2014-04-15 | Test fixes from the rollup | Alex Crichton | -1/+1 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -1/+2 |
| 2014-04-03 | Bump version to 0.11-pre | Brian Anderson | -1/+1 |
| 2014-04-03 | auto merge of #13286 : alexcrichton/rust/release, r=brson | bors | -1/+1 |
| 2014-03-31 | rustuv: Switch field privacy as necessary | Alex Crichton | -5/+5 |
| 2014-03-31 | Bump version to 0.10 | Alex Crichton | -1/+1 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -8/+8 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -2/+2 |
| 2014-03-24 | green: Remove the dependence on the crate map | Alex Crichton | -1/+27 |
| 2014-03-23 | Register new snapshots | Flavio Percoco | -1/+0 |
| 2014-03-21 | rustc: Switch defaults from libgreen to libnative | Alex Crichton | -0/+11 |
| 2014-03-20 | syntax: Tidy up parsing the new attribute syntax | Alex Crichton | -0/+1 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+1 |
| 2014-03-01 | Publicise types/add #[allow(visible_private_types)] to a variety of places. | Huon Wilson | -0/+1 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -4/+5 |
| 2014-02-17 | Fix a segfault in the rustuv tests | Alex Crichton | -1/+0 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -1/+1 |
| 2014-02-14 | auto merge of #12186 : alexcrichton/rust/no-sleep-2, r=brson | bors | -3/+25 |
| 2014-02-13 | remove duplicate function from std::ptr (is_null, is_not_null, offset, mut_of... | JeremyLetang | -1/+1 |
| 2014-02-12 | Expose whether event loops have active I/O | Alex Crichton | -3/+25 |
| 2014-02-05 | Implement clone() for TCP/UDP/Unix sockets | Alex Crichton | -1/+3 |
| 2014-02-03 | std: Remove try_send_deferred plus all fallout | Alex Crichton | -1/+1 |
| 2014-02-03 | rustuv: Require all results are used and fix fallout | Alex Crichton | -2/+3 |
| 2014-01-29 | Remove do keyword from librustuv | Scott Lawrence | -2/+2 |
| 2014-01-26 | Removed all instances of XXX in preparation for relaxing of FIXME rule | Salem Talha | -3/+3 |