| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2017-09-01 | rustc: take TyCtxt and RegionMaps in CodeMap::span. | Eduard-Mihai Burtescu | -64/+79 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -1/+1 |
| 2017-08-25 | Auto merge of #43700 - gaurikholkar:struct_lifetimes, r=nikomatsakis | bors | -151/+318 |
| 2017-08-24 | build fixes | gaurikholkar | -30/+30 |
| 2017-08-24 | adding macro, cleaning up code | gaurikholkar | -19/+23 |
| 2017-08-23 | code review fixes | gaurikholkar | -60/+67 |
| 2017-08-20 | code review fixes | gaurikholkar | -36/+23 |
| 2017-08-19 | librustc_typeck: store a DefId rather than a Name | Tamir Duberstein | -2/+2 |
| 2017-08-18 | code review fixes | gaurikholkar | -22/+38 |