about summary refs log tree commit diff
path: root/src/librustc/middle/mem_categorization.rs
AgeCommit message (Expand)AuthorLines
2019-11-27Move ExprUseVisitor and mem_categorization to rustc_typeckMatthew Jasper-707/+0
2019-11-27Remove remaining uses of "cmt"Matthew Jasper-10/+10
2019-11-27Simplify `mem_categorization`Matthew Jasper-907/+159
2019-11-27Simplify fields of `MemCategorizationContext`Matthew Jasper-96/+43
2019-11-27Rename `cmt_` to `Place`Matthew Jasper-33/+33
2019-11-10Merge hir::Mutability into ast::Mutability.Camille GILLOT-6/+6
2019-10-21Remove many unnecessary trait derivations.Nicholas Nethercote-4/+4
2019-10-04Rollup merge of #64874 - matthewjasper:simplify-euv, r=eddybMazdak Farrokhzad-55/+11
2019-10-03generate ClosureSubsts from SubstsRefcsmoe-5/+6
2019-09-30Remove HIR based const qualificationMatthew Jasper-55/+11
2019-09-29remove ClosureSubsts with SubstsRefcsmoe-1/+2
2019-09-29introduce from_ref helper for replacementcsmoe-1/+1
2019-09-27Remove global_tcx from TyCtxtMark Rousskov-1/+1
2019-09-26Rename `Pat.node` to `Pat.kind`varkor-3/+3
2019-09-26Rename `Expr.node` to `Expr.kind`varkor-1/+1
2019-09-25Rename `sty` to `kind`varkor-6/+6
2019-08-17Initial implementation of or patternsvarkor-0/+6
2019-08-15Remove `Spanned` from `{ast,hir}::FieldPat`Vadim Petrochenkov-4/+4
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