| Age | Commit message (Expand) | Author | Lines |
| 2012-12-17 | Change iter::find's closure to take a ref | Erick Tryzelaar | -20/+20 |
| 2012-12-17 | core: Add &self to core::iter methods | Erick Tryzelaar | -19/+20 |
| 2012-12-13 | Change some uses of static methods to use the trait path | Brian Anderson | -4/+4 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-29 | impls of traits cannot define methods on the anonymous trait | Brian Anderson | -0/+1 |
| 2012-11-02 | libcore: Implement a memory-safe "each_val" for data in aliasable, mutable lo... | Patrick Walton | -0/+7 |
| 2012-10-30 | Remove trait of TimesIx | Mahmut Bulut | -4/+0 |
| 2012-10-23 | Remove uses of binary move - <- - from tests and libraries | Tim Chevalier | -1/+1 |
| 2012-10-04 | Forbid deprecated modes again in core | Tim Chevalier | -0/+3 |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -14/+13 |
| 2012-10-01 | De-export iter and result. Part of #3583. | Graydon Hoare | -32/+42 |
| 2012-09-28 | Add a demoded version of ptr::addr_of | Tim Chevalier | -9/+9 |
| 2012-09-28 | Finish demoding iter: from_elem, copy_seq, map, append | Tim Chevalier | -7/+7 |
| 2012-09-28 | Squash a couple pattern warnings that I missed | Tim Chevalier | -3/+3 |
| 2012-09-28 | Demode iter::foldl and friends | Tim Chevalier | -23/+18 |
| 2012-09-28 | Demoding in iter: any, all, map_to_vec, flat_map_to_vec, filter_to_vec | Tim Chevalier | -13/+13 |
| 2012-09-28 | core: Demode patterns | Brian Anderson | -4/+6 |
| 2012-09-27 | core: More option demoding | Brian Anderson | -2/+2 |
| 2012-09-26 | core: Replace map/map_default with map_ref/map_default_ref | Brian Anderson | -1/+1 |
| 2012-09-26 | Revert "Revert "libcore: De-mode at_vec"" | Patrick Walton | -1/+1 |
| 2012-09-25 | Demode iter-trait | Tim Chevalier | -11/+11 |
| 2012-09-25 | Revert "libcore: De-mode at_vec" | Tim Chevalier | -1/+1 |
| 2012-09-25 | libcore: De-mode at_vec | Patrick Walton | -1/+1 |
| 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 | -6/+6 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -16/+16 |
| 2012-09-19 | core: Clean up crate docs and give all mods a brief description | Brian Anderson | -0/+6 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -143/+0 |
| 2012-09-13 | make iter::position() not require Eq | Niko Matsakis | -2/+3 |
| 2012-09-10 | rustc: Make shape-based compare glue never called for comparison operators. | Patrick Walton | -1/+1 |
| 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 | -12/+12 |
| 2012-09-02 | core: deny(vecs_implicity_copyable) | Brian Anderson | -1/+1 |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -4/+12 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -24/+24 |
| 2012-08-24 | Add a Buildable interface for constructing general sequences. Work on #2921. | Michael Sullivan | -0/+122 |
| 2012-08-23 | `m1!{...}` -> `m1!(...)` | Paul Stansifer | -3/+3 |
| 2012-08-23 | Make a bunch more of the iteration functions/methods marked pure. Closes #3253. | Michael Sullivan | -46/+53 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -18/+18 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -4/+4 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -8/+8 |
| 2012-08-01 | Convert ret to return | Brian Anderson | -14/+14 |
| 2012-07-31 | Change remaining "iface" occurrences to "trait"; deprecate "iface" | Lindsey Kuper | -3/+3 |
| 2012-07-30 | Change syntax extension syntax: `#m[...]` -> `m!{...}`. | Paul Stansifer | -3/+3 |
| 2012-07-24 | Add `5.timesi() |idx| { ... }` | Paul Stansifer | -0/+3 |
| 2012-07-17 | rustc: Implement and enforce instance coherence | Patrick Walton | -0/+10 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -2/+2 |
| 2012-07-11 | core: Newtype a bunch of types in libcore | Patrick Walton | -0/+9 |
| 2012-07-05 | A new `times` method on numeric types | Ben Striegel | -0/+4 |
| 2012-07-03 | core: Convert iter::repeat to the for protocol | Brian Anderson | -2/+2 |