summary refs log tree commit diff
path: root/src/librustc/middle
AgeCommit message (Expand)AuthorLines
2019-05-18Instead of ICEing on incorrect pattern, use delay_span_bugEsteban Küber-2/+10
2019-04-01Refactor async fn return type loweringTaylor Cramer-1/+1
2019-04-01Allow closure to unsafe fn coercionTaiki Endo-2/+2
2019-03-29Rollup merge of #59486 - varkor:dead-code-impl, r=sanxiynMazdak Farrokhzad-8/+6
2019-03-28Walk all items for dead_code lint by defaultvarkor-9/+6
2019-03-28Rollup merge of #59216 - stepnivlk:type_dependent_defs-wrappers, r=oli-obkMazdak Farrokhzad-5/+4
2019-03-28Rollup merge of #59413 - Zoxc:hirid, r=oli-obkMazdak Farrokhzad-4/+5
2019-03-28Visit ItemKind::Impl for dead code lintvarkor-0/+1
2019-03-26Rollup merge of #59389 - euclio:deprecated-suggestion, r=varkorMazdak Farrokhzad-1/+1
2019-03-25Allocate HIR id counters for use trees in MiscCollectorJohn Kåre Alsaker-1/+1
2019-03-25Auto merge of #59256 - petrochenkov:derval2, r=Zoxcbors-9/+8
2019-03-25hir: replace NodeId with HirId in ItemIdljedrz-3/+4
2019-03-24Re-order fields in `Def::Ctor`.David Wood-5/+5
2019-03-24Move `CtorOf` into `hir::def`.David Wood-8/+8
2019-03-24replace redundant note in deprecation warningAndy Russell-1/+1
2019-03-24Remove `VariantDef::parent_did`Vadim Petrochenkov-1/+1
2019-03-24Separate variant id and variant constructor id.David Wood-31/+64
2019-03-23Auto merge of #59096 - ljedrz:HirIdify_AccessLevel, r=Zoxcbors-7/+6
2019-03-17Auto merge of #58994 - oli-obk:deprecated_derive, r=petrochenkovbors-1/+4
2019-03-17Make meta-item API compatible with `LocalInternedString::get` soundness fixVadim Petrochenkov-9/+8
2019-03-16Don't report deprecation lints in derive expansionsOliver Scherer-1/+4
2019-03-16syntax: Do not accidentally treat multi-segment meta-items as single-segmentVadim Petrochenkov-8/+9
2019-03-16Rollup merge of #59146 - estebank:suggest-return-lt, r=varkorkennytm-5/+41
2019-03-16Add def getting methods to librustc/ty/contextTomas Koutsky-5/+4
2019-03-15rustc: rename item_path to def_path (except the module in ty).Eduard-Mihai Burtescu-2/+2
2019-03-15rustc: remove TyCtxt::parent_def_id in favor of TyCtxt::parent.Eduard-Mihai Burtescu-8/+8
2019-03-15rustc: remove fmt::{Debug,Display} from ty::TyKind.Eduard-Mihai Burtescu-7/+10
2019-03-13middle: replace NodeId with HirId in AccessLevelsljedrz-7/+6
2019-03-13Auto merge of #56864 - Zoxc:stable-hash-macro, r=michaelwoeristerbors-15/+28
2019-03-12Suggest adding lifetime to struct fieldEsteban Küber-1/+8
2019-03-13Use derive macro for HashStableJohn Kåre Alsaker-15/+28
2019-03-12review commentsEsteban Küber-1/+1
2019-03-12Suggest return lifetime when there's only one named lifetimeEsteban Küber-4/+33
2019-03-12Visit impl Trait for dead_code lintSeo Sanghyeon-1/+12
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