| Age | Commit message (Expand) | Author | Lines |
| 2013-03-08 | implement BaseIter for dlist (removing iter-trait) | Daniel Micay | -59/+0 |
| 2013-03-08 | rm obsolete iter-trait/option.rs file | Daniel Micay | -32/+0 |
| 2013-03-08 | core: Remove the dvec module | Alex Crichton | -37/+0 |
| 2013-03-07 | librustc: Convert all uses of `assert` over to `fail_unless!` | Patrick Walton | -1/+1 |
| 2013-03-04 | Remove unused imports throughout src/ | Alex Crichton | -2/+0 |
| 2013-02-15 | libcore: Get rid of `move`. | Luqman Aden | -1/+1 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -2/+2 |
| 2013-02-07 | librustc: Lots of de-muting. rs=demuting | Patrick Walton | -6/+12 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -2/+2 |
| 2013-01-24 | Convert dlist records into structs | Erick Tryzelaar | -5/+6 |
| 2013-01-14 | Inlining methods/functions in core. | gifnksm | -0/+5 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -1/+5 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -5/+1 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -1/+5 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -2/+8 |
| 2012-12-03 | core: rename box to managed. Close #4079. | Graydon Hoare | -2/+2 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+30 |
| 2012-11-28 | core: Remove old template files | Brian Anderson | -136/+66 |
| 2012-11-26 | Remove the crate language | Brian Anderson | -0/+78 |
| 2012-10-19 | Remove superfluous by-ref in option::get, option::get_default, option::expect | Tim Chevalier | -1/+1 |
| 2012-10-01 | De-export dlist, dvec. Part of #3583. | Graydon Hoare | -6/+6 |
| 2012-10-01 | De-export option and option_iter. Part of #3583. | Graydon Hoare | -3/+3 |
| 2012-09-25 | Demode iter-trait | Tim Chevalier | -10/+10 |
| 2012-09-23 | core: Demode option | Brian Anderson | -2/+2 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -5/+5 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -1/+6 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -6/+1 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -1/+6 |
| 2012-09-18 | Revert "rustc: Change all non-keyword uses of "link"" | Patrick Walton | -4/+4 |
| 2012-09-18 | rustc: Change all non-keyword uses of "link" | Patrick Walton | -4/+4 |
| 2012-09-10 | Make more moves explicit in libcore | Tim Chevalier | -1/+1 |
| 2012-09-02 | core: warn(non_camel_case_types) everywhere, with few exceptions | Brian Anderson | -0/+1 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -10/+10 |
| 2012-08-23 | Make a bunch more of the iteration functions/methods marked pure. Closes #3253. | Michael Sullivan | -5/+5 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -2/+4 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -5/+0 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -2/+2 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -4/+4 |
| 2012-07-25 | Tighten pipe exports, and refactor traits. | Eric Holk | -2/+2 |
| 2012-07-17 | dlist enhancements: concat/append/prepend/reverse/each_node (close #2917) | Ben Blum | -10/+10 |
| 2012-07-14 | Merge branch 'vector-reform' into incoming | Michael Sullivan | -2/+2 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -2/+2 |
| 2012-07-14 | dlist: handle iter early break properly | Ben Blum | -1/+1 |
| 2012-07-04 | convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.... | Gareth Daniel Smith | -12/+12 |
| 2012-07-02 | Add doubly-linked list to libcore (to be used in task.rs). | Ben Blum | -0/+36 |
| 2012-07-01 | Convert to new closure syntax | Brian Anderson | -1/+1 |
| 2012-06-30 | Eliminate usages of old sugared call syntax | Brian Anderson | -1/+1 |
| 2012-06-02 | make vec fns/methods take imm slices. | Niko Matsakis | -9/+0 |
| 2012-05-18 | add swappable/dvec modules | Niko Matsakis | -0/+16 |
| 2012-04-27 | new, simpler approach to the iter library | Niko Matsakis | -0/+24 |