| Age | Commit message (Expand) | Author | Lines |
| 2013-04-16 | Merge remote-tracking branch 'brson/sched-cleanup' | Brian Anderson | -449/+457 |
| 2013-04-16 | add self.token_to_str and is_any_keyword convenience abstractions | John Clements | -25/+55 |
| 2013-04-16 | added MTWT functions | John Clements | -66/+462 |
| 2013-04-16 | better error message on failure to parse type | John Clements | -1/+2 |
| 2013-04-16 | move interner_key macro | John Clements | -22/+22 |
| 2013-04-16 | auto merge of #5904 : huonw/rust/core-vec-windowed, r=thestinger | bors | -16/+41 |
| 2013-04-16 | libcore: vec::windowed iterates, not allocates. | Huon Wilson | -16/+41 |
| 2013-04-15 | auto merge of #5901 : thestinger/rust/iterator, r=sanxiyn | bors | -36/+53 |
| 2013-04-15 | auto merge of #5895 : huonw/rust/no-pub-tests, r=thestinger | bors | -2803/+2836 |
| 2013-04-15 | auto merge of #5899 : catamorphism/rust/copy-cops, r=catamorphism | bors | -27/+22 |
| 2013-04-15 | rustc: Anti-copy police | Tim Chevalier | -27/+22 |
| 2013-04-16 | libcore: missed an import for a test | Huon Wilson | -0/+1 |
| 2013-04-15 | core::rt: Clean up some more hacks | Brian Anderson | -12/+6 |
| 2013-04-15 | core::rt: Narrow down the unsafety of the thread-local scheduler | Brian Anderson | -47/+47 |
| 2013-04-15 | iterator: use an IteratorUtil trait | Daniel Micay | -35/+40 |
| 2013-04-15 | update RELEASES.txt | Daniel Micay | -1/+13 |
| 2013-04-15 | core::rt: Restructure context switches to take ownership of the Scheduler | Brian Anderson | -62/+94 |
| 2013-04-15 | auto merge of #5894 : catamorphism/rust/authors, r=catamorphism | bors | -0/+4 |
| 2013-04-16 | librustdoc: move tests into dedicated tests module. | Huon Wilson | -1619/+1624 |
| 2013-04-16 | libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ... | Huon Wilson | -1184/+1211 |
| 2013-04-15 | Update AUTHORS.txt w/ Brett Cannon, Diggory Hardy, Jack Moffitt, James Miller | Tim Chevalier | -0/+4 |
| 2013-04-15 | auto merge of #5879 : astrieanna/rust/document_std_base64, r=catamorphism | bors | -1/+79 |
| 2013-04-15 | core::rt: Make Scheduler::unsafe_local return a fabricated region pointer | Brian Anderson | -247/+228 |
| 2013-04-15 | core::rt: Rename Scheduler::local to Scheduler::unsafe_local | Brian Anderson | -26/+30 |
| 2013-04-15 | core::rt: A little bit of cleanup to thread-local scheduler | Brian Anderson | -20/+13 |
| 2013-04-15 | core::rt: Move thread-local scheduler to its own module | Brian Anderson | -99/+109 |
| 2013-04-15 | core::rt: Fix two incorrect uses of the thread-local scheduler | Brian Anderson | -2/+8 |
| 2013-04-15 | auto merge of #5861 : catamorphism/rust/rustpkg, r=catamorphism | bors | -63/+138 |
| 2013-04-15 | auto merge of #5891 : brson/rust/valgrind, r=brson | bors | -3/+0 |
| 2013-04-15 | rt: Move test functions to rust_test_helpers.cpp | Brian Anderson | -87/+107 |
| 2013-04-15 | Make valgrind suppressions more liberal | Brian Anderson | -3/+0 |
| 2013-04-15 | auto merge of #5797 : alexcrichton/rust/issue-1913, r=catamorphism | bors | -985/+1045 |
| 2013-04-16 | Prevent eval_const_expr_partial hides prior error in expr_cast arm. | Jeong YunWon | -25/+24 |
| 2013-04-15 | Tidy | Tim Chevalier | -3/+3 |
| 2013-04-15 | auto merge of #5888 : sawrubh/rust/mybranch, r=pnkfelix | bors | -0/+0 |
| 2013-04-15 | Modified submodules to use https instead of git for git URL | Saurabh Anand | -2/+2 |
| 2013-04-15 | auto merge of #5778 : jld/rust/reflect-abstract-enum, r=graydon | bors | -28/+201 |
| 2013-04-15 | auto merge of #5881 : danluu/rust/xfail_bind_by_move, r=graydon | bors | -3/+2 |
| 2013-04-14 | core::rt: Clean up the thread-local scheduler code | Brian Anderson | -74/+79 |
| 2013-04-14 | core::rt: All context switches are followed by a cleanup action | Brian Anderson | -5/+7 |
| 2013-04-14 | core::rt: Schedulers only need a single cleanup_job at a time | Brian Anderson | -31/+31 |
| 2013-04-14 | core::rt: Insert calls to run_cleanup_tasks after all context switches | Brian Anderson | -5/+8 |
| 2013-04-14 | core::rt: Rename block_running_task_and_then to deschedul_... | Brian Anderson | -7/+7 |
| 2013-04-14 | core::rt: Restructure task_from_last_cleanup_job to borrow correctly | Brian Anderson | -48/+63 |
| 2013-04-14 | Fix xfail'd ARC test | Dan Luu | -3/+2 |
| 2013-04-14 | Change to 4-space indents in code examples | Leah Hanson | -14/+14 |
| 2013-04-14 | auto merge of #5880 : Dretch/rust/signals, r=thestinger | bors | -0/+30 |
| 2013-04-14 | Flesh out the SIG* constants: this adds all the posix signal | gareth | -0/+30 |
| 2013-04-14 | update copyright notice on base64.rs | Leah Hanson | -1/+1 |
| 2013-04-14 | auto merge of #5779 : crabtw/rust/x86_64_abi, r=sanxiyn | bors | -2/+33 |