| Age | Commit message (Expand) | Author | Lines |
| 2013-03-29 | librustc: Remove `fail_unless!` | Patrick Walton | -2/+2 |
| 2013-03-28 | Removing unused imports | Alex Crichton | -1/+1 |
| 2013-03-26 | core: As per #4898, finish impls for one-tuples | Tim Chevalier | -1/+4 |
| 2013-03-25 | Kill some warnings: unused imports and old #[deny(..)]s. | Huon Wilson | -1/+0 |
| 2013-03-20 | auto merge of #5455 : pcwalton/rust/framework, r=catamorphism | bors | -1/+1 |
| 2013-03-20 | libsyntax: Never use `::<>` in the type grammar | Patrick Walton | -1/+1 |
| 2013-03-20 | core: add str::each{,i}_reverse | Erick Tryzelaar | -1/+1 |
| 2013-03-18 | librustc: Make the compiler ignore purity. | Patrick Walton | -2/+2 |
| 2013-03-13 | librustc: Don't accept `as Trait` anymore; fix all occurrences of it. | Patrick Walton | -1/+1 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -2/+2 |
| 2013-03-08 | core: Remove uses of DVec in io/repr | Alex Crichton | -7/+6 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -2/+2 |
| 2013-03-05 | auto merge of #5233 : bstrie/rust/deimpselfcore, r=graydon | bors | -33/+41 |
| 2013-03-04 | De-implicit-self libcore | Ben Striegel | -33/+41 |
| 2013-03-04 | Adding missing imports for tests, and gate off others | Alex Crichton | -1/+3 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -6/+0 |
| 2013-02-28 | Remove legacy object creation mode, and convert remaining uses of it | Niko Matsakis | -2/+2 |
| 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 | -1/+0 |
| 2013-02-15 | libcore: Get rid of `move`. | Luqman Aden | -4/+4 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -19/+19 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -4/+4 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -3/+0 |
| 2013-02-05 | Merge | Tim Chevalier | -8/+8 |
| 2013-02-03 | Converted the floating point types to the new string conversion functions. | Marvin Löbel | -4/+4 |
| 2013-02-01 | Remove fail keyword from lexer & parser and clean up remaining calls to | Nick Desaulniers | -4/+4 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -4/+4 |
| 2013-01-31 | core: Remove transitional code | Tim Chevalier | -297/+0 |
| 2013-01-29 | librustc: De-implicit-self the visitor. r=graydon | Patrick Walton | -0/+305 |
| 2013-01-26 | core: Remove structural records in library tests | Tim Chevalier | -3/+6 |
| 2013-01-24 | librustc: Make C functions unsafe | Patrick Walton | -9/+13 |
| 2013-01-20 | repr: represent char values as char literals rather than integers. | Simon Sapin | -1/+7 |
| 2013-01-13 | Reflect on char as u32, not uint (which may be u64). | Jed Davis | -1/+1 |
| 2013-01-10 | core: Change XXXs into proper FIXMEs with issue numbers | Tim Chevalier | -6/+7 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -4/+19 |
| 2012-12-18 | core: fix remaining repr bugs, r=burningtree. | Graydon Hoare | -10/+96 |
| 2012-12-17 | core: remove old repr system, enable newer one. Close #3109. | Graydon Hoare | -548/+51 |
| 2012-12-13 | Replace some Eq impls with deriving_eq | Brian Anderson | -7/+1 |
| 2012-12-03 | core: rename box to managed. Close #4079. | Graydon Hoare | -5/+5 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-28 | Register snapshots | Brian Anderson | -10/+0 |
| 2012-11-20 | Remove parentheses from closure argument types | Erick Tryzelaar | -1/+1 |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -0/+10 |
| 2012-10-18 | libcore: minor code cleanup. | Erick Tryzelaar | -1/+1 |
| 2012-10-12 | Make moves explicit in core tests | Tim Chevalier | -3/+3 |
| 2012-10-11 | Export VecUnboxedRepr from vec so a test case can use it | Tim Chevalier | -2/+3 |
| 2012-10-04 | Forbid deprecated modes again in core | Tim Chevalier | -0/+3 |
| 2012-10-02 | rustc: Only allow imports marked with "pub" to be imported from other modules | Patrick Walton | -1/+2 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -9/+0 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -0/+9 |