| Age | Commit message (Expand) | Author | Lines |
| 2012-12-03 | core: rename box to managed. Close #4079. | Graydon Hoare | -8/+10 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-10-19 | Remove superfluous by-ref in option::get, option::get_default, option::expect | Tim Chevalier | -12/+12 |
| 2012-10-04 | Forbid deprecated modes again in core | Tim Chevalier | -1/+1 |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -16/+16 |
| 2012-09-28 | Demode iter::foldl and friends | Tim Chevalier | -1/+1 |
| 2012-09-28 | demode vec | Niko Matsakis | -1/+1 |
| 2012-09-26 | core: Replace map/map_default with map_ref/map_default_ref | Brian Anderson | -2/+2 |
| 2012-09-26 | libcore: De-export box, cast, and dlist | Patrick Walton | -6/+3 |
| 2012-09-25 | Demode dvec | Tim Chevalier | -1/+1 |
| 2012-09-23 | core: Demode option | Brian Anderson | -18/+26 |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -4/+3 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+1 |
| 2012-09-19 | demode the each() method on vec and other iterables. | Niko Matsakis | -1/+1 |
| 2012-09-19 | core: Clean up crate docs and give all mods a brief description | Brian Anderson | -6/+10 |
| 2012-09-18 | Revert "rustc: Change all non-keyword uses of "link"" | Patrick Walton | -24/+24 |
| 2012-09-18 | Replace uses of 'unchecked' with 'unsafe' | Brian Anderson | -2/+2 |
| 2012-09-18 | rustc: Change all non-keyword uses of "link" | Patrick Walton | -24/+24 |
| 2012-09-11 | Make moves explicit in arguments | Tim Chevalier | -8/+8 |
| 2012-09-10 | Make more moves explicit in libcore | Tim Chevalier | -4/+4 |
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -2/+2 |
| 2012-08-27 | libcore: Replace a bunch of "== None" with ".is_none()". | Patrick Walton | -1/+1 |
| 2012-08-27 | Camel case various core constructors | Brian Anderson | -39/+41 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -50/+50 |
| 2012-08-15 | Convert more core types to camel case | Brian Anderson | -52/+52 |
| 2012-08-13 | De-mode-ify a few minor libcore modules. | Graydon Hoare | -0/+4 |
| 2012-08-08 | Convert impls to new syntax | Brian Anderson | -7/+5 |
| 2012-08-07 | syntax: Make match arm parsing more restrictive again | Brian Anderson | -4/+4 |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -10/+10 |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -36/+24 |
| 2012-07-26 | Undo dlist's destructor-involving type structure in light of #3039 | Ben Blum | -26/+9 |
| 2012-07-26 | Add issue number #3039 to dlist destructor | Ben Blum | -1/+1 |
| 2012-07-26 | dlist pop needs copy after all (#3024) | Ben Blum | -15/+12 |
| 2012-07-26 | dlist: cleanup a little; pretend to implement "cycle-collecting" destructor | Ben Blum | -24/+50 |
| 2012-07-17 | dlist enhancements: concat/append/prepend/reverse/each_node (close #2917) | Ben Blum | -66/+292 |
| 2012-07-14 | Merge branch 'vector-reform' into incoming | Michael Sullivan | -11/+15 |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ... | Michael Sullivan | -11/+15 |
| 2012-07-14 | dlist: handle iter early break properly | Ben Blum | -0/+10 |
| 2012-07-05 | make disallow_kill an int for nested unkillables (closes #2782) | Ben Blum | -1/+1 |
| 2012-07-04 | convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments.... | Gareth Daniel Smith | -48/+64 |
| 2012-07-02 | dlist should_fail tests ignore(cfg(windows)) | Ben Blum | -7/+7 |
| 2012-07-02 | add dlist.rs should_fail tests | Ben Blum | -0/+50 |
| 2012-07-02 | Add doubly-linked list to libcore (to be used in task.rs). | Ben Blum | -0/+593 |