| Age | Commit message (Expand) | Author | Lines |
| 2017-08-14 | Auto merge of #43740 - michaelwoerister:local-id-in-typecktables, r=arielb1 | bors | -22/+22 |
| 2017-08-14 | remove the "defaulted unit" type bit during writeback | Ariel Ben-Yehuda | -1/+9 |
| 2017-08-12 | Fix some typos | Bastien Orivel | -4/+4 |
| 2017-08-11 | Improve validation of TypeckTables keys. | Michael Woerister | -1/+1 |
| 2017-08-11 | Encapsulate sub-table access in TypeckTables and validate keys on each access. | Michael Woerister | -7/+4 |
| 2017-08-11 | Use DefIndex instead of NodeId in UpvarId. | Michael Woerister | -10/+10 |
| 2017-08-11 | Use ItemLocalId as key for closure_tys and closure_kinds in TypeckTables. | Michael Woerister | -4/+9 |
| 2017-08-11 | Use ItemLocalId as key for node_types, node_substs, and adjustments in Typeck... | Michael Woerister | -7/+5 |
| 2017-08-11 | Make TypeckTables::type_dependent_defs use ItemLocalId instead of NodeId. | Michael Woerister | -2/+2 |
| 2017-08-10 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -2/+2 |
| 2017-08-09 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -88/+14 |
| 2017-08-01 | Fixed all unnecessary muts in language core | Isaac van Bakel | -2/+2 |
| 2017-07-30 | Auto merge of #43543 - petrochenkov:32330, r=nikomatsakis | bors | -86/+12 |
| 2017-07-29 | Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lint | Vadim Petrochenkov | -86/+12 |
| 2017-07-29 | changing E0623 error message | gaurikholkar | -2/+2 |
| 2017-07-28 | Merge remote-tracking branch 'origin/master' into gen | Alex Crichton | -125/+353 |
| 2017-07-28 | Remove support for `gen arg` | Alex Crichton | -32/+0 |
| 2017-07-28 | Fix tidy warnings | Alex Crichton | -1/+2 |
| 2017-07-28 | Generator literal support | John Kåre Alsaker | -0/+44 |
| 2017-07-28 | Adding E0623, to detect missing lifetimes when both regions are anonymous | gaurikholkar | -125/+353 |
| 2017-07-12 | Rollup merge of #42826 - Yorwba:type-mismatch-same-absolute-paths, r=arielb1 | Mark Simulacrum | -1/+4 |
| 2017-07-11 | Downgrade ProjectionTy's TraitRef to its substs | Tobias Schottdorf | -6/+4 |
| 2017-07-11 | Clean up some code | Guillaume Gomez | -39/+27 |
| 2017-07-05 | use field init shorthand in src/librustc | Zack M. Davis | -22/+22 |
| 2017-06-30 | Rollup merge of #42669 - gaurikholkar:master, r=nikomatsakis | Guillaume Gomez | -15/+230 |
| 2017-06-29 | code fixes for error code use warning | gaurikholkar | -22/+16 |
| 2017-06-29 | conflict fixes | gaurikholkar | -1/+2 |
| 2017-06-29 | Code review fixes | gaurikholkar | -53/+20 |
| 2017-06-29 | Changing the error code to E0621 | gaurikholkar | -3/+3 |
| 2017-06-29 | code review fixes | gaurikholkar | -29/+26 |
| 2017-06-29 | Adding changes to track anonymous region in self | gaurikholkar | -20/+40 |
| 2017-06-29 | track anonymous regions in return types, fix tidy errors | gaurikholkar | -16/+39 |
| 2017-06-29 | Enabling E0611 for inherent functions | gaurikholkar | -42/+74 |
| 2017-06-29 | Interchange ^ and - | gaurikholkar | -2/+2 |
| 2017-06-29 | Adding new ui test for trait impl | gaurikholkar | -1/+0 |
| 2017-06-29 | Adding diagnostic code 0611 for lifetime errors with one named, one anonymous... | gaurikholkar | -16/+198 |
| 2017-06-29 | Remove unused methods | Guillaume Gomez | -22/+0 |
| 2017-06-28 | rustc_typeck: use body-id of type-checking item in need_type_info | Venkata Giri Reddy | -7/+5 |
| 2017-06-27 | rustc: rename closure_type to fn_sig. | Eduard-Mihai Burtescu | -2/+6 |
| 2017-06-22 | Note different versions of same crate when absolute paths of different types ... | Yorwba | -1/+4 |
| 2017-06-16 | Rollup merge of #42662 - Mark-Simulacrum:doc-fix, r=estebank | Corey Farwell | -1/+1 |
| 2017-06-14 | Correct note as to location of section. | Mark Simulacrum | -1/+1 |
| 2017-06-14 | suppress trait errors that are implied by other errors | Ariel Ben-Yehuda | -3/+158 |
| 2017-06-10 | rustc: make the comon case of tcx.infer_ctxt(()) nicer. | Eduard-Mihai Burtescu | -70/+30 |
| 2017-06-10 | rustc: make InferCtxt optional in MemCategorizationContext. | Eduard-Mihai Burtescu | -21/+0 |
| 2017-06-10 | rustc: do not depend on infcx.tables in MemCategorizationContext. | Eduard-Mihai Burtescu | -128/+15 |
| 2017-06-09 | rustc_typeck: do not mutate tables directly during upvar inference. | Eduard-Mihai Burtescu | -4/+0 |
| 2017-06-07 | Auto merge of #42482 - eddyb:issue-42467, r=nikomatsakis | bors | -0/+7 |
| 2017-06-06 | rustc: T: 'empty always holds forall T. | Eduard-Mihai Burtescu | -0/+7 |
| 2017-06-04 | Update mod.rs | bjorn3 | -1/+1 |