| Age | Commit message (Expand) | Author | Lines |
| 2013-02-28 | Fix implicit leaks of imports throughout libraries | Alex Crichton | -1/+1 |
| 2013-02-15 | libstd: Get rid of `move`. | Luqman Aden | -4/+4 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -48/+48 |
| 2013-02-13 | RIMOV core::vec | Ben Striegel | -2/+2 |
| 2013-02-08 | Remove trailing whitespace | Matthew McPherrin | -5/+5 |
| 2013-02-08 | Merge branch 'master' of https://github.com/mozilla/rust | Matthew McPherrin | -1/+0 |
| 2013-02-07 | Make ~fn non-copyable, make &fn copyable, split barefn/closure types, | Niko Matsakis | -1/+0 |
| 2013-02-06 | Fix sample program to compile in modern rust | Matthew McPherrin | -42/+44 |
| 2013-01-31 | Replace most invocations of fail keyword with die! macro | Nick Desaulniers | -49/+49 |
| 2013-01-29 | De-capitalize "note" to get rid of spurious tidy warnings | Tim Chevalier | -1/+1 |
| 2013-01-29 | libstd: De-export libstd. rs=deexport | Patrick Walton | -53/+52 |
| 2013-01-24 | replace ConstVector trait with the Container trait | Daniel Micay | -3/+3 |
| 2013-01-23 | libsyntax: Remove `fn() unsafe { ... }`. r=graydon | Patrick Walton | -108/+110 |
| 2013-01-23 | core: Rename to_mut and from_mut to cast_to_mut and cast_from_mut | Trinick | -2/+2 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -6/+11 |
| 2013-01-08 | Revert "librustc: Make unqualified identifier searches terminate at the neare... | Patrick Walton | -11/+6 |
| 2013-01-08 | librustc: Make unqualified identifier searches terminate at the nearest modul... | Patrick Walton | -6/+11 |
| 2012-12-27 | libstd: Fix a bunch of resolve errors in tests. rs=fire | Patrick Walton | -1/+4 |
| 2012-12-27 | librustc: Terminate name searches at the nearest module scope for paths that ... | Patrick Walton | -0/+7 |
| 2012-12-13 | Replace some Eq impls with deriving_eq | Brian Anderson | -115/+10 |
| 2012-12-13 | std: Convert records to structs in getopts | Brian Anderson | -33/+42 |
| 2012-12-07 | Make short flags with a single-char arg work in getopts | Tim Chevalier | -34/+37 |
| 2012-12-03 | Update license, add license boilerplate to most files. Remainder will follow. | Graydon Hoare | -0/+10 |
| 2012-11-28 | Merge remote-tracking branch 'brson/companion' into incoming | Brian Anderson | -139/+3 |
| 2012-11-28 | Register snapshots | Brian Anderson | -139/+3 |
| 2012-11-24 | [libstd] getopts, now with fewer copies | Tim Chevalier | -37/+37 |
| 2012-11-19 | rustc: Implement explicit self for Eq and Ord. r=graydon | Patrick Walton | -0/+138 |
| 2012-11-18 | Whitespace | Brian Anderson | -1/+1 |
| 2012-11-17 | Added support for options that take no arguments and may be repeated. | Jesse Jones | -0/+75 |
| 2012-10-17 | Add a module to getopts to support verbose option definition | Kevin Cantu | -3/+409 |
| 2012-10-04 | Remove by-copy mode from std, mostly | Tim Chevalier | -4/+3 |
| 2012-10-03 | Remove crud | Tim Chevalier | -1/+0 |
| 2012-10-03 | Remove uses of + mode from libstd | Tim Chevalier | -12/+13 |
| 2012-10-03 | De-export std::{json, getopts}. Part of #3583. | Graydon Hoare | -36/+18 |
| 2012-10-02 | Removing explicit uses of + mode | Tim Chevalier | -1/+1 |
| 2012-09-28 | demode vec | Niko Matsakis | -3/+2 |
| 2012-09-28 | Long lines. | Graydon Hoare | -1/+5 |
| 2012-09-28 | Long lines | Brian Anderson | -46/+54 |
| 2012-09-28 | std: Eliminate deprecated patterns | Brian Anderson | -15/+14 |
| 2012-09-26 | Demode vec::push (and convert to method) | Niko Matsakis | -11/+10 |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -40/+0 |
| 2012-09-23 | core: Demode option | Brian Anderson | -7/+7 |
| 2012-09-21 | Install new pub/priv/export rules as defaults, old rules accessible under #[l... | Graydon Hoare | -0/+1 |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -0/+40 |
| 2012-09-19 | De-mode vec::each() and many of the str iteration routines | Niko Matsakis | -7/+7 |
| 2012-09-18 | Revert "replace explicit calls to vec::each with vec::each_ref, partially dem... | Niko Matsakis | -11/+11 |
| 2012-09-18 | replace explicit calls to vec::each with vec::each_ref, partially demode str | Niko Matsakis | -11/+11 |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -2/+2 |
| 2012-09-10 | Make remaining moves explicit in libstd | Tim Chevalier | -1/+1 |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -0/+3 |