| Age | Commit message (Expand) | Author | Lines |
| 2019-05-18 | Instead of ICEing on incorrect pattern, use delay_span_bug | Esteban Küber | -2/+10 |
| 2019-04-01 | Refactor async fn return type lowering | Taylor Cramer | -1/+1 |
| 2019-04-01 | Allow closure to unsafe fn coercion | Taiki Endo | -2/+2 |
| 2019-03-29 | Rollup merge of #59486 - varkor:dead-code-impl, r=sanxiyn | Mazdak Farrokhzad | -8/+6 |
| 2019-03-28 | Walk all items for dead_code lint by default | varkor | -9/+6 |
| 2019-03-28 | Rollup merge of #59216 - stepnivlk:type_dependent_defs-wrappers, r=oli-obk | Mazdak Farrokhzad | -5/+4 |
| 2019-03-28 | Rollup merge of #59413 - Zoxc:hirid, r=oli-obk | Mazdak Farrokhzad | -4/+5 |
| 2019-03-28 | Visit ItemKind::Impl for dead code lint | varkor | -0/+1 |
| 2019-03-26 | Rollup merge of #59389 - euclio:deprecated-suggestion, r=varkor | Mazdak Farrokhzad | -1/+1 |
| 2019-03-25 | Allocate HIR id counters for use trees in MiscCollector | John Kåre Alsaker | -1/+1 |
| 2019-03-25 | Auto merge of #59256 - petrochenkov:derval2, r=Zoxc | bors | -9/+8 |
| 2019-03-25 | hir: replace NodeId with HirId in ItemId | ljedrz | -3/+4 |
| 2019-03-24 | Re-order fields in `Def::Ctor`. | David Wood | -5/+5 |
| 2019-03-24 | Move `CtorOf` into `hir::def`. | David Wood | -8/+8 |
| 2019-03-24 | replace redundant note in deprecation warning | Andy Russell | -1/+1 |
| 2019-03-24 | Remove `VariantDef::parent_did` | Vadim Petrochenkov | -1/+1 |
| 2019-03-24 | Separate variant id and variant constructor id. | David Wood | -31/+64 |
| 2019-03-23 | Auto merge of #59096 - ljedrz:HirIdify_AccessLevel, r=Zoxc | bors | -7/+6 |
| 2019-03-17 | Auto merge of #58994 - oli-obk:deprecated_derive, r=petrochenkov | bors | -1/+4 |
| 2019-03-17 | Make meta-item API compatible with `LocalInternedString::get` soundness fix | Vadim Petrochenkov | -9/+8 |
| 2019-03-16 | Don't report deprecation lints in derive expansions | Oliver Scherer | -1/+4 |
| 2019-03-16 | syntax: Do not accidentally treat multi-segment meta-items as single-segment | Vadim Petrochenkov | -8/+9 |
| 2019-03-16 | Rollup merge of #59146 - estebank:suggest-return-lt, r=varkor | kennytm | -5/+41 |
| 2019-03-16 | Add def getting methods to librustc/ty/context | Tomas Koutsky | -5/+4 |
| 2019-03-15 | rustc: rename item_path to def_path (except the module in ty). | Eduard-Mihai Burtescu | -2/+2 |
| 2019-03-15 | rustc: remove TyCtxt::parent_def_id in favor of TyCtxt::parent. | Eduard-Mihai Burtescu | -8/+8 |
| 2019-03-15 | rustc: remove fmt::{Debug,Display} from ty::TyKind. | Eduard-Mihai Burtescu | -7/+10 |
| 2019-03-13 | middle: replace NodeId with HirId in AccessLevels | ljedrz | -7/+6 |
| 2019-03-13 | Auto merge of #56864 - Zoxc:stable-hash-macro, r=michaelwoerister | bors | -15/+28 |
| 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 | -15/+28 |
| 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-12 | Visit impl Trait for dead_code lint | Seo Sanghyeon | -1/+12 |
| 2019-03-10 | Make migrate mode work at item level granularity | Matthew Jasper | -2/+6 |
| 2019-03-09 | Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoerister | Mazdak Farrokhzad | -18/+0 |
| 2019-03-09 | Auto merge of #57882 - euclio:unused-doc-attributes, r=estebank | bors | -18/+17 |
| 2019-03-09 | Auto merge of #59012 - pietroalbini:rollup, r=pietroalbini | bors | -1/+14 |
| 2019-03-08 | expand unused doc comment diagnostic | Andy Russell | -18/+17 |
| 2019-03-08 | Rollup merge of #58883 - estebank:unused-closure-arg, r=varkor | Pietro Albini | -1/+14 |
| 2019-03-07 | hir: replace NodeId with HirId in Destination | ljedrz | -9/+7 |
| 2019-03-07 | hir: remove NodeId from PatKind | ljedrz | -2/+2 |
| 2019-03-07 | HirIdification: replace NodeId method calls | ljedrz | -25/+23 |
| 2019-03-06 | Make misc checking 1 more parallel | John Kåre Alsaker | -6/+0 |
| 2019-03-06 | Make misc checking 2 more parallel | John Kåre Alsaker | -12/+0 |
| 2019-03-05 | Handle const generics elsewhere | varkor | -1/+1 |
| 2019-03-02 | Suggest appropriate code for unused field when desrtucturing patttern | Esteban Küber | -1/+14 |
| 2019-03-02 | hir: HirIdify Impl&TraitItemId | ljedrz | -15/+10 |
| 2019-03-02 | hir: remove NodeId from Pat and FieldPat | ljedrz | -14/+12 |
| 2019-03-02 | hir: remove NodeId from Item | ljedrz | -31/+29 |