| Age | Commit message (Expand) | Author | Lines |
| 2016-02-23 | Revert "Auto merge of #30533 - nikomatsakis:fulfillment-tree, r=aturon" | Niko Matsakis | -4/+11 |
| 2016-02-18 | Split dummy in region inference graph into distinct source and sink nodes. | Felix S. Klock II | -3/+10 |
| 2016-01-18 | Auto merge of #30953 - KalitaAlexey:17823-get-rid-of-duplicate-error, r=nrc | bors | -3/+14 |
| 2016-01-18 | simplify E0308 message for primitive types | kalita.alexey | -3/+14 |
| 2016-01-16 | fallout from removing the `errors_will_be_reported` flag | Niko Matsakis | -11/+4 |
| 2016-01-07 | Rename fold_subitems_with to super_fold_with | Jeffrey Seyfried | -5/+5 |
| 2016-01-07 | Refactor away extension traits RegionEscape and HasTypeFlags | Jeffrey Seyfried | -11/+8 |
| 2016-01-07 | Create a visitor for `TypeFoldable`s and use it to implement RegionEscape and... | Jeffrey Seyfried | -10/+10 |
| 2015-12-30 | Refactoring | Nick Cameron | -17/+15 |
| 2015-12-30 | use structured errors | Nick Cameron | -165/+269 |
| 2015-12-28 | remove hack in region inference | Ariel Ben-Yehuda | -7/+0 |
| 2015-12-20 | Auto merge of #30470 - petrochenkov:owned5, r=nrc | bors | -11/+11 |
| 2015-12-19 | Improve OwnedSlice and use it in HIR | Vadim Petrochenkov | -11/+11 |
| 2015-12-18 | Auto merge of #30389 - nikomatsakis:rfc1214-error, r=arielb1 | bors | -32/+6 |
| 2015-12-18 | Make RFC 1214 warnings into errors, and rip out the "warn or err" | Niko Matsakis | -32/+6 |
| 2015-12-18 | Abstract away differences between Vec and ptr::P in HIR | Vadim Petrochenkov | -6/+6 |
| 2015-12-18 | Deprecate name `OwnedSlice` and don't use it | Vadim Petrochenkov | -6/+5 |
| 2015-12-17 | Remove unused imports | Jeffrey Seyfried | -5/+3 |
| 2015-12-16 | Auto merge of #30341 - pnkfelix:call-site-scope, r=nikomatsakis | bors | -0/+3 |
| 2015-12-16 | Rollup merge of #30368 - arielb1:region-unification-2, r=nikomatsakis | Manish Goregaokar | -6/+30 |
| 2015-12-15 | Ensure borrows of fn/closure params do not outlive invocations. | Felix S. Klock II | -0/+3 |
| 2015-12-13 | Auto merge of #30339 - Manishearth:oops-i-did-it-again, r=eddyb | bors | -1/+0 |
| 2015-12-12 | fix dropck performance regression | Ariel Ben-Yehuda | -6/+30 |
| 2015-12-12 | Auto merge of #30242 - arielb1:region-unification, r=nikomatsakis | bors | -2/+74 |
| 2015-12-11 | Remove leftover debugging code (fixes #30336) | Manish Goregaokar | -1/+0 |
| 2015-12-07 | Auto merge of #30087 - petrochenkov:indi, r=nrc | bors | -2/+2 |
| 2015-12-07 | introduce a region unification table and use it in dropck | Ariel Ben-Yehuda | -2/+74 |
| 2015-12-07 | Remove some unnecessary indirection from HIR structures | Vadim Petrochenkov | -2/+2 |
| 2015-12-05 | std: Stabilize APIs for the 1.6 release | Alex Crichton | -4/+4 |
| 2015-12-02 | s/isize/i32 | Tobias Bucher | -2/+2 |
| 2015-12-01 | Replace uses of int/uint with isize/uzsize in doc examples | Florian Hahn | -2/+2 |
| 2015-11-26 | split the metadata code into rustc_metadata | Ariel Ben-Yehuda | -1/+1 |
| 2015-11-26 | remove csearch from the rest of rustc | Ariel Ben-Yehuda | -2/+2 |
| 2015-11-26 | Use the TypeOrigin variants qualified. | Ms2ger | -32/+33 |
| 2015-11-20 | Change TraitRef subtyping checks to equality | Aaron Turon | -7/+19 |
| 2015-11-17 | Auto merge of #29766 - oli-obk:impl_item, r=nikomatsakis | bors | -2/+2 |
| 2015-11-16 | Remove `TyParen` from HIR | Vadim Petrochenkov | -1/+0 |
| 2015-11-16 | ImplItem_ -> ImplItemKind rename | Oliver Schneider | -2/+2 |
| 2015-11-16 | rename ImplItem_::*ImplItem to ImplItem_::* | Oliver Schneider | -2/+2 |
| 2015-11-05 | remove excess string allocation | Steve Klabnik | -2/+2 |
| 2015-10-31 | Rustfmt region_inference. | Ms2ger | -357/+326 |
| 2015-10-29 | Auto merge of #29188 - nikomatsakis:remove-contraction, r=pnkfelix | bors | -429/+83 |
| 2015-10-28 | Do some slight refactoring, leave the rest for #29436 | Niko Matsakis | -41/+25 |
| 2015-10-28 | Update docs for region inference to reflect current state better | Niko Matsakis | -46/+46 |
| 2015-10-28 | Don't "double check" var-sub-var constraints, which are handled in | Niko Matsakis | -12/+4 |
| 2015-10-28 | remove SupSupConflict, which is now dead code | Niko Matsakis | -49/+0 |
| 2015-10-28 | Remove contraction. The contraction rules predated the notion of an | Niko Matsakis | -291/+18 |
| 2015-10-27 | Diagnostic: "`if let` arm with incompatible type" | Jonas Schievink | -6/+12 |
| 2015-10-08 | typos: fix a grabbag of typos all over the place | Cristi Cobzarenco | -1/+1 |
| 2015-10-02 | Auto merge of #28626 - arielb1:closure-needs-infer, r=nikomatsakis | bors | -1/+8 |