| Age | Commit message (Expand) | Author | Lines |
| 2013-03-01 | Rename core::private to core::unstable. #4743 | Brian Anderson | -1568/+0 |
| 2013-02-28 | Remove code that was awaiting a snapshot | Tim Chevalier | -23/+0 |
| 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 | -13/+12 |
| 2013-02-21 | core: Extract comm from pipes. #4742 | Brian Anderson | -3/+3 |
| 2013-02-21 | Moved core::extfmt to core::private::extfmt | Marvin Löbel | -0/+676 |
| 2013-02-20 | auto merge of #5063 : pcwalton/rust/plussing, r=pcwalton | bors | -6/+6 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -6/+6 |
| 2013-02-20 | Changed a test to use intrinsics.rs and changed a few lines that were too lon... | Matthijs 'Thiez' Hofstra | -34/+34 |
| 2013-02-20 | Created libcore/private/intrinsics.rs, which aims to contain every | Matthijs 'Thiez' Hofstra | -18/+135 |
| 2013-02-14 | auto merge of #4938 : thestinger/rust/no_zero, r=brson | bors | -5/+1 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -5/+5 |
| 2013-02-14 | stop zeroing all exchange allocations | Daniel Micay | -5/+1 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -6/+6 |
| 2013-02-12 | auto merge of #4858 : z0w0/rust/rm_weak_task_count, r=graydon | bors | -6/+6 |
| 2013-02-12 | core: Fix dec/inc_kernel_live_count mixup | Zack Corr | -4/+4 |
| 2013-02-11 | core: Fix files that needed GenericChan/Port from prelude | Zack Corr | -1/+2 |
| 2013-02-09 | Rename dec/inc_weak_task_count to inc/dec_live_count and remove register_task... | Zack Corr | -6/+6 |
| 2013-02-07 | Merge pull request #4619 from brson/exchange | Brian Anderson | -0/+79 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -0/+22 |
| 2013-02-06 | Rewrite the exchange allocator to work without an active scheduler. #4457 | Brian Anderson | -0/+79 |
| 2013-02-01 | Remove fail keyword from lexer & parser and clean up remaining calls to | Nick Desaulniers | -7/+7 |
| 2013-01-31 | core: Stamp out XXXes (comments only) | Tim Chevalier | -4/+4 |
| 2013-01-31 | Finalize moves-based-on-type implementation. | Niko Matsakis | -2/+4 |
| 2013-01-29 | librustc: Disallow trait bounds in types, enumerations, and structure definit... | Patrick Walton | -1/+1 |
| 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 | -0/+699 |
| 2013-01-23 | std: Convert uv_global_loop to use pipes | Brian Anderson | -0/+15 |
| 2013-01-23 | core: Add new weak task API | Brian Anderson | -0/+187 |
| 2013-01-17 | Add `finally` method for deferred execution | Brian Anderson | -0/+88 |
| 2013-01-17 | core: Add private global data interface. #3915 | Brian Anderson | -0/+257 |
| 2013-01-15 | Add at_exit function #4450 | Brian Anderson | -0/+86 |