| Age | Commit message (Expand) | Author | Lines |
| 2014-10-07 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -3/+3 |
| 2014-10-02 | rollup merge of #17666 : eddyb/take-garbage-out | Alex Crichton | -1/+0 |
| 2014-10-02 | Revert "Use slice syntax instead of slice_to, etc." | Aaron Turon | -3/+3 |
| 2014-10-02 | rustc: remove support for Gc. | Eduard Burtescu | -1/+0 |
| 2014-10-02 | Use slice syntax instead of slice_to, etc. | Nick Cameron | -3/+3 |
| 2014-09-17 | librustc: Implement associated types behind a feature gate. | Patrick Walton | -0/+5 |
| 2014-09-16 | Generalize lifetime bounds on type parameters to support multiple | Niko Matsakis | -2/+2 |
| 2014-09-08 | rustc: fix fallout from the addition of a 'tcx lifetime on tcx. | Eduard Burtescu | -4/+5 |
| 2014-08-27 | Implement generalized object and type parameter bounds (Fixes #16462) | Niko Matsakis | -17/+69 |
| 2014-08-26 | DST coercions and DST structs | Nick Cameron | -2/+2 |
| 2014-08-24 | Adjust the error messages to match the pattern "expected foo, found bar" | Jonas Hietala | -2/+2 |
| 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-18 | librustc: Implement unboxed closures with mutable receivers | Patrick Walton | -1/+17 |
| 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/+1 |
| 2014-06-13 | Introduce VecPerParamSpace and use it to represent sets of types and | Niko Matsakis | -29/+74 |
| 2014-06-06 | Move subst data structures into subst.rs, fix capitalization | Niko Matsakis | -7/+7 |
| 2014-06-03 | std: Remove generics from Option::expect | Alex Crichton | -1/+1 |
| 2014-05-30 | librustc: Fix snake case errors. | Kevin Butler | -1/+1 |
| 2014-05-27 | std: Remove String's to_owned | Richo Healey | -1/+1 |
| 2014-05-24 | core: rename strbuf::StrBuf to string::String | Richo Healey | -3/+3 |
| 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 | -1/+4 |
| 2014-05-12 | librustc: Remove all uses of `~str` from librustc. | Patrick Walton | -4/+4 |
| 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 | -2/+1 |
| 2014-04-28 | Refactor ty_str to use a ~(str) representation. | Nick Cameron | -19/+2 |
| 2014-04-22 | add support for quadruple precision floating point | Daniel Micay | -0/+1 |
| 2014-04-22 | rustc: de-@ middle::ty. | Eduard Burtescu | -1/+1 |
| 2014-04-22 | rustc: de-@ ty::ParamBounds. | Eduard Burtescu | -1/+2 |
| 2014-04-20 | Refactor ty_vec represent &[T] as &([T]) | Nick Cameron | -8/+20 |
| 2014-04-11 | rustc: fix fallout from removing ast::Sigil and use ty::TraitStore in ty::Clo... | Eduard Burtescu | -13/+2 |
| 2014-04-11 | auto merge of #13424 : eddyb/rust/ty-mut-in-store, r=nikomatsakis | bors | -12/+12 |
| 2014-04-11 | rustc: fix the fallout from moving mutability into VstoreSlice and RegionTrai... | Eduard Burtescu | -11/+11 |
| 2014-04-10 | auto merge of #13440 : huonw/rust/strbuf, r=alexcrichton | bors | -3/+4 |
| 2014-04-10 | Renamed ast::Purity to ast::FnStyle and ast::ImpureFn to ast::NormalFn and up... | Kasey Carrothers | -7/+7 |
| 2014-04-10 | rustc: rename ty::vstore and its variants to UpperCamelCase. | Eduard Burtescu | -4/+4 |
| 2014-04-10 | libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and | Patrick Walton | -3/+4 |
| 2014-04-08 | Register new snapshots | Alex Crichton | -1/+1 |
| 2014-04-06 | rustc: remove ty_unboxed_vec. | Eduard Burtescu | -1/+0 |
| 2014-04-03 | syntax: Remove AbiSet, use one Abi | Alex Crichton | -13/+6 |
| 2014-03-28 | Convert most code to new inner attribute syntax. | Brian Anderson | -1/+1 |
| 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 | -3/+0 |
| 2014-03-22 | rustc: Fix fallout of removing get() | Alex Crichton | -15/+9 |
| 2014-03-22 | rustc: Remove special treatment for Freeze and NoFreeze | Flavio Percoco | -3/+0 |
| 2014-03-22 | Migrate all users of opt_vec to owned_slice, delete opt_vec. | Huon Wilson | -2/+2 |
| 2014-03-21 | syntax: make OptVec immutable. | Huon Wilson | -2/+2 |
| 2014-03-20 | Removing imports of std::vec_ng::Vec | Alex Crichton | -1/+0 |