| Age | Commit message (Expand) | Author | Lines |
| 2014-06-26 | Remove unnecessary to_string calls | Piotr Jawniak | -11/+6 |
| 2014-06-24 | Stabilize version output for rustc and rustdoc | Robert Buonpastore | -10/+23 |
| 2014-06-24 | Implement lint plugins | Keegan McAllister | -10/+27 |
| 2014-06-24 | Reindent function call continuations, and other style fixes | Keegan McAllister | -1/+1 |
| 2014-06-24 | Convert builtin lints to uppercase names for style consistency | Keegan McAllister | -2/+2 |
| 2014-06-24 | Use names in Lint structs in an ASCII-case-insensitive way | Keegan McAllister | -1/+2 |
| 2014-06-24 | Clean up and document the public lint API | Keegan McAllister | -1/+1 |
| 2014-06-24 | Store the registered lints in the Session | Keegan McAllister | -35/+76 |
| 2014-06-24 | Replace enum LintId with an extensible alternative | Keegan McAllister | -60/+50 |
| 2014-06-24 | Rename lint::Lint to lint::LintId | Keegan McAllister | -3/+3 |
| 2014-06-24 | Move lint.rs out of middle | Keegan McAllister | -4/+5 |
| 2014-06-24 | auto merge of #14963 : w3ln4/rust/master, r=alexcrichton | bors | -4/+8 |
| 2014-06-24 | Added Mipsel architecture support | Pawel Olzacki | -4/+8 |
| 2014-06-18 | Add stability inheritance | Aaron Turon | -2/+5 |
| 2014-06-18 | Fallout from TaskBuilder changes | Aaron Turon | -10/+7 |
| 2014-06-16 | auto merge of #14715 : vhbit/rust/ios-pr2, r=alexcrichton | bors | -22/+29 |
| 2014-06-14 | getopts: format failure messages with `Show`. | Huon Wilson | -4/+3 |
| 2014-06-13 | librustc: Forbid `transmute` from being called on types whose size is | Patrick Walton | -0/+3 |
| 2014-06-13 | Dump results of analysis phase as CSV | Nick Cameron | -2/+18 |
| 2014-06-12 | Better dylib skipping based on Alex Crichton code | Valerii Hiora | -21/+26 |
| 2014-06-12 | Basic iOS support | Valerii Hiora | -3/+5 |
| 2014-06-11 | rustc: Remove ~[T] from the language | Alex Crichton | -1/+1 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -1/+1 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -1/+1 |
| 2014-06-09 | Implement #[plugin_registrar] | Keegan McAllister | -28/+42 |
| 2014-06-06 | auto merge of #14667 : aochagavia/rust/pr2, r=huonw | bors | -2/+2 |
| 2014-06-06 | Change to_str().to_string() to just to_str() | Adolfo OchagavĂa | -2/+2 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -1/+1 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -1/+1 |
| 2014-05-30 | std: Rename {Eq,Ord} to Partial{Eq,Ord} | Alex Crichton | -4/+4 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -5/+5 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -40/+40 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -2/+2 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -27/+27 |
| 2014-05-24 | Get "make check" to work with unused-attribute | Steven Fackler | -38/+40 |
| 2014-05-22 | auto merge of #14348 : alexcrichton/rust/doc.rust-lang.org, r=huonw | bors | -1/+1 |
| 2014-05-22 | libcore: Remove all uses of `~str` from `libcore`. | Patrick Walton | -2/+2 |
| 2014-05-22 | libstd: Remove all uses of `~str` from `libstd` | Patrick Walton | -5/+6 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -31/+59 |
| 2014-05-21 | Change static.rust-lang.org to doc.rust-lang.org | Alex Crichton | -1/+1 |
| 2014-05-21 | rustc: improve error messages from wrong --pretty flowgraph use. | Huon Wilson | -6/+18 |
| 2014-05-21 | rustc: ng -> gn, fix a typo in a string. | Huon Wilson | -2/+1 |
| 2014-05-21 | rustc: rename the lint `level` enum for style. | Huon Wilson | -3/+3 |
| 2014-05-17 | auto merge of #14253 : alexcrichton/rust/issue-14221, r=pcwalton | bors | -1/+2 |
| 2014-05-16 | rustc: Stop leaking enum variants into children | Alex Crichton | -1/+2 |
| 2014-05-16 | libgetopts: Remove all uses of `~str` from `libgetopts` | Patrick Walton | -17/+23 |
| 2014-05-15 | auto merge of #14234 : alexcrichton/rust/rollup, r=alexcrichton | bors | -19/+76 |
| 2014-05-15 | Graphviz based flow graph pretty-printing. | Felix S. Klock II | -19/+75 |
| 2014-05-15 | Add a crate for missing stubs from libcore | Alex Crichton | -0/+1 |
| 2014-05-15 | Add compiler flag to configure output coloring | Hanno Braun | -4/+24 |