about summary refs log tree commit diff
path: root/src/librustc/middle
AgeCommit message (Expand)AuthorLines
2019-03-10Make migrate mode work at item level granularityMatthew Jasper-2/+6
2019-03-09Rollup merge of #58679 - Zoxc:passes-refactor, r=michaelwoeristerMazdak Farrokhzad-18/+0
2019-03-09Auto merge of #57882 - euclio:unused-doc-attributes, r=estebankbors-18/+17
2019-03-09Auto merge of #59012 - pietroalbini:rollup, r=pietroalbinibors-1/+14
2019-03-08expand unused doc comment diagnosticAndy Russell-18/+17
2019-03-08Rollup merge of #58883 - estebank:unused-closure-arg, r=varkorPietro Albini-1/+14
2019-03-07hir: replace NodeId with HirId in Destinationljedrz-9/+7
2019-03-07hir: remove NodeId from PatKindljedrz-2/+2
2019-03-07HirIdification: replace NodeId method callsljedrz-25/+23
2019-03-06Make misc checking 1 more parallelJohn Kåre Alsaker-6/+0
2019-03-06Make misc checking 2 more parallelJohn Kåre Alsaker-12/+0
2019-03-05Handle const generics elsewherevarkor-1/+1
2019-03-02Suggest appropriate code for unused field when desrtucturing pattternEsteban Küber-1/+14
2019-03-02hir: HirIdify Impl&TraitItemIdljedrz-15/+10
2019-03-02hir: remove NodeId from Pat and FieldPatljedrz-14/+12
2019-03-02hir: remove NodeId from Itemljedrz-31/+29
2019-03-02hir: remove NodeId from StructFieldljedrz-3/+2
2019-03-02middle & privacy: partially HirIdifyljedrz-29/+35
2019-03-01hir: remove NodeId from ImplItemljedrz-2/+3
2019-03-01ty: HirIdify some lintsljedrz-3/+2
2019-03-01hir: remove NodeId from TraitItemljedrz-4/+4
2019-03-01middle: HirIdify deadljedrz-58/+59
2019-02-27Support defining C compatible variadic functionsDan Robertson-10/+21
2019-02-27Auto merge of #58741 - varkor:lang-lib-feature-shared-name, r=alexregbors-4/+8
2019-02-26replace &'tcx Substs with SubstsRefcsmoe-2/+2
2019-02-25Allow lang and lib features to share namesvarkor-4/+8
2019-02-24hir: remove NodeId from Exprljedrz-60/+63
2019-02-24hir: remove NodeId from Blockljedrz-4/+5
2019-02-24middle: partially HirIdify stabilityljedrz-29/+23
2019-02-24hir: remove NodeId from GenericParamljedrz-13/+12
2019-02-24hir: remove NodeId from Lifetime and Tyljedrz-30/+33
2019-02-24Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxcbors-8/+8
2019-02-20hir: HirId-ify intravisitljedrz-8/+8
2019-02-20Rollup merge of #58562 - dlrobertson:fix_nits, r=alexregkennytm-4/+4
2019-02-18Fix style nitsDan Robertson-4/+4
2019-02-15Drive-by cleanupvarkor-2/+5
2019-02-15Take Const into account in HIRvarkor-83/+84
2019-02-13Rollup merge of #58276 - varkor:missing-stability-attr-top-level, r=davidtwcoMazdak Farrokhzad-10/+13
2019-02-13Rollup merge of #58202 - varkor:deprecated-future-external, r=GuillaumeGomezMazdak Farrokhzad-27/+1
2019-02-13Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasperMazdak Farrokhzad-6/+6
2019-02-13Rollup merge of #58137 - ljedrz:cleanup_node_id_to_type, r=estebankMazdak Farrokhzad-4/+4
2019-02-12Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnikbors-89/+85
2019-02-13Cleanup importsTaiki Endo-5/+5
2019-02-13Rename rustc_errors dependency in rust 2018 cratesTaiki Endo-3/+3
2019-02-11Require a list of features to allow in `allow_internal_unstable`Oliver Scherer-5/+4
2019-02-11Do not apply future deprecation warning for #[deprecated]varkor-27/+1
2019-02-10rustc: doc commentsAlexander Regueiro-89/+85
2019-02-10Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxcbors-6/+6
2019-02-09cleanup: rename node_id_to_type(_opt)ljedrz-4/+4
2019-02-08Correct descriptive item name for implvarkor-4/+2