| Age | Commit message (Expand) | Author | Lines |
| 2013-12-24 | green: Allow specifying an IoFactory for pools | Alex Crichton | -3/+9 |
| 2013-12-24 | rustuv: Write homing tests with SchedPool | Alex Crichton | -108/+45 |
| 2013-12-24 | rustuv: Get all tests passing again after refactor | Alex Crichton | -310/+284 |
| 2013-12-24 | rustuv: Reimplement without using std::rt::sched | Alex Crichton | -400/+644 |
| 2013-12-21 | rustuv: Stop link to pthread on Windows | klutzy | -1/+3 |
| 2013-12-19 | auto merge of #11041 : cmr/rust/pkgid_changes, r=cmr,metajack | bors | -0/+2 |
| 2013-12-19 | Rename pkgid to crate_id | Corey Richardson | -0/+2 |
| 2013-12-19 | std::vec: remove .as_imm_buf, replaced by .as_ptr & .len. | Huon Wilson | -3/+3 |
| 2013-12-17 | auto merge of #10863 : cadencemarseille/rust/patch-handle-ENOENT, r=alexcrichton | bors | -0/+4 |
| 2013-12-17 | Handle ENOENT | Cadence Marseille | -0/+4 |
| 2013-12-16 | Test fallout from std::comm rewrite | Alex Crichton | -39/+51 |
| 2013-12-16 | Fallout of rewriting std::comm | Alex Crichton | -6/+5 |
| 2013-12-15 | Register new snapshots | Alex Crichton | -8/+1 |
| 2013-12-15 | auto merge of #10984 : huonw/rust/clean-raw, r=cmr | bors | -10/+7 |
| 2013-12-15 | std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut []. | Huon Wilson | -9/+6 |
| 2013-12-15 | Move std::{str,vec}::raw::set_len to an unsafe method on Owned{Vector,Str}. | Huon Wilson | -1/+1 |
| 2013-12-15 | std::rt: s/pausible/pausable/. | Huon Wilson | -5/+5 |
| 2013-12-14 | Dead-code pass now marks and warns foreign items | Kiet Tran | -1/+6 |
| 2013-12-10 | auto merge of #10791 : pcwalton/rust/decelling, r=pcwalton | bors | -101/+83 |
| 2013-12-10 | libstd: Remove `Cell` from the library. | Patrick Walton | -15/+14 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -0/+2 |
| 2013-12-10 | librustuv: Change `with_local_io` to use RAII. | Patrick Walton | -2/+6 |
| 2013-12-10 | librustdoc: Remove a couple of `Cell`s. | Patrick Walton | -3/+4 |
| 2013-12-10 | librustuv: RAII-ify `Local::borrow`, and remove some 12 Cells. | Patrick Walton | -19/+29 |
| 2013-12-10 | libextra: Another round of de-`Cell`-ing. | Patrick Walton | -71/+39 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -12/+0 |
| 2013-12-04 | auto merge of #10796 : kballard/rust/revert-new-naming, r=alexcrichton | bors | -4/+4 |
| 2013-12-04 | Rename std::rt::deque::*::init() to *::new() | Kevin Ballard | -1/+1 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -3/+3 |
| 2013-12-04 | auto merge of #10804 : alexcrichton/rust/less-dup, r=pcwalton | bors | -0/+8 |
| 2013-12-04 | Don't dup the stdio file descriptors. | Alex Crichton | -0/+8 |
| 2013-12-04 | std::str: s/from_utf8_slice/from_utf8/, to make the basic case shorter. | Huon Wilson | -2/+2 |
| 2013-12-04 | std::str: remove from_utf8. | Huon Wilson | -2/+2 |
| 2013-12-03 | Move std::util::ignore to std::prelude::drop | Steven Fackler | -6/+3 |
| 2013-12-03 | Register new snapshots | Alex Crichton | -20/+7 |
| 2013-11-30 | Test fixes and merge conflicts | Alex Crichton | -1/+2 |
| 2013-11-29 | Add generation of static libraries to rustc | Alex Crichton | -7/+28 |
| 2013-11-29 | Implement a lock-free work-stealing deque | Alex Crichton | -6/+7 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -3/+3 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -16/+14 |
| 2013-11-26 | auto merge of #10581 : pcwalton/rust/dedo, r=pcwalton | bors | -92/+89 |
| 2013-11-26 | librustc: Fix merge fallout. | Patrick Walton | -2/+2 |
| 2013-11-26 | Correctly handle libuv errors in addrinfo calls | Alex Crichton | -5/+18 |
| 2013-11-26 | librustc: Make `||` lambdas not infer to `proc`s | Patrick Walton | -2/+2 |
| 2013-11-26 | test: Remove all remaining non-procedure uses of `do`. | Patrick Walton | -2/+2 |
| 2013-11-26 | librustuv: Remove all non-`proc` uses of `do` from `libextra` and | Patrick Walton | -76/+74 |
| 2013-11-26 | libsyntax: Remove the old-style borrowed closure type syntax from the | Patrick Walton | -10/+9 |
| 2013-11-25 | auto merge of #10646 : alexcrichton/rust/issue-10645, r=luqmana | bors | -10/+15 |
| 2013-11-24 | Set uv's custom data before uv_read_start | Alex Crichton | -10/+15 |
| 2013-11-24 | auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brson | bors | -140/+111 |