| Age | Commit message (Expand) | Author | Lines |
| 2013-12-24 | green: Rip the bandaid off, introduce libgreen | Alex Crichton | -1395/+0 |
| 2013-12-20 | std: silence warnings when compiling test. | Huon Wilson | -0/+2 |
| 2013-12-19 | std::vec: remove .as_muf_buf, replaced by .as_mut_ptr & .len. | Huon Wilson | -7/+5 |
| 2013-12-16 | Fallout of rewriting std::comm | Alex Crichton | -48/+57 |
| 2013-12-15 | std::rt: s/pausible/pausable/. | Huon Wilson | -4/+4 |
| 2013-12-15 | std: fix spelling in docs. | Huon Wilson | -1/+1 |
| 2013-12-10 | auto merge of #10791 : pcwalton/rust/decelling, r=pcwalton | bors | -47/+29 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -2/+0 |
| 2013-12-10 | librustuv: RAII-ify `Local::borrow`, and remove some 12 Cells. | Patrick Walton | -11/+8 |
| 2013-12-10 | libextra: Another round of de-`Cell`-ing. | Patrick Walton | -36/+21 |
| 2013-12-05 | auto merge of #10817 : alexcrichton/rust/sched-fix, r=brson | bors | -4/+40 |
| 2013-12-05 | Solve some nasty deschedulinging races with a lock | Alex Crichton | -4/+40 |
| 2013-12-04 | Rename std::rt::deque::*::init() to *::new() | Kevin Ballard | -2/+2 |
| 2013-12-03 | Move std::util::ignore to std::prelude::drop | Steven Fackler | -2/+1 |
| 2013-11-29 | Implement a lock-free work-stealing deque | Alex Crichton | -28/+28 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -1/+1 |
| 2013-11-27 | Use the native tls implementation on android | Alex Crichton | -1/+1 |
| 2013-11-26 | librustc: Make `||` lambdas not infer to `proc`s | Patrick Walton | -3/+6 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -9/+9 |
| 2013-11-26 | libstd: Remove all non-`proc` uses of `do` from libstd | Patrick Walton | -21/+19 |
| 2013-11-24 | Remove linked failure from the runtime | Alex Crichton | -11/+2 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -10/+10 |
| 2013-11-18 | libstd: Change all `~fn()`s to `proc`s in the standard library. | Patrick Walton | -1/+3 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -1/+1 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -1/+0 |
| 2013-11-10 | Rework the idle callback to have a safer interface | Alex Crichton | -3/+4 |
| 2013-11-10 | Remove usage of ~fn from the scheduler | Alex Crichton | -3/+2 |
| 2013-11-10 | Remove usage of ~fn() from uv async/idle | Alex Crichton | -3/+11 |
| 2013-11-04 | Move io::file to io::fs and fns out of File | Alex Crichton | -1/+1 |
| 2013-10-29 | auto merge of #10058 : alexcrichton/rust/uv-crate, r=brson | bors | -12/+5 |
| 2013-10-29 | Move rust's uv implementation to its own crate | Alex Crichton | -1/+0 |
| 2013-10-28 | Register new snapshots | Alex Crichton | -75/+57 |
| 2013-10-28 | Make some more rt components public | Alex Crichton | -11/+5 |
| 2013-10-28 | Allow fail messages to be caught, and introduce the Any trait | Marvin Löbel | -2/+2 |
| 2013-10-26 | auto merge of #10070 : alexcrichton/rust/fewer-missiles, r=brson | bors | -1/+8 |
| 2013-10-25 | Fire fewer homing missiles | Alex Crichton | -1/+8 |
| 2013-10-24 | Implement a basic event loop built on LittleLock | Alex Crichton | -10/+6 |
| 2013-10-24 | Remove the 'callback_ms' function from EventLoop | Alex Crichton | -10/+3 |
| 2013-10-24 | Fix a bug with the scheduler and destructor order | Alex Crichton | -1/+11 |
| 2013-10-24 | Remove IoFactoryObject for ~IoFactory | Alex Crichton | -3/+4 |
| 2013-10-24 | Migrate Rtio objects to true trait objects | Alex Crichton | -6/+6 |
| 2013-10-23 | auto merge of #9810 : huonw/rust/rand3, r=alexcrichton | bors | -1/+1 |
| 2013-10-23 | std::rand: add distributions::Range for generating [lo, hi). | Huon Wilson | -1/+1 |
| 2013-10-23 | Removed unnecessary comments and white spaces as suggested | reedlepee | -1/+1 |
| 2013-10-23 | Removed Unnecessary comments and white spaces #4386 | reedlepee | -5/+0 |
| 2013-10-23 | Making fields in std and extra : private #4386 | reedlepee | -7/+12 |
| 2013-10-22 | Drop the '2' suffix from logging macros | Alex Crichton | -2/+2 |
| 2013-10-19 | auto merge of #9834 : alexcrichton/rust/morestack, r=brson | bors | -1/+1 |
| 2013-10-19 | Use __morestack to detect stack overflow | Alex Crichton | -1/+1 |
| 2013-10-17 | std: Move size/align functions to std::mem. #2240 | Brian Anderson | -2/+2 |