| Age | Commit message (Expand) | Author | Lines |
| 2013-03-26 | librustc: Modify all code to use new lifetime binder syntax | Patrick Walton | -1/+1 |
| 2013-03-26 | Fixes mozilla/rust#3612. | Felix S. Klock II | -1/+2 |
| 2013-03-22 | libcore: Remove `pure` from libcore. rs=depure | Patrick Walton | -63/+50 |
| 2013-03-22 | librustc: Remove all uses of `static` from functions. rs=destatic | Patrick Walton | -2/+2 |
| 2013-03-18 | librustc: Convert all uses of old lifetime notation to new lifetime notation.... | Patrick Walton | -1/+1 |
| 2013-03-13 | add a trait for mutable iterators | Daniel Micay | -0/+4 |
| 2013-03-11 | librustc: Replace all uses of `fn()` with `&fn()`. rs=defun | Patrick Walton | -26/+26 |
| 2013-03-06 | Add manual &self/ and &static/ and /&self declarations that | Niko Matsakis | -1/+1 |
| 2013-02-26 | Add current year in the copyright header | Olivier Saut | -1/+1 |
| 2013-02-26 | Various typos corrected | Olivier Saut | -8/+8 |
| 2013-02-20 | librustc: Separate most trait bounds with '+'. rs=plussing | Patrick Walton | -7/+7 |
| 2013-02-15 | libcore: Get rid of `move`. | Luqman Aden | -6/+6 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -2/+2 |
| 2013-02-07 | add a ReverseIter trait | Daniel Micay | -0/+4 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -3/+0 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -2/+2 |
| 2013-01-30 | librustc: Change `self` as a type to `Self` everywhere. r=brson | Patrick Walton | -1/+1 |
| 2013-01-14 | spelling fixes for iter module docstrings | Daniel Micay | -3/+3 |
| 2013-01-14 | Inlining methods/functions in core. | gifnksm | -0/+18 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+2 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -2/+0 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -0/+2 |
| 2013-01-04 | Rename option::get_default => get_or_default, get_zero => get_or_zero | Tim Chevalier | -1/+1 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -0/+1 |
| 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 |