| Age | Commit message (Expand) | Author | Lines |
| 2012-10-04 | Forbid deprecated modes again in core | Tim Chevalier | -1/+2 |
| 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 | -4/+4 |
| 2012-09-28 | Demode iter::foldl and friends | Tim Chevalier | -6/+6 |
| 2012-09-28 | Demoding in iter: any, all, map_to_vec, flat_map_to_vec, filter_to_vec | Tim Chevalier | -10/+10 |
| 2012-09-26 | libcore: De-export cleanup, cmath, future, gc, hash, iter-trait, mutable, and... | Patrick Walton | -1/+0 |
| 2012-09-25 | Demode iter-trait | Tim Chevalier | -5/+7 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -2/+2 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -1/+1 |
| 2012-09-13 | make iter::position() not require Eq | Niko Matsakis | -3/+3 |
| 2012-09-10 | Make more moves explicit in libcore | Tim Chevalier | -1/+1 |
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -2/+2 |
| 2012-09-04 | libcore: "import" -> "use" | Patrick Walton | -2/+2 |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -1/+9 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -3/+3 |
| 2012-08-23 | Make a bunch more of the iteration functions/methods marked pure. Closes #3253. | Michael Sullivan | -21/+17 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -3/+3 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -3/+3 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -2/+2 |
| 2012-07-17 | rustc: Implement and enforce instance coherence | Patrick Walton | -0/+3 |
| 2012-07-11 | core: Newtype a bunch of types in libcore | Patrick Walton | -1/+1 |
| 2012-07-06 | pingpong protocol parses, although I should probably rewrite this to use Paul... | Eric Holk | -0/+7 |
| 2012-06-29 | Switch the compiler over to using ~[] notation instead of []/~. Closes #2759. | Michael Sullivan | -4/+4 |
| 2012-06-28 | Add position() to iter/iter-trait | Ben Blum | -0/+3 |
| 2012-06-25 | Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725. | Michael Sullivan | -4/+4 |
| 2012-06-14 | annotate FIXME in iter-trait | Tim Chevalier | -1/+1 |
| 2012-04-27 | new, simpler approach to the iter library | Niko Matsakis | -0/+35 |