| Age | Commit message (Expand) | Author | Lines |
| 2015-02-18 | Replace all uses of `&foo[]` with `&foo[..]` en masse. | Niko Matsakis | -1/+1 |
| 2015-02-16 | rustc: qualify expressions in check_const for potential promotion. | Eduard Burtescu | -0/+14 |
| 2015-02-16 | rustc: use FromPrimitive for decoding astencode_tag. | Eduard Burtescu | -2/+3 |
| 2015-02-12 | Update metadata to reflect that predicates/schemes/trait-defs are now severed | Niko Matsakis | -12/+1 |
| 2015-02-11 | Added DestructionScope variant to CodeExtent, representing the area | Felix S. Klock II | -0/+6 |
| 2015-02-05 | cleanup: replace `as[_mut]_slice()` calls with deref coercions | Jorge Aparicio | -1/+1 |
| 2015-02-02 | `for x in xs.iter()` -> `for x in &xs` | Jorge Aparicio | -16/+16 |
| 2015-02-02 | Auto merge of #21647 - alfie:suffix-medium, r=alexcrichton | bors | -10/+10 |
| 2015-02-01 | Separate out the unboxed closure table into two tables, so that we can | Niko Matsakis | -58/+39 |
| 2015-02-01 | More deprecating of i/u suffixes in libraries | Alfie John | -10/+10 |
| 2015-01-30 | Remove the capture mode map and just store the capture mode for individual va... | Niko Matsakis | -41/+25 |
| 2015-01-29 | Auto merge of #21677 - japaric:no-range, r=alexcrichton | bors | -2/+2 |
| 2015-01-29 | `for x in range(a, b)` -> `for x in a..b` | Jorge Aparicio | -2/+2 |
| 2015-01-29 | Rollup merge of #21626 - Ms2ger:various-cleanup, r=eddyb | Manish Goregaokar | -1/+1 |
| 2015-01-28 | Fix a latent bug in trait dispatch where we sometimes counted associated types | Niko Matsakis | -4/+4 |
| 2015-01-28 | Remove a custom variant of iter::Cloned. | Ms2ger | -1/+1 |
| 2015-01-26 | Fallout of io => old_io | Alex Crichton | -1/+1 |
| 2015-01-26 | librustc: remove unused DefUpvar field. | Eduard Burtescu | -4/+2 |
| 2015-01-26 | Remove "unboxed" attribute in code referring to new closures. | Eduard Burtescu | -47/+40 |
| 2015-01-24 | Store a method-from-trait's impl in some cases when it is known. | Huon Wilson | -0/+22 |
| 2015-01-21 | rollup merge of #20179: eddyb/blind-items | Alex Crichton | -2/+0 |
| 2015-01-21 | rustc: fix fallout of merging ast::ViewItem into ast::Item. | Eduard Burtescu | -2/+0 |
| 2015-01-20 | Kill TraitStore | Ariel Ben-Yehuda | -11/+0 |
| 2015-01-07 | use slicing sugar | Jorge Aparicio | -5/+5 |
| 2015-01-06 | Register new snapshots | Alex Crichton | -23/+0 |
| 2015-01-06 | rollup merge of #20481: seanmonstar/fmt-show-string | Alex Crichton | -4/+4 |
| 2015-01-06 | core: split into fmt::Show and fmt::String | Sean McArthur | -4/+4 |
| 2015-01-07 | Replace full slice notation with index calls | Nick Cameron | -3/+3 |
| 2015-01-05 | remove AdjustAddEnv | Jorge Aparicio | -15/+0 |
| 2015-01-04 | serialize: Use assoc types + less old_orphan_check | Alex Crichton | -0/+23 |
| 2015-01-03 | sed -i -s 's/\bmod,/self,/g' **/*.rs | Jorge Aparicio | -1/+1 |
| 2014-12-30 | Remove the AssocSpace | Niko Matsakis | -2/+1 |
| 2014-12-30 | Remove the def-id from type parameters. Having this def-id was bad for severa... | Niko Matsakis | -1/+1 |
| 2014-12-30 | Integrate projection bounds to `ExistentialBounds` but do not use them for an... | Niko Matsakis | -4/+6 |
| 2014-12-30 | Convert to use `Rc<TraitRef>` in object types (finally!). | Niko Matsakis | -6/+6 |
| 2014-12-30 | Implement associated type projection and normalization. | Niko Matsakis | -5/+5 |
| 2014-12-30 | Rename `Polytype` to `TypeScheme` to differentiate type schemes (early bound)... | Niko Matsakis | -20/+20 |
| 2014-12-22 | rollup merge of #19891: nikomatsakis/unique-fn-types-3 | Alex Crichton | -5/+20 |
| 2014-12-22 | Adjust metadata for new fields and enum variants. Yawn. | Niko Matsakis | -5/+20 |
| 2014-12-21 | Fallout of std::str stabilization | Alex Crichton | -3/+3 |
| 2014-12-19 | Implement "perfect forwarding" for HR impls (#19730). | Niko Matsakis | -4/+4 |
| 2014-12-19 | Centralize on using `Binder` to introduce new binding levels, rather than hav... | Niko Matsakis | -5/+5 |
| 2014-12-19 | Create distinct types for a PolyTraitRef (with bindings) and a normal TraitRef. | Niko Matsakis | -8/+23 |
| 2014-12-17 | auto merge of #19789 : nick29581/rust/assoc-ufcs2, r=nikomatsakis | bors | -0/+4 |
| 2014-12-16 | Path types to associated types with form `T::A` | Nick Cameron | -0/+4 |
| 2014-12-15 | Remove all shadowed lifetimes. | Niko Matsakis | -32/+32 |
| 2014-12-13 | librustc: use unboxed closures | Jorge Aparicio | -13/+15 |
| 2014-12-12 | Implement the astencode rules for predicates. These don't actually get | Niko Matsakis | -1/+31 |
| 2014-12-12 | Introduce predicates but don't use them. | Niko Matsakis | -0/+3 |
| 2014-12-12 | Start restructuring to support generalized where clauses etc. | Niko Matsakis | -1/+1 |