| Age | Commit message (Expand) | Author | Lines |
| 2017-10-06 | Revert "Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lint" | Niko Matsakis | -2/+33 |
| 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 |
| 2017-08-17 | code review fixes | gaurikholkar | -9/+31 |
| 2017-08-17 | Adding E0623 for structs | gaurikholkar | -124/+255 |
| 2017-08-15 | Fix typos & us spellings | Fourchaux | -1/+1 |
| 2017-08-11 | Use DefIndex instead of NodeId in UpvarId. | Michael Woerister | -10/+10 |
| 2017-08-11 | Use ItemLocalId as key for node_types, node_substs, and adjustments in Typeck... | Michael Woerister | -7/+5 |
| 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 | -33/+2 |
| 2017-07-29 | Cleanup some remains of `hr_lifetime_in_assoc_type` compatibility lint | Vadim Petrochenkov | -33/+2 |
| 2017-07-29 | changing E0623 error message | gaurikholkar | -2/+2 |
| 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 | Clean up some code | Guillaume Gomez | -39/+26 |
| 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 | -15/+197 |
| 2017-06-28 | rustc_typeck: use body-id of type-checking item in need_type_info | Venkata Giri Reddy | -7/+5 |
| 2017-06-22 | Note different versions of same crate when absolute paths of different types ... | Yorwba | -1/+4 |
| 2017-06-14 | suppress trait errors that are implied by other errors | Ariel Ben-Yehuda | -0/+154 |
| 2017-05-18 | Fix off-by-one error in column number in `explain_span`. | Florian Hartwig | -1/+1 |
| 2017-05-13 | rustc: stop interning CodeExtent, it's small enough. | Eduard-Mihai Burtescu | -6/+6 |
| 2017-05-13 | rustc: remove redundant fn_id's from CodeExtentData. | Eduard-Mihai Burtescu | -2/+2 |
| 2017-05-13 | rustc: treat ReEarlyBound as free without replacing it with ReFree. | Eduard-Mihai Burtescu | -13/+28 |
| 2017-05-13 | rustc: use DefId instead of CodeExtent for FreeRegion's scope. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-05-09 | Improve E0477 error message | Guillaume Gomez | -2/+9 |
| 2017-05-08 | Remove need for &format!(...) or &&"" dances in `span_label` calls | Oliver Schneider | -2/+2 |
| 2017-04-30 | intern CodeExtents | Niko Matsakis | -11/+11 |
| 2017-04-30 | remove ROOT_CODE_EXTENT and DUMMY_CODE_EXTENT | Niko Matsakis | -1/+3 |
| 2017-04-30 | On-demandify region mapping | Taylor Cramer | -4/+4 |
| 2017-04-11 | Highlight and simplify mismatched types | Esteban Küber | -9/+281 |
| 2017-03-26 | store a copy of the Issue32230 info within TypeError | Ariel Ben-Yehuda | -23/+19 |
| 2017-02-27 | Format note.rs with rustfmt | Cengiz Can | -253/+220 |
| 2017-02-27 | Lower moved fn's visibility to supermodule | Cengiz Can | -2/+2 |
| 2017-02-27 | Move two large error_reporting fn's to a separate file | Cengiz Can | -0/+1158 |