| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2014-12-04 | Move various data structures out of typeck and into ty. | Niko Matsakis | -40/+39 |
| 2014-11-26 | /*! -> //! | Steve Klabnik | -69/+51 |
| 2014-11-20 | Refactored new CodeExtent type for improved abstraction. | Felix S. Klock II | -4/+16 |
| 2014-11-19 | rustc: fix fallout of adding the `'tcx` lifetime to `Ty`. | Eduard Burtescu | -121/+142 |
| 2014-11-19 | rustc: middle: rename `ty::t` to `Ty` and use it unqualified everywhere. | Eduard Burtescu | -14/+14 |
| 2014-11-18 | Switch the code to use De Bruijn indices rather than binder-ids. | Niko Matsakis | -2/+2 |
| 2014-11-18 | Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem... | Niko Matsakis | -1/+1 |
| 2014-11-17 | auto merge of #19027 : nick29581/rust/coercions-4, r=alexcrichton | bors | -10/+10 |
| 2014-11-17 | Fix fallout from coercion removal | Nick Cameron | -10/+10 |
| 2014-11-16 | fallout from deprecating find_copy and get_copy | Alexis Beingessner | -2/+1 |
| 2014-11-10 | Use FnvHashMap instead of HashMap in rustc | Ariel Ben-Yehuda | -2/+2 |
| 2014-11-07 | Make TyTrait embed a `TraitRef`, so that when we extend TraitRef, it naturall... | Niko Matsakis | -19/+23 |
| 2014-11-06 | Fallout from collection conventions | Alexis Beingessner | -13/+13 |
| 2014-11-05 | auto merge of #18546 : bkoropoff/rust/unboxed-closures-cross-crate, r=nick29581 | bors | -8/+14 |
| 2014-11-03 | rollup merge of #18506 : nikomatsakis/assoc-type-bounds | Alex Crichton | -3/+4 |
| 2014-11-03 | rollup merge of #18318 : arielb1/transmute-cleanup | Alex Crichton | -33/+10 |
| 2014-11-03 | Add a 4th space for associated types defined in a trait (currently unused) | Niko Matsakis | -1/+2 |
| 2014-11-03 | Restructure AST so that the associated type definition carries | Niko Matsakis | -2/+2 |
| 2014-11-03 | Clean-up transmutes in librustc | Ariel Ben-Yehuda | -33/+10 |
| 2014-11-02 | Treat cross-crate unboxed closure def IDs consistently | Brian Koropoff | -2/+6 |
| 2014-11-02 | Fix decoding of unboxed closure kinds | Brian Koropoff | -6/+8 |
| 2014-11-01 | Fix def ID mapping for method defs | Brian Koropoff | -11/+5 |
| 2014-11-01 | Remove FnStyle from DefFn and DefStaticMethod | Nick Cameron | -4/+3 |