| Age | Commit message (Expand) | Author | Lines |
| 2014-06-22 | Refactor the unification code and rejuvenate the unit test | Niko Matsakis | -8/+91 |
| 2014-06-18 | Remove TraitStore from ty_trait | Nick Cameron | -3/+2 |
| 2014-06-16 | Change prints: @T -> Gc<T> , ~T -> Box<T> | John Schmidt | -2/+2 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -31/+0 |
| 2014-06-13 | librustc: Fix the issue with labels shadowing variable names by making | Patrick Walton | -1/+1 |
| 2014-06-13 | Introduce VecPerParamSpace and use it to represent sets of types and | Niko Matsakis | -81/+87 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -1/+32 |
| 2014-06-11 | rustc: Move the AST from @T to Gc<T> | Alex Crichton | -2/+2 |
| 2014-06-11 | rustc: Update how Gc<T> is recognized | Alex Crichton | -1/+1 |
| 2014-06-10 | auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichton | bors | -2/+2 |
| 2014-06-10 | Fix more misspelled comments and strings. | Joseph Crail | -2/+2 |
| 2014-06-08 | Remove the dead code identified by the new lint | Jakub Wieczorek | -11/+5 |
| 2014-06-06 | Rename Iterator::len to count | Aaron Turon | -1/+1 |
| 2014-06-06 | Move subst data structures into subst.rs, fix capitalization | Niko Matsakis | -9/+11 |
| 2014-06-06 | auto merge of #14667 : aochagavia/rust/pr2, r=huonw | bors | -4/+7 |
| 2014-06-06 | Change to_str().to_string() to just to_str() | Adolfo OchagavĂa | -4/+7 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -7/+5 |
| 2014-06-01 | std: Drop Total from Total{Eq,Ord} | Alex Crichton | -2/+2 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -137/+119 |
| 2014-05-27 | std: Rename strbuf operations to string | Richo Healey | -58/+58 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -89/+89 |
| 2014-05-23 | auto merge of #14317 : P1start/rust/lifetime-formatting, r=alexcrichton | bors | -1/+1 |
| 2014-05-23 | Fix lifetime error to print `'a` instead of `&'a` | P1start | -1/+1 |
| 2014-05-22 | libstd: Remove all uses of `~str` from `libstd` | Patrick Walton | -1/+1 |
| 2014-05-22 | libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`. | Patrick Walton | -5/+5 |
| 2014-05-13 | syntax: Improve --pretty normal slightly | Alex Crichton | -4/+4 |
| 2014-05-13 | syntax: Fix printing INT64_MIN | Alex Crichton | -13/+9 |
| 2014-05-12 | librustc: Remove all uses of `~str` from librustc. | Patrick Walton | -281/+336 |
| 2014-05-10 | auto merge of #14073 : alexcrichton/rust/snapshots, r=huonw | bors | -6/+5 |
| 2014-05-10 | auto merge of #14066 : edwardw/rust/pod-to-copy, r=alexcrichton | bors | -2/+2 |
| 2014-05-09 | Register new snapshots | Alex Crichton | -6/+5 |
| 2014-05-09 | auto merge of #14057 : kballard/rust/remove_no-bounds, r=sfackler | bors | -7/+1 |
| 2014-05-10 | Rename Pod to Copy | Edward Wang | -2/+2 |
| 2014-05-09 | Currently trans uses Vec<ty::t> to represent substitutions instead of a proper | Niko Matsakis | -0/+6 |
| 2014-05-08 | Remove <no-bounds> on trait objects | Kevin Ballard | -7/+1 |
| 2014-05-08 | libsyntax: Remove uses of `~str` from libsyntax, and fix fallout | Patrick Walton | -4/+4 |
| 2014-05-07 | std: Modernize the local_data api | Alex Crichton | -5/+3 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -3/+3 |
| 2014-05-02 | Replace most ~exprs with 'box'. #11779 | Brian Anderson | -1/+1 |
| 2014-04-29 | Remove internal support for fixed length strings | Nick Cameron | -6/+1 |
| 2014-04-28 | Refactor ty_str to use a ~(str) representation. | Nick Cameron | -21/+6 |
| 2014-04-22 | rustc: de-@ middle::ty. | Eduard Burtescu | -1/+8 |
| 2014-04-22 | rustc: de-@ some RefCell's. | Eduard Burtescu | -8/+13 |
| 2014-04-21 | Fix misspellings in comments. | Joseph Crail | -2/+2 |
| 2014-04-20 | Refactor ty_vec represent &[T] as &([T]) | Nick Cameron | -24/+12 |
| 2014-04-18 | Replace all ~"" with "".to_owned() | Richo Healey | -38/+41 |
| 2014-04-18 | Update the rest of the compiler with ~[T] changes | Alex Crichton | -2/+1 |
| 2014-04-15 | Use the unsigned integer types for bitwise intrinsics. | Huon Wilson | -6/+4 |
| 2014-04-14 | auto merge of #13480 : edwardw/rust/vtable-ice, r=alexcrichton | bors | -2/+3 |
| 2014-04-13 | auto merge of #13452 : Ryman/rust/fix_uint_as_u, r=alexcrichton | bors | -4/+2 |