| Age | Commit message (Expand) | Author | Lines |
| 2017-11-16 | extract the `tcx` out from `RegionVarBindings` | Niko Matsakis | -80/+88 |
| 2017-11-16 | region_inference: rustfmt | Niko Matsakis | -147/+188 |
| 2017-11-16 | extract storage of region values from `RegionVarBindings` | Niko Matsakis | -101/+84 |
| 2017-11-16 | move `RegionResolutionError` into `lexical_region_resolve` | Niko Matsakis | -34/+42 |
| 2017-11-16 | region_inference: extract taint into a sub-module | Niko Matsakis | -85/+100 |
| 2017-11-16 | region_inference: tighten up `pub`, stop re-exporting enum variants | Niko Matsakis | -82/+75 |
| 2017-11-15 | move region resolution to be a sibling of `region_inference` | Niko Matsakis | -10/+9 |
| 2017-11-15 | extract lexical region resolution into its own sub-module | Niko Matsakis | -688/+743 |
| 2017-11-15 | move the `OutlivesEnvironment` into `infer` so that `nll` can use it | Niko Matsakis | -0/+322 |
| 2017-11-15 | rename mod `region_obligations` to `outlives::obligations` | Niko Matsakis | -1/+2 |
| 2017-11-15 | do not invoke `required_region_bounds` in `region_obligations` | Niko Matsakis | -6/+34 |
| 2017-11-15 | refactor how we extract outlives bounds from trait definitions | Niko Matsakis | -142/+92 |
| 2017-11-15 | move the `region_obligations` processing code into `InferCtxt` | Niko Matsakis | -27/+627 |
| 2017-11-15 | extract `regionck_outlives` into a separate helper function | Niko Matsakis | -0/+21 |
| 2017-11-15 | assert that we are consuming all of the region obligations | Niko Matsakis | -3/+3 |
| 2017-11-15 | convert EXTRA_REQUIREMENT_IN_IMPL into a hard error | Niko Matsakis | -14/+5 |
| 2017-11-15 | move region constraints into inference context | Niko Matsakis | -1/+76 |
| 2017-11-12 | remove trailing whitespace from comment block | Cengiz Can | -4/+4 |
| 2017-11-12 | add reasons of using BTreeMap to a comment | Cengiz Can | -0/+6 |
| 2017-11-12 | use BTreeMap for region constraints | Cengiz Can | -5/+7 |
| 2017-11-12 | Improve SubSupConflict case with one named, one anonymous lifetime parameter ... | Cengiz Can | -0/+2 |
| 2017-11-12 | Auto merge of #45870 - mikeyhew:arbitrary_self_types, r=arielb1 | bors | -2/+6 |
| 2017-11-09 | add a comment explaining the bugfix to infer::region_inference::add_constraint | Michael Hewson | -0/+3 |
| 2017-11-09 | fix the bug in region_inference where constraint origins were being overwritten | Michael Hewson | -2/+3 |
| 2017-11-07 | Rollup merge of #45751 - estebank:issue-44684, r=nikomatsakis | kennytm | -30/+42 |
| 2017-11-06 | review comments | Esteban Küber | -2/+2 |
| 2017-11-06 | Auto merge of #45668 - nikomatsakis:nll-free-region, r=arielb1 | bors | -0/+21 |
| 2017-11-06 | Auto merge of #45756 - topecongiro:fix-typos/librustc_typeck, r=kennytm | bors | -1/+1 |
| 2017-11-05 | Auto merge of #45770 - spastorino:newtype_index, r=nikomatsakis | bors | -0/+1 |
| 2017-11-05 | Handle anon lifetime arg being returned with named lifetime return type | Esteban Küber | -30/+42 |
| 2017-11-04 | Make DefIndex use newtype_index macro | Santiago Pastorino | -0/+1 |
| 2017-11-04 | Fix typos | topecongiro | -1/+1 |
| 2017-11-02 | add some better debugs | Niko Matsakis | -1/+4 |
| 2017-11-02 | emit less info when we warn | Niko Matsakis | -3/+2 |
| 2017-11-02 | convert (lexical) region errors to warn when NLL is enabled | Niko Matsakis | -9/+10 |
| 2017-11-02 | ignore region errors if NLL is enabled | Niko Matsakis | -0/+21 |
| 2017-11-01 | Improve display of error E0308 for structs | Josh Leeb-du Toit | -13/+40 |
| 2017-10-27 | Implement RFC 1861: Extern types | Paul Lietar | -0/+1 |
| 2017-10-21 | trans_ -> fully_ prefix | Marco Concetto Rudilosso | -3/+3 |
| 2017-10-21 | added trans_ prefix and pluralised types. Solved failing test on the incremen... | Marco Concetto Rudilosso | -3/+3 |
| 2017-10-21 | Create NormalizeTy query | Marco Concetto Rudilosso | -3/+3 |
| 2017-10-02 | fix handling of `Self` | Ariel Ben-Yehuda | -1/+2 |
| 2017-10-01 | fix handling of Self | Ariel Ben-Yehuda | -2/+1 |
| 2017-10-01 | handle nested generics in Generics::type_param/region_param | Ariel Ben-Yehuda | -1/+1 |
| 2017-09-29 | Rollup merge of #44124 - gaurikholkar:return_self, r=arielb1 | Mark Simulacrum | -81/+104 |
| 2017-09-27 | Auto merge of #44782 - estebank:issue-36700, r=GuillaumeGomez | bors | -10/+60 |
| 2017-09-26 | minor fixes | gaurikholkar | -2/+1 |
| 2017-09-26 | remove random newlines from error messages, fix compile-fail test | Niko Matsakis | -4/+4 |
| 2017-09-26 | use present tense consistently and update references | Niko Matsakis | -2/+2 |
| 2017-09-26 | tidy fix | gaurikholkar | -1/+1 |