| Age | Commit message (Expand) | Author | Lines |
| 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 | -8/+8 |
| 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-13 | Auto merge of #44516 - gaurikholkar:fns, r=arielb1 | bors | -2/+19 |
| 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-11 | rustc: evaluate fixed-length array length expressions lazily. | Eduard-Mihai Burtescu | -2/+3 |
| 2017-09-10 | Auto merge of #44316 - eddyb:no-local-var-def-id, r=michaelwoerister | bors | -11/+12 |
| 2017-09-10 | Auto merge of #44079 - gaurikholkar:named_conf, r=nikomatsakis | bors | -133/+223 |
| 2017-09-09 | adding E0623 for LateBound regions | gaurikholkar | -133/+223 |
| 2017-09-08 | Auto merge of #44269 - nikomatsakis:issue-43613-limit-cache-obligations, r=ar... | bors | -1/+50 |
| 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-02 | limit and clear cache obligations opportunistically | Niko Matsakis | -1/+50 |
| 2017-09-01 | rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree. | Eduard-Mihai Burtescu | -65/+69 |
| 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 | -65/+80 |
| 2017-08-30 | Auto merge of #43968 - petrochenkov:span2, r=michaelwoerister | bors | -1/+1 |
| 2017-08-30 | Make fields of `Span` private | Vadim Petrochenkov | -1/+1 |
| 2017-08-29 | Track closure signatures & kinds in freshened types | Ariel Ben-Yehuda | -4/+146 |
| 2017-08-28 | Merge branch 'master' of https://github.com/rust-lang/rust into gen | John Kåre Alsaker | -151/+318 |
| 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-21 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -3/+3 |
| 2017-08-20 | code review fixes | gaurikholkar | -36/+23 |