| Age | Commit message (Expand) | Author | Lines |
| 2013-04-19 | core: Wire up `spawn` to the new scheduler | Brian Anderson | -0/+9 |
| 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 | -25/+54 |
| 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-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -10/+10 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -1/+3 |
| 2013-03-26 | option: rm functions that duplicate methods | Daniel Micay | -4/+3 |
| 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 | -2/+2 |
| 2013-03-22 | core: replace uses of old deriving attribute with new one | Andrew Paseltiner | -3/+3 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -4/+4 |
| 2013-03-07 | test: Fix tests. | Patrick Walton | -0/+2 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -10/+10 |
| 2013-03-07 | libcore: Remove `extern mod { ... }` from libcore. rs=deexterning | Patrick Walton | -8/+10 |
| 2013-03-05 | auto merge of #5233 : bstrie/rust/deimpselfcore, r=graydon | bors | -10/+10 |
| 2013-03-04 | De-implicit-self libcore | Ben Striegel | -10/+10 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -8/+0 |
| 2013-03-02 | libcore: Remove `fn@`, `fn~`, and `fn&` from libcore. rs=defun | Patrick Walton | -15/+16 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -1/+1 |
| 2013-02-26 | libcore: Move Cell to core and de-~mut core and std | Patrick Walton | -3/+4 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -5/+5 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -2/+2 |
| 2013-02-15 | libcore: Get rid of `move`. | Luqman Aden | -41/+37 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -1/+1 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -22/+22 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -5/+0 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -2/+2 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -20/+20 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -0/+11 |
| 2013-01-29 | libstd: Remove "dual impls" from the language and enforce coherence rules. r=... | Patrick Walton | -1/+1 |
| 2013-01-25 | Merge remote-tracking branch 'brson/nocommupstream' | Brian Anderson | -150/+108 |
| 2013-01-24 | convert most of libcore records into structs | Erick Tryzelaar | -25/+28 |
| 2013-01-24 | librustc: Make C functions unsafe | Patrick Walton | -57/+91 |
| 2013-01-23 | core: Stop using oldcomm | Brian Anderson | -66/+53 |
| 2013-01-15 | Spawn new tasks onto the primary scheduler by default. #3760 | Brian Anderson | -59/+41 |
| 2013-01-10 | libcore: Fix core test more. rs=broken | Patrick Walton | -6/+8 |
| 2013-01-10 | libcore: Fix core test. rs=broken | Patrick Walton | -42/+44 |
| 2013-01-10 | librustc: Make all external functions unsafe. r=tjc | Patrick Walton | -6/+6 |
| 2013-01-10 | Use deriving_eq for Task | Tim Chevalier | -6/+1 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+1 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -1/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+1 |
| 2012-12-27 | librustc: Fix the test runner, the condition system, and core test. rs=bustage | Patrick Walton | -0/+6 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -0/+5 |
| 2012-12-14 | Rename core::comm to core::oldcomm | Brian Anderson | -59/+59 |