| Age | Commit message (Expand) | Author | Lines |
| 2019-04-21 | Introduce `ArgSource` for diagnostics. | David Wood | -1/+1 |
| 2019-04-01 | Refactor async fn return type lowering | Taylor Cramer | -1/+1 |
| 2019-03-25 | hir: replace NodeId with HirId in ItemId | ljedrz | -3/+4 |
| 2019-03-16 | Rollup merge of #59146 - estebank:suggest-return-lt, r=varkor | kennytm | -5/+41 |
| 2019-03-12 | Suggest adding lifetime to struct field | Esteban Küber | -1/+8 |
| 2019-03-13 | Use derive macro for HashStable | John Kåre Alsaker | -3/+4 |
| 2019-03-12 | review comments | Esteban Küber | -1/+1 |
| 2019-03-12 | Suggest return lifetime when there's only one named lifetime | Esteban Küber | -4/+33 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -5/+5 |
| 2019-03-05 | Handle const generics elsewhere | varkor | -1/+1 |
| 2019-03-02 | hir: HirIdify Impl&TraitItemId | ljedrz | -9/+8 |
| 2019-03-02 | hir: remove NodeId from Pat and FieldPat | ljedrz | -1/+1 |
| 2019-03-02 | hir: remove NodeId from Item | ljedrz | -8/+7 |
| 2019-03-01 | hir: remove NodeId from TraitItem | ljedrz | -4/+4 |
| 2019-02-27 | Support defining C compatible variadic functions | Dan Robertson | -10/+21 |
| 2019-02-24 | hir: remove NodeId from GenericParam | ljedrz | -13/+12 |
| 2019-02-24 | hir: remove NodeId from Lifetime and Ty | ljedrz | -30/+33 |
| 2019-02-15 | Take Const into account in HIR | varkor | -82/+83 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -3/+3 |
| 2019-02-13 | Cleanup imports | Taiki Endo | -3/+3 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -1/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -12/+10 |
| 2019-02-10 | Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxc | bors | -4/+4 |
| 2019-02-05 | rustc: partially HirIdify | ljedrz | -4/+4 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -13/+13 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -4/+4 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -5/+5 |
| 2018-12-06 | Use a function to access the Hir map to be able to turn it into a query later | John Kåre Alsaker | -51/+51 |
| 2018-11-27 | Use sort_by_cached_key when key the function is not trivial/free | ljedrz | -1/+1 |
| 2018-11-21 | rustc: implement and use Default on more types. | Eduard-Mihai Burtescu | -6/+3 |
| 2018-11-21 | rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns. | Eduard-Mihai Burtescu | -6/+6 |
| 2018-11-04 | Auto merge of #55432 - zackmdavis:single_life, r=nikomatsakis | bors | -17/+107 |
| 2018-11-03 | Fixed bug with Self type param coming before lifetimes. | Alexander Regueiro | -4/+15 |
| 2018-10-28 | single-use-lifetime lint: don't false-positive on the anonymous lifetime | Zack M. Davis | -0/+5 |
| 2018-10-28 | structured suggestions for single-use lifetime lint on fns and methods | Zack M. Davis | -17/+102 |
| 2018-10-22 | [review comments] modify test and clean up code | Oliver S̶c̶h̶n̶e̶i̶d̶e̶r Scherer | -1/+1 |
| 2018-10-22 | review comments | Esteban Küber | -57/+42 |
| 2018-10-22 | Suggest appropriate syntax on missing lifetime specifier in return type | Esteban Küber | -7/+48 |
| 2018-10-20 | Auto merge of #55114 - oli-obk:fx#map, r=nikomatsakis | bors | -12/+8 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -11/+7 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -8/+8 |
| 2018-10-18 | resolve_lifetime.rs: rustfmt | Niko Matsakis | -295/+369 |
| 2018-10-17 | move E0637 to lowering and improve output, add more tests | Niko Matsakis | -24/+33 |
| 2018-10-07 | in which rightward drift is opposed | Zack M. Davis | -44/+33 |
| 2018-10-07 | structured suggestions for unused-lifetimes lint | Zack M. Davis | -4/+53 |
| 2018-10-06 | rustc/middle: whitespace & formatting fixes | ljedrz | -44/+31 |
| 2018-10-06 | rustc/middle: use Cow<'static, str> where applicable | ljedrz | -7/+8 |
| 2018-10-06 | rustc/middle: improve some patterns | ljedrz | -25/+16 |
| 2018-10-05 | Auto merge of #54741 - oli-obk:impl_trait_hierarchy, r=cramertj | bors | -108/+103 |