| Age | Commit message (Expand) | Author | Lines |
| 2013-01-29 | libcore: De-export libcore. rs=deexporting | Patrick Walton | -8/+6 |
| 2013-01-29 | librustc: Disallow trait bounds in types, enumerations, and structure definit... | Patrick Walton | -3/+3 |
| 2013-01-25 | Merge remote-tracking branch 'brson/nocommupstream' | Brian Anderson | -257/+17 |
| 2013-01-24 | librustc: Make C functions unsafe | Patrick Walton | -2/+4 |
| 2013-01-23 | core: Stop using oldcomm | Brian Anderson | -1/+0 |
| 2013-01-23 | Remove old comm-based weak task interface | Brian Anderson | -102/+0 |
| 2013-01-23 | core: Remove private::chan_from_global_ptr. #3915 | Brian Anderson | -152/+0 |
| 2013-01-23 | core: Add new weak task API | Brian Anderson | -0/+2 |
| 2013-01-23 | libsyntax: Remove `fn() unsafe { ... }`. r=graydon | Patrick Walton | -52/+64 |
| 2013-01-18 | Comments: turn XXXes into FIXMEs | Tim Chevalier | -2/+2 |
| 2013-01-17 | Add `finally` method for deferred execution | Brian Anderson | -0/+2 |
| 2013-01-17 | core: Add private global data interface. #3915 | Brian Anderson | -0/+8 |
| 2013-01-15 | Add at_exit function #4450 | Brian Anderson | -0/+3 |
| 2013-01-15 | Swap return value order in pipes::oneshot Issue #4496 | Nick Desaulniers | -2/+2 |
| 2013-01-11 | Long lines | Brian Anderson | -2/+5 |
| 2013-01-11 | Add core::private::run_in_bare_thread | Brian Anderson | -0/+34 |
| 2013-01-10 | librustc: Make all external functions unsafe. r=tjc | Patrick Walton | -11/+20 |
| 2013-01-10 | core: Change XXXs into proper FIXMEs with issue numbers | Tim Chevalier | -2/+1 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+4 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -4/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+4 |
| 2012-12-27 | librustc: Fix the test runner, the condition system, and core test. rs=bustage | Patrick Walton | -0/+9 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -2/+8 |
| 2012-12-14 | Rename core::comm to core::oldcomm | Brian Anderson | -33/+33 |
| 2012-12-14 | Stop using spawn_conversation in chan_from_global_ptr | Brian Anderson | -7/+13 |
| 2012-12-13 | Rename Send trait to Owned | Brian Anderson | -13/+13 |
| 2012-12-11 | Reverse the order of the results of pipes::stream | Tim Chevalier | -1/+1 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-27 | core: Add Clone trait | Brian Anderson | -2/+4 |
| 2012-11-03 | Remove the last use of rustrt::rust_compare_and_swap_ptr | Tim Chevalier | -9/+4 |
| 2012-11-03 | Remove stage0 stuff that was awaiting snapshot | Tim Chevalier | -12/+0 |
| 2012-10-23 | core: Remove remaining use of Future | Brian Anderson | -3/+7 |
| 2012-10-23 | core: Use PortOne instead of Future in future_result | Brian Anderson | -2/+2 |
| 2012-10-23 | Remove uses of binary move - <- - from tests and libraries | Tim Chevalier | -2/+2 |
| 2012-10-22 | Tidy | Brian Anderson | -2/+2 |
| 2012-10-23 | Fix compare_and_swap to not break tests. | Luqman Aden | -133/+16 |
| 2012-10-21 | Replace rust_atomic_increment/decrement and rust_compare_and_swap_ptr with in... | Luqman Aden | -12/+145 |
| 2012-10-12 | Make moves explicit in core tests | Tim Chevalier | -19/+21 |
| 2012-10-11 | Update FIXME number | Tim Chevalier | -1/+1 |
| 2012-10-04 | Remove by-copy mode from std, mostly | Tim Chevalier | -1/+1 |
| 2012-10-04 | Forbid deprecated modes again in core | Tim Chevalier | -1/+2 |
| 2012-10-04 | De-mode comm::Chan | Tim Chevalier | -8/+8 |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -5/+5 |
| 2012-09-28 | Add a demoded version of ptr::addr_of | Tim Chevalier | -7/+7 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -1/+1 |
| 2012-09-26 | libcore: De-export cleanup, cmath, future, gc, hash, iter-trait, mutable, and... | Patrick Walton | -34/+26 |
| 2012-09-25 | Demode core::result | Brian Anderson | -1/+1 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+2 |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -27/+27 |
| 2012-09-18 | core: Move Exclusive and SharedMutableState to the private mod | Brian Anderson | -7/+412 |