| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-05-14 | Print 'rustc' and 'rustdoc' as the command name for --version | Brian Anderson | -8/+9 |
| 2014-05-14 | Get rid of the android-cross-path flag to rustc. | Luqman Aden | -2/+0 |
| 2014-05-12 | Fixed typo in comments of driver.rs | Adolfo OchagavĂa | -1/+1 |
| 2014-05-12 | librustc: Remove all uses of `~str` from librustc. | Patrick Walton | -64/+93 |
| 2014-05-11 | Reorganise driver code. | Nick Cameron | -956/+1337 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -13/+14 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -2/+2 |
| 2014-05-06 | auto merge of #13892 : alexcrichton/rust/mixing-rlib-dylib-deps, r=brson | bors | -7/+12 |
| 2014-05-04 | auto merge of #13905 : alexcrichton/rust/issue-13337, r=thestinger | bors | -24/+0 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -2/+2 |
| 2014-05-02 | rustc: Remove the session building_library flag | Alex Crichton | -24/+0 |
| 2014-05-02 | rustc: Add some suppot for mixing rlibs and dylibs | Alex Crichton | -7/+12 |
| 2014-05-01 | auto merge of #13877 : thestinger/rust/de-tilde-str-vec, r=alexcrichton | bors | -10/+10 |
| 2014-05-01 | auto merge of #13724 : nikomatsakis/rust/expr-use-visitor, r=pnkfelix | bors | -17/+6 |
| 2014-04-30 | librustc: Remove `~"string"` and `&"string"` from the language | Patrick Walton | -10/+10 |
| 2014-04-29 | rustc: Add search paths to dylib load paths | Alex Crichton | -0/+8 |