| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2012-01-19 | libcore: "tag" -> "enum" | Patrick Walton | -1/+1 |
| 2012-01-17 | libcore: Move core tests into libcore | Brian Anderson | -0/+93 |
| 2012-01-05 | Switch to new param kind bound syntax | Marijn Haverbeke | -5/+5 |
| 2012-01-04 | Add either::is_left and either::is_right | Marijn Haverbeke | -0/+18 |
| 2011-12-16 | std: added either::flip, to_result and result::to_either | Stefan Plantikow | -0/+25 |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -0/+89 |