| Age | Commit message (Expand) | Author | Lines |
| 2019-04-28 | Fix lint findings in librustc | flip1995 | -4/+4 |
| 2019-04-27 | Auto merge of #59540 - Zoxc:the-arena-2, r=michaelwoerister | bors | -8/+5 |
| 2019-04-25 | Update rvalue_promotable_map | John Kåre Alsaker | -5/+3 |
| 2019-04-25 | Update region_scope_tree | John Kåre Alsaker | -3/+2 |
| 2019-04-25 | Introduce hir::ExprKind::Use and employ in for loop desugaring. | Mazdak Farrokhzad | -4/+16 |
| 2019-04-23 | Add rustc_allow_const_fn_ptr | Taylor Cramer | -0/+1 |
| 2019-04-23 | Rollup merge of #59823 - davidtwco:issue-54716, r=cramertj | Mazdak Farrokhzad | -1/+1 |
| 2019-04-22 | Remove double trailing newlines | varkor | -1/+0 |
| 2019-04-21 | Introduce `ArgSource` for diagnostics. | David Wood | -1/+1 |
| 2019-04-21 | Remove mutability from `Def::Static` | Vadim Petrochenkov | -2/+5 |
| 2019-04-20 | Auto merge of #59987 - saleemjaffer:refactor_adjust_castkinds, r=oli-obk | bors | -11/+3 |
| 2019-04-16 | refactor Adjustment to use new PointerCast enum | Saleem Jaffer | -11/+3 |
| 2019-04-16 | Rollup merge of #59993 - euclio:unused-ref-field, r=estebank | Mazdak Farrokhzad | -5/+12 |
| 2019-04-16 | Rollup merge of #59903 - estebank:after-main, r=oli-obk | Mazdak Farrokhzad | -1/+0 |
| 2019-04-15 | include mode in unused binding suggestion span | Andy Russell | -5/+12 |
| 2019-04-15 | Make check_name generic | John Kåre Alsaker | -3/+3 |
| 2019-04-14 | Auto merge of #59335 - Aaron1011:fix/extern-priv-final, r=Aaron1011 | bors | -0/+1 |
| 2019-04-14 | HirIdify hir::Def | ljedrz | -13/+13 |
| 2019-04-14 | Properly parse '--extern-private' with name and path | Aaron Hill | -0/+1 |
| 2019-04-11 | Continue evaluating after missing main | Esteban Küber | -1/+0 |
| 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 |