| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2013-11-24 | std: Fix transmute error on win64 | klutzy | -1/+1 |
| 2013-11-23 | Move mutable::Mut to cell::RefCell | Steven Fackler | -8/+7 |
| 2013-11-22 | Change Mut::map to Mut::with | Steven Fackler | -3/+3 |
| 2013-11-22 | Cell -> Mut switch in comm | Steven Fackler | -20/+24 |
| 2013-11-22 | The original fixme #2699 was removed back in PR #6053. | Felix S. Klock II | -1/+0 |
| 2013-11-19 | libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd | Patrick Walton | -30/+30 |
| 2013-11-19 | auto merge of #10558 : alexcrichton/rust/faster-stdout, r=pcwalton,pcwalton | bors | -0/+1 |
| 2013-11-18 | auto merge of #10561 : pcwalton/rust/procify, r=alexcrichton | bors | -46/+64 |
| 2013-11-18 | Move runtime files to C instead of C++ | Alex Crichton | -0/+1 |
| 2013-11-18 | Remove the C++ lock_and_signal type | Alex Crichton | -33/+52 |
| 2013-11-18 | libstd: Change all `~fn()`s to `proc`s in the standard library. | Patrick Walton | -46/+64 |
| 2013-11-18 | Allow piped stdout/stderr use uv_tty_t | Alex Crichton | -0/+1 |
| 2013-11-18 | rt: Namespace all C functions under rust_ | Brian Anderson | -8/+8 |
| 2013-11-13 | Implement native::IoFactory | Alex Crichton | -31/+29 |
| 2013-11-11 | Move std::rt::io to std::io | Alex Crichton | -8654/+24 |
| 2013-11-11 | auto merge of #10424 : alexcrichton/rust/optimize-buffered, r=brson | bors | -2/+13 |
| 2013-11-12 | Implemented a ProcessExit enum and helper methods to std::rt::io::process for... | Matthew Iselin | -3/+39 |
| 2013-11-11 | Decrease the default stack size back to 2MB | Alex Crichton | -1/+1 |
| 2013-11-11 | Remove #[fixed_stack_segment] and #[rust_stack] | Alex Crichton | -113/+8 |
| 2013-11-11 | Optimize creation of buffered readers/writers | Alex Crichton | -2/+13 |
| 2013-11-11 | auto merge of #10409 : alexcrichton/rust/issue-10386, r=brson | bors | -1/+5 |
| 2013-11-11 | auto merge of #10394 : yichoi/rust/make_check_pass_android, r=brson | bors | -3/+4 |
| 2013-11-11 | Clean lint on test build | Corey Richardson | -2/+0 |
| 2013-11-10 | Enable uv pipe tests on windows | Alex Crichton | -1/+5 |
| 2013-11-10 | Register new snapshots | Alex Crichton | -23/+4 |