| Age | Commit message (Expand) | Author | Lines |
| 2014-01-07 | Fixup the rest of the tests in the compiler | Alex Crichton | -1/+1 |
| 2014-01-07 | Fix remaining cases of leaking imports | Alex Crichton | -1/+1 |
| 2014-01-08 | Renamed Option::map_default and mutate_default to map_or and mutate_or_set | Marvin Löbel | -1/+1 |
| 2014-01-04 | Don't allow newtype structs to be dereferenced. #6246 | Brian Anderson | -5/+8 |
| 2014-01-02 | Bump version to 0.9 | Brian Anderson | -1/+1 |
| 2013-12-30 | Convert some C functions to rust functions | Alex Crichton | -0/+4 |
| 2013-12-27 | Implement native TCP I/O | Alex Crichton | -1/+4 |
| 2013-12-26 | Register new snapshots | Alex Crichton | -2/+0 |
| 2013-12-25 | Test fixes and rebase conflicts | Alex Crichton | -9/+7 |
| 2013-12-24 | std: Remove must deferred sending functions | Alex Crichton | -4/+4 |
| 2013-12-24 | rustuv: Remove the id() function from IoFactory | Alex Crichton | -27/+27 |
| 2013-12-24 | rustuv: Fix a use-after-free on destruction | Alex Crichton | -2/+12 |
| 2013-12-24 | rustuv: Fix a use-after-free bug | Alex Crichton | -3/+7 |
| 2013-12-24 | Test fixes and rebase problems | Alex Crichton | -0/+4 |
| 2013-12-24 | green: Fixing all tests from previous refactorings | Alex Crichton | -3/+3 |
| 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 |