about summary refs log tree commit diff
path: root/src/librustc_mir/transform/inline.rs
AgeCommit message (Expand)AuthorLines
2020-03-31Use Place directly, it's Copy even more use casesSantiago Pastorino-2/+2
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-4/+4
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-5/+5
2020-03-21Use Reveal::All in MIR inlinerWesley Wiser-10/+3
2020-03-21Rollup merge of #69934 - andjo403:inlinecost, r=wesleywiserMazdak Farrokhzad-2/+17
2020-03-16use direct imports for `rustc::{lint, session}`.Mazdak Farrokhzad-9/+6
2020-03-11Update the mir inline costsAndreas Jonson-2/+17
2020-02-05Selectively disable sanitizer instrumentationTomasz Miąsko-0/+23
2020-02-01Move builtin attribute logic to new rustc_attr crate.Mazdak Farrokhzad-1/+1
2020-01-28make_integrate_local takes Local by valueSantiago Pastorino-4/+4
2020-01-27don't clone types that are copy, round two.Matthias Krüger-2/+2
2020-01-10Remove PlaceBase enum and make Place base field be local: LocalSantiago Pastorino-18/+10
2020-01-10Remove Static from PlaceBaseSantiago Pastorino-5/+0
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-1/+1
2020-01-04extract rustc::middle::codegen_fn_attrsMazdak Farrokhzad-1/+1
2020-01-01Ensure that we process projections during MIR inliningAaron Hill-8/+4
2019-12-27Fix `Instance::resolve()` incorrectly returning specialized instancesWesley Wiser-3/+10
2019-12-22Format the worldMark Rousskov-128/+92
2019-12-20[mir-opt] Fix `Inline` pass to handle inlining into `box` expressionsWesley Wiser-10/+20
2019-12-08Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddybMazdak Farrokhzad-6/+6
2019-12-05`#[track_caller]` suppresses MIR inlining.Adam Perry-0/+5
2019-12-05rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ...Paul Daniel Faria-6/+6
2019-12-02Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename...Paul Daniel Faria-31/+31
2019-12-02Remove BodyCache.body and rely on Deref as much as possible for ReadOnlyBodyC...Paul Daniel Faria-3/+3
2019-12-02Fix tidy errorsPaul Daniel Faria-4/+9
2019-12-02Fix remaining compilation issuesPaul Daniel Faria-11/+11
2019-12-02Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li...Paul Daniel Faria-23/+23
2019-12-02Address nits and remove unneeded passPaul Daniel Faria-1/+1
2019-12-02Move predecessors cache invalidation back to basic_blocks_mut, add a couple m...Paul Daniel Faria-3/+3
2019-12-02Stop invalidating predecessors cache when accessing unique basic block, inval...Paul Daniel Faria-3/+3
2019-11-30rustc: move mir::SourceScopeLocalData to a field of SourceScopeData.Eduard-Mihai Burtescu-5/+1
2019-11-30rustc_mir: fix inliner to also copy over source_scope_local_data.Eduard-Mihai Burtescu-1/+10
2019-11-27rustc: move debug info from LocalDecl and UpvarDecl into a dedicated VarDebug...Eduard-Mihai Burtescu-8/+4
2019-10-22Move Place::elem methods and friends to TyCtxtSantiago Pastorino-3/+3
2019-10-22Intern place projectionSantiago Pastorino-1/+8
2019-10-22Pattern match over PlaceRef rather than PlaceSantiago Pastorino-26/+14
2019-10-18Use Cow to handle modifications of projection in preparation for interningSantiago Pastorino-4/+8
2019-10-17Add process_* place hooks to improve code reutilizationSantiago Pastorino-11/+12
2019-10-17Prepare inline MutVisitor to have projections internedSantiago Pastorino-16/+35
2019-09-29remove indexed_vec re-export from rustc_data_structurescsmoe-1/+1
2019-09-29remove bit_set re-export from rustc_data_structurescsmoe-1/+1
2019-09-25Rename `sty` to `kind`varkor-3/+3
2019-09-11Make Place Boxed on Statement to reduce size from 64 bytes to 32 bytesSantiago Pastorino-2/+2
2019-09-09Convert Place's projection to a boxed sliceSantiago Pastorino-17/+15
2019-08-22Handle statics in `Subst::subst()` by implementing `TypeFoldable`Wesley Wiser-15/+0
2019-08-22Move def_id out add substsrefWesley Wiser-15/+9
2019-08-22Move promoted out of mir::BodyWesley Wiser-4/+5
2019-08-22Move 'tcx lifetime on MirPassWesley Wiser-2/+2
2019-08-16Remove redundant `ty` fields from `mir::Constant` and `hair::pattern::Pattern...Eduard-Mihai Burtescu-1/+1
2019-07-26Rollup merge of #62801 - bjorn3:remove_lower_128bit_ops, r=alexcrichtonMazdak Farrokhzad-7/+0