| Age | Commit message (Expand) | Author | Lines |
| 2014-10-02 | rustc: remove support for Gc. | Eduard Burtescu | -1/+0 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -0/+2 |
| 2014-09-16 | Generalize lifetime bounds on type parameters to support multiple | Niko Matsakis | -1/+1 |
| 2014-09-08 | rustc: fix fallout from the addition of a 'tcx lifetime on tcx. | Eduard Burtescu | -2/+2 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -12/+23 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -2/+5 |
| 2014-08-14 | librustc: Tie up loose ends in unboxed closures. | Patrick Walton | -1/+2 |
| 2014-08-07 | Rename `Share` to `Sync` | Alex Crichton | -1/+1 |
| 2014-07-31 | Move SeekableMemWriter into librbml | Erick Tryzelaar | -1/+1 |
| 2014-07-29 | remove seek from std::io::MemWriter, add SeekableMemWriter to librustc | Erick Tryzelaar | -22/+23 |
| 2014-07-18 | librustc: Implement unboxed closures with mutable receivers | Patrick Walton | -1/+5 |
| 2014-07-17 | librustc: Remove cross-borrowing of `Box<T>` to `&T` from the language, | Patrick Walton | -1/+1 |
| 2014-07-05 | Refactored VecPerParamSpace to hide exposure of `Vec` representation. | Felix S. Klock II | -1/+1 |
| 2014-06-24 | Remove the quad_precision_float feature gate | Alex Crichton | -1/+0 |
| 2014-06-18 | Remove TraitStore from ty_trait | Nick Cameron | -2/+0 |
| 2014-06-15 | Register new snapshots | Alex Crichton | -25/+0 |
| 2014-06-13 | Introduce VecPerParamSpace and use it to represent sets of types and | Niko Matsakis | -18/+30 |
| 2014-06-11 | std: Remove i18n/l10n from format! | Alex Crichton | -0/+25 |
| 2014-06-08 | Remove the dead code identified by the new lint | Jakub Wieczorek | -4/+0 |
| 2014-06-06 | Move subst data structures into subst.rs, fix capitalization | Niko Matsakis | -4/+5 |
| 2014-06-05 | Fallout from the libcollections movement | Alex Crichton | -1/+1 |
| 2014-05-28 | std: Remove format_strbuf!() | Alex Crichton | -1/+1 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -2/+2 |
| 2014-05-15 | Updates with core::fmt changes | Alex Crichton | -9/+1 |
| 2014-05-12 | librustc: Remove all uses of `~str` from librustc. | Patrick Walton | -3/+3 |
| 2014-05-07 | auto merge of #14005 : alexcrichton/rust/extern-unsafe, r=pcwalton | bors | -1/+0 |
| 2014-05-06 | librustc: Remove `~EXPR`, `~TYPE`, and `~PAT` from the language, except | Patrick Walton | -1/+6 |
| 2014-05-06 | rustc: Enable writing "unsafe extern fn() {}" | Alex Crichton | -1/+0 |
| 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 | -17/+6 |
| 2014-04-22 | add support for quadruple precision floating point | Daniel Micay | -0/+1 |
| 2014-04-22 | rustc: de-@ middle::ty. | Eduard Burtescu | -2/+2 |
| 2014-04-22 | rustc: de-@ ty::ParamBounds. | Eduard Burtescu | -1/+1 |
| 2014-04-22 | rustc: de-@ some RefCell's. | Eduard Burtescu | -51/+24 |
| 2014-04-20 | Refactor ty_vec represent &[T] as &([T]) | Nick Cameron | -9/+13 |
| 2014-04-11 | rustc: fix fallout from removing ast::Sigil and use ty::TraitStore in ty::Clo... | Eduard Burtescu | -10/+1 |
| 2014-04-11 | auto merge of #13424 : eddyb/rust/ty-mut-in-store, r=nikomatsakis | bors | -11/+14 |
| 2014-04-11 | rustc: fix the fallout from moving mutability into VstoreSlice and RegionTrai... | Eduard Burtescu | -9/+12 |
| 2014-04-10 | Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up... | Kasey Carrothers | -4/+4 |
| 2014-04-10 | rustc: rename ty::vstore and its variants to UpperCamelCase. | Eduard Burtescu | -4/+4 |
| 2014-04-06 | rustc: remove ty_unboxed_vec. | Eduard Burtescu | -1/+0 |
| 2014-04-03 | syntax: Remove AbiSet, use one Abi | Alex Crichton | -7/+4 |
| 2014-03-31 | rustc: Switch field privacy as necessary | Alex Crichton | -4/+4 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -2/+2 |
| 2014-03-28 | Rename Pod into Copy | Flavio Percoco | -1/+1 |
| 2014-03-22 | auto merge of #13076 : FlaPer87/rust/remove-freeze, r=alexcrichton | bors | -1/+0 |
| 2014-03-22 | rustc: Fix fallout of removing get() | Alex Crichton | -23/+10 |
| 2014-03-22 | rustc: Remove special treatment for Freeze and NoFreeze | Flavio Percoco | -1/+0 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |
| 2014-03-20 | auto merge of #12686 : FlaPer87/rust/shared, r=nikomatsakis | bors | -0/+1 |