| Age | Commit message (Expand) | Author | Lines |
| 2013-12-15 | std::vec: convert to(_mut)_ptr to as_... methods on &[] and &mut []. | Huon Wilson | -2/+2 |
| 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 | -18/+18 |
| 2013-12-15 | std: fix spelling in docs. | Huon Wilson | -1/+1 |
| 2013-12-11 | Make 'self lifetime illegal. | Erik Price | -9/+9 |
| 2013-12-10 | auto merge of #10791 : pcwalton/rust/decelling, r=pcwalton | bors | -307/+311 |
| 2013-12-10 | libstd: Remove `Cell` from the library. | Patrick Walton | -13/+18 |
| 2013-12-10 | Make crate hash stable and externally computable. | Jack Moffitt | -2/+0 |
| 2013-12-10 | libstd: Remove two uses of `Cell`. | Patrick Walton | -6/+4 |
| 2013-12-10 | libstd: Change `atomically` to use RAII. | Patrick Walton | -11/+7 |
| 2013-12-10 | librustuv: Change `with_local_io` to use RAII. | Patrick Walton | -25/+53 |
| 2013-12-10 | libstd: Remove some cells involved in | Patrick Walton | -10/+6 |
| 2013-12-10 | librustuv: RAII-ify `Local::borrow`, and remove some 12 Cells. | Patrick Walton | -146/+168 |
| 2013-12-10 | libextra: Another round of de-`Cell`-ing. | Patrick Walton | -110/+69 |
| 2013-12-08 | Remove dead codes | Kiet Tran | -22/+6 |
| 2013-12-06 | auto merge of #10364 : Kimundi/rust/result_compose, r=alexcrichton | bors | -0/+1 |
| 2013-12-06 | Link rustllvm statically, and distribute a static snapshot | Alex Crichton | -0/+1 |
| 2013-12-06 | Made Results API more composable | Marvin Löbel | -0/+1 |
| 2013-12-05 | auto merge of #10817 : alexcrichton/rust/sched-fix, r=brson | bors | -4/+49 |
| 2013-12-05 | Solve some nasty deschedulinging races with a lock | Alex Crichton | -4/+49 |
| 2013-12-04 | Rename std::rt::deque::*::init() to *::new() | Kevin Ballard | -20/+20 |
| 2013-12-04 | Revert "libstd: Change `Path::new` to `Path::init`." | Kevin Ballard | -1/+1 |
| 2013-12-03 | Move std::util::ignore to std::prelude::drop | Steven Fackler | -2/+1 |
| 2013-12-03 | auto merge of #10747 : alexcrichton/rust/snapshots, r=cmr | bors | -5/+0 |
| 2013-12-03 | Register new snapshots | Alex Crichton | -5/+0 |
| 2013-11-30 | auto merge of #10733 : alexcrichton/rust/ignore-on-windows, r=pcwalton | bors | -0/+1 |
| 2013-11-29 | Ignore a deque test on windows | Alex Crichton | -0/+1 |
| 2013-11-29 | auto merge of #10719 : Kimundi/rust/switch_to_multi_item_macros, r=alexcrichton | bors | -2/+1 |
| 2013-11-29 | Implement a lock-free work-stealing deque | Alex Crichton | -132/+714 |
| 2013-11-29 | Removed useless cmp::{min, max} reexports from the integer modules | Marvin Löbel | -2/+1 |
| 2013-11-29 | libstd: Change `Path::new` to `Path::init`. | Patrick Walton | -1/+1 |
| 2013-11-28 | Register new snapshots | Alex Crichton | -10/+9 |
| 2013-11-27 | Use the native tls implementation on android | Alex Crichton | -248/+227 |
| 2013-11-27 | Improve the rt::thread module | Alex Crichton | -61/+153 |
| 2013-11-26 | Clean up statically initialized data on shutdown | Alex Crichton | -14/+55 |
| 2013-11-26 | auto merge of #10312 : thestinger/rust/thread_local, r=alexcritchton | bors | -5/+105 |
| 2013-11-26 | port the runtime to `#[thread_local]` | Daniel Micay | -5/+105 |
| 2013-11-26 | librustc: Fix merge fallout. | Patrick Walton | -5/+5 |
| 2013-11-26 | libstd: Fix Win32 and other bustage. | Patrick Walton | -5/+5 |
| 2013-11-26 | librustc: Make `||` lambdas not infer to `proc`s | Patrick Walton | -26/+34 |
| 2013-11-26 | test: Remove non-procedure uses of `do` from compiletest, libstd tests, | Patrick Walton | -40/+40 |
| 2013-11-26 | libstd: Remove all non-`proc` uses of `do` from libstd | Patrick Walton | -154/+131 |
| 2013-11-26 | Removed unneccessary `_iter` suffixes from various APIs | Marvin Löbel | -4/+4 |
| 2013-11-25 | auto merge of #10631 : klutzy/rust/win-fixes, r=alexcrichton | bors | -4/+9 |
| 2013-11-25 | auto merge of #10643 : jorendorff/rust/master, r=alexcrichton | bors | -1/+1 |
| 2013-11-24 | auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brson | bors | -752/+36 |
| 2013-11-24 | Remove linked failure from the runtime | Alex Crichton | -752/+36 |
| 2013-11-24 | Fix spelling of "vacuum" in one of the abort quotes. | Jason Orendorff | -1/+1 |
| 2013-11-24 | std::rt: Fix crate_map on Win64 | klutzy | -1/+6 |
| 2013-11-24 | std::rt: Fix record_stack_bounds on win64 | klutzy | -2/+2 |