summary refs log tree commit diff
path: root/src/librustc/middle/mem_categorization.rs
AgeCommit message (Expand)AuthorLines
2019-08-05Fiddle param env through to `try_eval_bits` in most placesOliver Scherer-2/+7
2019-08-05Don't abort on unevaluated constants without at least tryting to eval themOliver Scherer-1/+1
2019-07-23normalize use of backticks for compiler messages in remaining modulesSamy Kacimi-2/+2
2019-07-11Remove rustc_mir dependency from rustc_borrowckMatthew Jasper-75/+0
2019-07-06Remove ExprKind::While from HIR.Mazdak Farrokhzad-1/+1
2019-06-26Don't use lift to detect local typesJohn Kåre Alsaker-3/+5
2019-06-24HIR: remove the NodeId get_parent_node, HirIdify is_argumentljedrz-1/+1
2019-06-20rename hir::map::get_by_hir_id to getljedrz-1/+1
2019-06-19Rollup merge of #61842 - Zoxc:trim-lift, r=eddybMazdak Farrokhzad-4/+1
2019-06-17renamve hir_to_string to node_to_stringljedrz-1/+1
2019-06-17remove _by_hir_id if there is no NodeId counterpartljedrz-1/+1
2019-06-17replace some uses of NodeId with HirIdljedrz-12/+9
2019-06-14Remove unnecessary lift callsJohn Kåre Alsaker-4/+1
2019-06-14Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-9/+11
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-12/+12
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-9/+13
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-4/+4
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-2/+2
2019-06-01rustc: remove Res::Upvar.Eduard-Mihai Burtescu-15/+12
2019-06-01rustc: remove closure ID from Res::Upvar.Eduard-Mihai Burtescu-9/+12
2019-06-01rustc: track the body owner DefId in MC and EUV.Eduard-Mihai Burtescu-3/+10
2019-06-01rustc: remove the closure ID from hir::Upvar's parent field.Eduard-Mihai Burtescu-12/+13
2019-06-01rustc: remove the index field from Res::Upvar.Eduard-Mihai Burtescu-1/+1
2019-05-28Rename `OpportunisticTypeResolver` to `OpportunisticVarResolver`varkor-4/+4
2019-05-28Auto merge of #60955 - agnxy:rename-assoc, r=oli-obk,Centrilbors-1/+1
2019-05-27Pre-intern "0", "1", ..., "9", and use where appropriate.Nicholas Nethercote-2/+2
2019-05-26Rename "Associated*" to "Assoc*"Andrew Xu-1/+1
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-1/+2
2019-05-10Remove hir::ExprKind::If and replace it with lowering to hir::ExprKind::Match.Mazdak Farrokhzad-1/+1
2019-05-08Instead of ICEing on incorrect pattern, use delay_span_bugEsteban Küber-2/+10
2019-05-03rustc: rename hir::def::Def to Res (short for "resolution").Eduard-Mihai Burtescu-30/+30
2019-05-03rustc: factor most DefId-containing variants out of Def and into DefKind.Eduard-Mihai Burtescu-8/+14
2019-05-01Auto merge of #60435 - Centril:rollup-aa5lmuw, r=Centrilbors-1/+1
2019-05-01Auto merge of #60195 - varkor:commontypes-to-common, r=eddybbors-1/+1
2019-04-30Rename hir::ExprKind::Use to ::DropTemps and improve docs.Mazdak Farrokhzad-1/+1
2019-04-27Auto merge of #59540 - Zoxc:the-arena-2, r=michaelwoeristerbors-3/+2
2019-04-25Update existing usagesvarkor-1/+1
2019-04-25Update rvalue_promotable_mapJohn Kåre Alsaker-3/+2
2019-04-25Introduce hir::ExprKind::Use and employ in for loop desugaring.Mazdak Farrokhzad-1/+1
2019-04-21Remove mutability from `Def::Static`Vadim Petrochenkov-2/+5
2019-04-20Auto merge of #59987 - saleemjaffer:refactor_adjust_castkinds, r=oli-obkbors-6/+2
2019-04-16refactor Adjustment to use new PointerCast enumSaleem Jaffer-6/+2
2019-04-14HirIdify hir::Defljedrz-3/+5
2019-04-01Allow closure to unsafe fn coercionTaiki Endo-1/+1
2019-03-24Re-order fields in `Def::Ctor`.David Wood-3/+3
2019-03-24Move `CtorOf` into `hir::def`.David Wood-4/+4
2019-03-24Remove `VariantDef::parent_did`Vadim Petrochenkov-1/+1
2019-03-24Separate variant id and variant constructor id.David Wood-9/+14
2019-03-15rustc: remove TyCtxt::parent_def_id in favor of TyCtxt::parent.Eduard-Mihai Burtescu-3/+3
2019-03-15rustc: remove fmt::{Debug,Display} from ty::TyKind.Eduard-Mihai Burtescu-7/+10