| Age | Commit message (Expand) | Author | Lines |
| 2013-03-08 | core: Remove the dvec module | Alex Crichton | -355/+0 |
| 2013-03-06 | Finish de-implicit-selifizng libcore | Ben Striegel | -1/+1 |
| 2013-03-05 | auto merge of #5233 : bstrie/rust/deimpselfcore, r=graydon | bors | -22/+22 |
| 2013-03-04 | De-implicit-self libcore | Ben Striegel | -22/+22 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -1/+0 |
| 2013-03-02 | Remove REC, change related tests/docs | Jihyun Yu | -4/+4 |
| 2013-02-28 | librustc: Make methods private if the impl is private | Patrick Walton | -11/+12 |
| 2013-02-28 | librustc: Mark all type implementations public. rs=impl-publicity | Patrick Walton | -2/+2 |
| 2013-02-27 | libsyntax: Forbid mutable vectors. rs=demuting | Patrick Walton | -13/+1 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -1/+1 |
| 2013-02-15 | libcore: Get rid of `move`. | Luqman Aden | -34/+34 |
| 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 | -4/+4 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -4/+0 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -1/+1 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -3/+3 |
| 2013-01-31 | Delete unnecessary logs | Aydin Kim | -2/+0 |
| 2013-01-23 | core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut | Trinick | -1/+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: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -0/+2 |
| 2012-12-23 | core: Mark some functions as pure | Chris Peterson | -3/+3 |
| 2012-12-18 | core: add unwrap methods to dvec, either, and mutable | Erick Tryzelaar | -0/+3 |
| 2012-12-09 | Remove transitional code | Brian Anderson | -9/+0 |
| 2012-12-04 | librustc: Implement explicit self for Add and Index; add a hack in the borrow... | Patrick Walton | -0/+9 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-28 | core: Convert some records to structs | Brian Anderson | -9/+5 |
| 2012-10-25 | libcore: Make a few more dvec functions inline. Improves profile of Servo. rs=me | Patrick Walton | -7/+7 |
| 2012-10-23 | Remove uses of binary move - <- - from tests and libraries | Tim Chevalier | -6/+6 |
| 2012-10-18 | Make with_bytes_reader/with_bytes_writer pure | Erick Tryzelaar | -1/+1 |
| 2012-10-04 | Forbid deprecated modes again in core | Tim Chevalier | -1/+1 |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -14/+14 |
| 2012-09-28 | Demode dvec | Tim Chevalier | -1/+1 |
| 2012-09-28 | demode vec | Niko Matsakis | -4/+4 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -4/+4 |
| 2012-09-26 | libcore: De-export dvec, rand, run, and sys | Patrick Walton | -11/+5 |
| 2012-09-25 | Demode dvec | Tim Chevalier | -9/+9 |
| 2012-09-23 | Make it illegal to use modes in a fn signature with providing | Niko Matsakis | -3/+3 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -8/+22 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -1/+1 |
| 2012-09-19 | core: Clean up crate docs and give all mods a brief description | Brian Anderson | -7/+11 |
| 2012-09-18 | core: Rename 'unsafe' mod to 'cast' | Brian Anderson | -6/+6 |
| 2012-09-18 | Replace uses of 'unchecked' with 'unsafe' | Brian Anderson | -2/+2 |
| 2012-09-12 | fixup mutability of vec::each, make iter_bytes pure | Niko Matsakis | -16/+30 |
| 2012-09-11 | Make moves explicit in arguments | Tim Chevalier | -9/+9 |
| 2012-09-10 | Make more moves explicit in libcore | Tim Chevalier | -16/+16 |
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -2/+2 |
| 2012-09-07 | Add an ignore! macro, remove support for nested block comments, re: #2755. | Graydon Hoare | -1/+1 |
| 2012-09-04 | libcore: "import" -> "use" | Patrick Walton | -2/+2 |