| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-02-16 | Allow configuration of uid/gid/detach on processes | Alex Crichton | -3/+13 |
| 2014-02-15 | auto merge of #12235 : huonw/rust/raii-lock, r=alexcrichton | bors | -3/+3 |
| 2014-02-16 | std: add a NativeMutex type as a wrapper to destroy StaticNativeMutex. | Huon Wilson | -3/+3 |
| 2014-02-14 | extern mod => extern crate | Alex Crichton | -1/+1 |
| 2014-02-14 | Test fixes and rebase conflicts from rollups | Alex Crichton | -1/+4 |
| 2014-02-14 | auto merge of #12186 : alexcrichton/rust/no-sleep-2, r=brson | bors | -25/+57 |
| 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 | -25/+57 |
| 2014-02-11 | Rewrite channels yet again for upgradeability | Alex Crichton | -6/+4 |
| 2014-02-11 | Shuffle around ownership in concurrent queues | Alex Crichton | -25/+26 |
| 2014-02-11 | librustuv -- fix unsafe sharing in rustuv | Niko Matsakis | -1/+2 |
| 2014-02-11 | Move replace and swap to std::mem. Get rid of std::util | Edward Wang | -4/+4 |
| 2014-02-09 | std: Move byteswap functions to mem | Brian Anderson | -3/+2 |
| 2014-02-09 | std: Add init and uninit to mem. Replace direct intrinsic usage | Brian Anderson | -2/+2 |
| 2014-02-05 | Implement clone() for TCP/UDP/Unix sockets | Alex Crichton | -13/+246 |
| 2014-02-03 | std: Remove try_send_deferred plus all fallout | Alex Crichton | -4/+4 |
| 2014-02-03 | rustuv: Require all results are used and fix fallout | Alex Crichton | -32/+34 |
| 2014-02-03 | rustuv: Remove io_error usage | Alex Crichton | -2/+3 |
| 2014-01-29 | auto merge of #11754 : alexcrichton/rust/unused-result, r=brson | bors | -1/+1 |
| 2014-01-29 | Flag Result as #[must_use] and deal with fallout. | Alex Crichton | -1/+1 |
| 2014-01-29 | Remove do keyword from librustuv | Scott Lawrence | -50/+50 |
| 2014-01-27 | Demote self to an (almost) regular argument and remove the env param. | Eduard Burtescu | -2/+2 |