| Age | Commit message (Expand) | Author | Lines |
| 2012-10-04 | Forbid deprecated modes again in core | Tim Chevalier | -1/+1 |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -5/+5 |
| 2012-09-28 | De-export logging, to_str, to_bytes, from_str, util. Part of #3583. | Graydon Hoare | -8/+8 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+1 |
| 2012-09-20 | core: Move 'unreachable' to util. Improve docs | Brian Anderson | -0/+28 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -1/+1 |
| 2012-09-19 | core: Clean up crate docs and give all mods a brief description | Brian Anderson | -4/+6 |
| 2012-09-12 | Add a bunch of inline hints. | Graydon Hoare | -0/+2 |
| 2012-09-10 | Make more moves explicit in libcore | Tim Chevalier | -3/+3 |
| 2012-09-07 | Convert all kind bounds to camel case. Remove send, owned keywords. | Brian Anderson | -1/+1 |
| 2012-09-07 | Convert field terminators to commas. Stop parsing semis. | Brian Anderson | -1/+1 |
| 2012-09-06 | Refactor trans to replace lvalue and friends with Datum. | Niko Matsakis | -1/+3 |
| 2012-09-04 | core: Remove struct ctors | Brian Anderson | -1/+2 |
| 2012-08-30 | libstd: More test fixes | Patrick Walton | -1/+3 |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -1/+1 |
| 2012-08-26 | Camel case the option type | Brian Anderson | -2/+2 |
| 2012-08-21 | implement a map testing benchmark | Niko Matsakis | -0/+18 |
| 2012-08-17 | Remove the class keyword | Brian Anderson | -1/+1 |
| 2012-08-14 | De-mode more pieces of core. | Graydon Hoare | -0/+4 |
| 2012-08-13 | core: Camel case some lesser-used modules | Brian Anderson | -2/+2 |
| 2012-08-07 | Add util::ignore | Ben Blum | -0/+3 |
| 2012-08-02 | option::swap_unwrap, the ubiquitous 'option dance'. | Ben Blum | -0/+2 |
| 2012-08-02 | Remove std::util | Ben Blum | -0/+9 |
| 2012-08-01 | Add core::util, with swap, replace, and noncopyable | Ben Blum | -0/+46 |