| Age | Commit message (Expand) | Author | Lines |
| 2013-01-14 | Inlining methods/functions in core. | gifnksm | -0/+7 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -2/+3 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -3/+2 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -2/+3 |
| 2013-01-04 | Make either::{partition, flip, to_result} take their arguments by-value | Tim Chevalier | -17/+13 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -0/+3 |
| 2012-12-18 | core: add unwrap methods to dvec, either, and mutable | Erick Tryzelaar | -0/+8 |
| 2012-12-13 | Replace some Eq impls with deriving_eq | Brian Anderson | -20/+1 |
| 2012-12-10 | Add license boilerplate to more files. | Graydon Hoare | -0/+10 |
| 2012-11-28 | core: Convert some records to structs | Brian Anderson | -17/+17 |
| 2012-11-28 | Register snapshots | Brian Anderson | -23/+0 |
| 2012-11-20 | Remove parentheses from closure argument types | Erick Tryzelaar | -2/+2 |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -0/+23 |
| 2012-10-04 | Forbid deprecated modes again in core | Tim Chevalier | -1/+1 |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -3/+4 |
| 2012-10-01 | De-export either. Part of #3583. | Graydon Hoare | -12/+13 |
| 2012-09-28 | core: Demode patterns | Brian Anderson | -0/+3 |
| 2012-09-28 | Fix patterns in either | Tim Chevalier | -10/+10 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -14/+14 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -22/+0 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -0/+22 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -3/+3 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -6/+6 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -6/+6 |
| 2012-09-10 | Make more moves explicit in libcore | Tim Chevalier | -5/+5 |
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -5/+5 |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -0/+1 |
| 2012-09-04 | libcore: "import" -> "use" | Patrick Walton | -2/+2 |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -0/+20 |
| 2012-08-27 | Convert core::result to camel case | Brian Anderson | -4/+4 |
| 2012-08-25 | Add either::unwrap_{left,right} | Ben Blum | -0/+16 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -35/+35 |
| 2012-08-13 | De-mode-ify a few minor libcore modules. | Graydon Hoare | -23/+26 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -8/+8 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -11/+20 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -3/+3 |
| 2012-07-04 | convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.... | Gareth Daniel Smith | -26/+26 |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -3/+3 |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -20/+20 |
| 2012-06-27 | Removed pretty much all the vector+ from core (issue #2719) | Eric Holk | -3/+6 |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -23/+23 |
| 2012-03-27 | Move some code over to iterator-for to see how it performs. | Marijn Haverbeke | -3/+3 |
| 2012-03-16 | core: Store reexporting result and either. Closes #1997 | Brian Anderson | -0/+2 |
| 2012-03-13 | Name types after their modules instead of 't' | Brian Anderson | -19/+20 |
| 2012-03-09 | core: Convert to rustdoc | Brian Anderson | -74/+44 |
| 2012-03-07 | add mutability annotations to libcore | Niko Matsakis | -4/+4 |
| 2012-02-12 | Fix typo in either.rs | Tomoki Aonuma | -1/+1 |
| 2012-01-23 | s/block()/fn()/g | Niko Matsakis | -1/+1 |
| 2012-01-19 | Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos... | Graydon Hoare | -1/+1 |
| 2012-01-19 | lib: ';' to ',' in enums in more places | Patrick Walton | -2/+2 |