| Age | Commit message (Expand) | Author | Lines |
| 2013-04-23 | core, rustc: Warning police | Tim Chevalier | -1/+1 |
| 2013-04-22 | core::rt: Add unwinding to newsched tasks | Brian Anderson | -2/+16 |
| 2013-04-22 | core::rt Wire up task-local storage to the new scheduler | Brian Anderson | -22/+83 |
| 2013-04-20 | core: remove unused 'mut' variables | Alex Crichton | -1/+1 |
| 2013-04-20 | Replaced many instances of reinterpret_cast with transmute | Matthijs Hofstra | -5/+5 |
| 2013-04-20 | core::rt: Add a test mod and put run_in_newsched_task there | Brian Anderson | -1/+1 |
| 2013-04-19 | core: clean up tests (mostly unused unsafe blocks) | Alex Crichton | -21/+17 |
| 2013-04-19 | core::rt: Simplify some scheduler operations | Brian Anderson | -2/+1 |
| 2013-04-19 | core: More tweaks to the thread-local scheduler interface | Brian Anderson | -1/+1 |
| 2013-04-19 | core: Wire up `spawn` to the new scheduler | Brian Anderson | -0/+38 |
| 2013-04-19 | core: Don't use managed boxes in TaskBuilder | Brian Anderson | -7/+32 |
| 2013-04-18 | core::comm: Modernize constructors to use `new` | Brian Anderson | -2/+2 |
| 2013-04-18 | libcore: make spawn_supervised documentation reflect its behaviour. | Huon Wilson | -2/+3 |
| 2013-04-16 | libcore,std,syntax,rustc: move tests into `mod tests`, make them private (no ... | Huon Wilson | -1/+1 |
| 2013-04-14 | core: remove unnecessary unsafe blocks/functions | Alex Crichton | -27/+56 |
| 2013-04-10 | core: changes in response to #5656 | Niko Matsakis | -1/+1 |
| 2013-04-08 | core: Remove all but one drop block in favor of `finally` | Brian Anderson | -52/+17 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -3/+3 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -1/+1 |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -28/+28 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -3/+7 |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -2/+2 |
| 2013-03-26 | option: rm functions that duplicate methods | Daniel Micay | -14/+11 |
| 2013-03-23 | replace impls with `deriving` where applicable | Andrew Paseltiner | -10/+1 |
| 2013-03-22 | librustc: Remove the `const` declaration form everywhere | Patrick Walton | -1/+1 |
| 2013-03-22 | libcore: Remove `pure` from libcore. rs=depure | Patrick Walton | -5/+5 |
| 2013-03-22 | core: replace uses of old deriving attribute with new one | Andrew Paseltiner | -3/+3 |
| 2013-03-19 | librustc: Enforce privacy for static methods. | Patrick Walton | -1/+1 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -1/+1 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -2/+2 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -2/+2 |
| 2013-03-11 | libstd: Remove all newtype enums from std and core. | Patrick Walton | -1/+1 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -12/+12 |
| 2013-03-08 | core: Remove uses of DVec in io/repr | Alex Crichton | -11/+14 |
| 2013-03-07 | test: Fix tests. | Patrick Walton | -1/+4 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -28/+28 |
| 2013-03-07 | libcore: Remove `extern mod { ... }` from libcore. rs=deexterning | Patrick Walton | -8/+10 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -2/+2 |
| 2013-03-05 | auto merge of #5233 : bstrie/rust/deimpselfcore, r=graydon | bors | -10/+10 |
| 2013-03-05 | auto merge of #5212 : thestinger/rust/iter, r=graydon | bors | -5/+3 |
| 2013-03-04 | De-implicit-self libcore | Ben Striegel | -10/+10 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -11/+0 |
| 2013-03-03 | replace option::iter with a BaseIter impl | Daniel Micay | -5/+3 |
| 2013-03-02 | libcore: Remove `fn@`, `fn~`, and `fn&` from libcore. rs=defun | Patrick Walton | -26/+30 |
| 2013-03-02 | librustc: Forbid chained imports and fix the logic for one-level renaming imp... | Patrick Walton | -1/+1 |
| 2013-03-01 | core: Move core::rt to core::unstable::lang | Brian Anderson | -5/+1 |
| 2013-03-01 | Rename core::private to core::unstable. #4743 | Brian Anderson | -7/+7 |
| 2013-02-28 | Remove legacy object creation mode, and convert remaining uses of it | Niko Matsakis | -1/+1 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -1/+1 |
| 2013-02-27 | Turn old `drop` blocks into `Drop` traits | Ben Striegel | -2/+8 |