| Age | Commit message (Expand) | Author | Lines |
| 2014-05-05 | std: deprecate cast::transmute_mut. | Huon Wilson | -1/+2 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -29/+29 |
| 2014-04-27 | Fix repeated module documentation | Alexandre Gagnon | -3/+2 |
| 2014-04-24 | std: Add timeouts to unix connect/accept | Alex Crichton | -187/+209 |
| 2014-04-24 | Update libuv | Alex Crichton | -43/+38 |
| 2014-04-23 | std: Add support for an accept() timeout | Alex Crichton | -10/+97 |
| 2014-04-22 | Fixed Win64 build | Vadim Chugunov | -13/+2 |
| 2014-04-19 | rustuv: Fix a tcp connect timeout bug on windows | Alex Crichton | -1/+8 |
| 2014-04-19 | std: Add an experimental connect_timeout function | Alex Crichton | -26/+84 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -4/+4 |
| 2014-04-18 | Update the rest of the compiler with ~[T] changes | Alex Crichton | -14/+12 |
| 2014-04-15 | Test fixes from the rollup | Alex Crichton | -1/+1 |
| 2014-04-15 | Use the unsigned integer types for bitwise intrinsics. | Huon Wilson | -2/+2 |
| 2014-04-10 | std: Make std::comm return types consistent | Alex Crichton | -8/+8 |
| 2014-04-10 | Remove some internal ~[] from several libraries. | Huon Wilson | -2/+2 |
| 2014-04-10 | std,native,green,rustuv: make readdir return `Vec`. | Huon Wilson | -3/+3 |
| 2014-04-08 | Improve searching for XXX in tidy script (#3303) | Boris Egorov | -2/+2 |
| 2014-04-04 | Fix fallout from std::libc separation | Corey Richardson | -32/+33 |
| 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-04-02 | Fix fallout of requiring uint indices | Alex Crichton | -4/+4 |
| 2014-03-31 | rustuv: Switch field privacy as necessary | Alex Crichton | -74/+74 |
| 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 | -12/+12 |
| 2014-03-27 | Fix fallout of removing default bounds | Alex Crichton | -56/+58 |
| 2014-03-26 | auto merge of #13133 : alexcrichton/rust/issue-13130, r=brson | bors | -10/+31 |
| 2014-03-25 | rustuv: Handle short writes in uv_fs_write | Alex Crichton | -10/+31 |
| 2014-03-24 | green: Remove the dependence on the crate map | Alex Crichton | -9/+29 |
| 2014-03-23 | Register new snapshots | Flavio Percoco | -1/+0 |
| 2014-03-22 | rustuv: Remove usage of get() | Alex Crichton | -6/+3 |
| 2014-03-22 | rustc: Remove all usage of manual deref() | Alex Crichton | -3/+3 |
| 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-20 | rename std::vec -> std::slice | Daniel Micay | -9/+9 |
| 2014-03-13 | auto merge of #12861 : huonw/rust/lint-owned-vecs, r=thestinger | bors | -0/+1 |
| 2014-03-13 | auto merge of #12855 : alexcrichton/rust/shutdown, r=brson | bors | -0/+36 |
| 2014-03-14 | lint: add lint for use of a `~[T]`. | Huon Wilson | -0/+1 |
| 2014-03-13 | io: Bind to shutdown() for TCP streams | Alex Crichton | -0/+36 |
| 2014-03-13 | auto merge of #12815 : alexcrichton/rust/chan-rename, r=brson | bors | -81/+81 |
| 2014-03-13 | std: Rename Chan/Port types and constructor | Alex Crichton | -81/+81 |
| 2014-03-13 | Remove Rc's borrow method to avoid conflicts with RefCell's borrow in Rc<RefC... | Eduard Burtescu | -3/+3 |
| 2014-03-12 | rustuv: Fix a use-after-free in TTY failure | Alex Crichton | -12/+19 |
| 2014-03-01 | Publicise types/add #[allow(visible_private_types)] to a variety of places. | Huon Wilson | -0/+1 |
| 2014-02-24 | auto merge of #12445 : huonw/rust/less-unsafe, r=alexcrichton | bors | -1/+1 |
| 2014-02-24 | auto merge of #12412 : alexcrichton/rust/deriving-show, r=huonw | bors | -4/+5 |
| 2014-02-23 | Roll std::run into std::io::process | Alex Crichton | -1/+18 |
| 2014-02-23 | Remove all ToStr impls, add Show impls | Alex Crichton | -4/+5 |
| 2014-02-24 | green,native,rustuv: Replace many pointer `transmute`'s with `as` or referenc... | Huon Wilson | -1/+1 |
| 2014-02-17 | Fix a segfault in the rustuv tests | Alex Crichton | -1/+12 |