| Age | Commit message (Expand) | Author | Lines |
| 2017-11-17 | issue better error message when LUB/GLB diverge under new behavior | Niko Matsakis | -1/+8 |
| 2017-11-16 | factor out `free_region_binding_scope` helper | Niko Matsakis | -7/+1 |
| 2017-11-16 | formalize giving ownership of region vars to region inf. context | Niko Matsakis | -0/+1 |
| 2017-11-16 | rename `region_inference` module to `region_constraints` | Niko Matsakis | -1/+1 |
| 2017-11-16 | move `RegionResolutionError` into `lexical_region_resolve` | Niko Matsakis | -5/+6 |
| 2017-11-16 | region_inference: tighten up `pub`, stop re-exporting enum variants | Niko Matsakis | -29/+32 |
| 2017-11-15 | convert EXTRA_REQUIREMENT_IN_IMPL into a hard error | Niko Matsakis | -7/+4 |
| 2017-11-12 | Improve SubSupConflict case with one named, one anonymous lifetime parameter ... | Cengiz Can | -0/+2 |
| 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-05 | Handle anon lifetime arg being returned with named lifetime return type | Esteban Küber | -30/+42 |
| 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-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 |
| 2017-09-26 | modify message for return time having multiple lifetimes | gaurikholkar | -10/+2 |
| 2017-09-26 | merge fixes, addressing CR comments | gaurikholkar | -82/+114 |
| 2017-09-24 | Point at parameter type on E0301 | Esteban Küber | -10/+60 |
| 2017-09-24 | move Scope behind an enum | Ariel Ben-Yehuda | -7/+9 |
| 2017-09-24 | sort the list of inference errors by span | Ariel Ben-Yehuda | -2/+11 |
| 2017-09-18 | incr.comp.: Fix rebase fallout. | Michael Woerister | -8/+4 |
| 2017-09-18 | Use DefId instead of NodeId as identifier in resolve_lifetime::Region. | Michael Woerister | -8/+4 |
| 2017-09-17 | Rollup merge of #44549 - gaurikholkar:master, r=arielb1 | Tim Neumann | -12/+37 |
| 2017-09-14 | bring Ty into scope | Douglas Campos | -7/+7 |
| 2017-09-14 | fix depth for structs | gaurikholkar | -2/+5 |
| 2017-09-14 | extend E0623 for earlybound and latebound for structs | gaurikholkar | -11/+33 |
| 2017-09-12 | Adding changes for trait objects | gaurikholkar | -2/+12 |
| 2017-09-12 | add ui test for fn items, tidy fixes | gaurikholkar | -1/+1 |
| 2017-09-12 | fixes | gaurikholkar | -338/+0 |
| 2017-09-12 | correct depth initialisation | gaurikholkar | -29/+11 |
| 2017-09-12 | add logs | gaurikholkar | -3/+7 |
| 2017-09-12 | extend E0623 for fns | gaurikholkar | -0/+26 |
| 2017-09-12 | Adding E0623 for structs | gaurikholkar | -0/+333 |
| 2017-09-10 | Auto merge of #44316 - eddyb:no-local-var-def-id, r=michaelwoerister | bors | -11/+12 |
| 2017-09-09 | adding E0623 for LateBound regions | gaurikholkar | -133/+223 |
| 2017-09-08 | Use NodeId/HirId instead of DefId for local variables. | Eduard-Mihai Burtescu | -11/+12 |
| 2017-09-05 | rustc: Flag some CrateStore methods as "untracked" | Alex Crichton | -1/+1 |
| 2017-09-05 | rustc: Hide the `named_region_map` behind queries | Alex Crichton | -12/+14 |
| 2017-09-01 | rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree. | Eduard-Mihai Burtescu | -55/+57 |
| 2017-09-01 | rustc: use hir::ItemLocalId instead of ast::NodeId in CodeExtent. | Eduard-Mihai Burtescu | -1/+1 |