summary refs log tree commit diff
path: root/src/librustc_mir/transform/mod.rs
AgeCommit message (Expand)AuthorLines
2019-12-09Remove `uniform_array_move_out` passesMatthew Jasper-3/+0
2019-12-05rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ...Paul Daniel Faria-9/+9
2019-12-02Fix rebasing errors, convert some BodyCache::body() calls to reborrowsPaul Daniel Faria-0/+1
2019-12-02Fix type errors created during rebasingPaul Daniel Faria-1/+1
2019-12-02Remove HasLocalDecls impl from BodyCache's, properly reborrow to Body, rename...Paul Daniel Faria-15/+15
2019-12-02Fix typoPaul Daniel Faria-1/+1
2019-12-02Fix tidy errorsPaul Daniel Faria-1/+1
2019-12-02Fix remaining compilation issuesPaul Daniel Faria-0/+2
2019-12-02Simplify BodyCache impl and fix all remaining type errors in librustc_mir (li...Paul Daniel Faria-21/+21
2019-12-02Simplify Cache wrapper to single type, impl Deref on it, fix all compilation ...Paul Daniel Faria-3/+0
2019-12-02Move predecessors cache back to its own typePaul Daniel Faria-1/+2
2019-12-02Address nits and remove unneeded passPaul Daniel Faria-2/+0
2019-12-02Ensure predecessors are recomputed at critical points, fixes panicsPaul Daniel Faria-1/+4
2019-12-02Add pass to ensure predecessors cache is generated after optimizationPaul Daniel Faria-0/+2
2019-11-21Introduce MIR optimizations for simplifying `x?` on `Result`s.Mazdak Farrokhzad-0/+4
2019-11-15Fix nits from reviewDylan MacKenzie-2/+2
2019-11-15Use a bespoke type for the result of `mir_const_qualif`Dylan MacKenzie-4/+4
2019-11-15Remove `qualify_consts` completelyDylan MacKenzie-8/+3
2019-11-15Use new const-checker for `mir_const_qualif`Dylan MacKenzie-2/+37
2019-11-09Auto merge of #65694 - wesleywiser:uninhabited_enum_variants_pass, r=oli-obkbors-0/+3
2019-11-08Use new `PromoteTemps` for promotionDylan MacKenzie-3/+4
2019-11-06Implement pass to remove branches on uninhabited variantsWesley Wiser-0/+3
2019-10-22Intern place projectionSantiago Pastorino-3/+3
2019-09-29remove indexed_vec re-export from rustc_data_structurescsmoe-1/+1
2019-09-28Add dataflow-based const validationDylan MacKenzie-0/+1
2019-09-27cleanup dead ast-borrowck / migrate-mode code.Mazdak Farrokhzad-4/+0
2019-08-22Resolve PR commentsWesley Wiser-98/+55
2019-08-22Remove unnecessary OptionWesley Wiser-2/+1
2019-08-22Fix tidyWesley Wiser-3/+7
2019-08-22Move promoted out of mir::BodyWesley Wiser-13/+69
2019-08-22Move 'tcx lifetime on MirPassWesley Wiser-4/+4
2019-07-26Rollup merge of #62801 - bjorn3:remove_lower_128bit_ops, r=alexcrichtonMazdak Farrokhzad-3/+0
2019-07-24Stabilize the type_name intrinsic in core::anySteven Fackler-1/+1
2019-07-19Remove support for -Zlower-128bit-opsbjorn3-3/+0
2019-07-16Auto merge of #62322 - wesleywiser:promoted_query, r=oli-obkbors-0/+7
2019-07-04rename hir::map::local_def_id_from_hir_id to local_def_idljedrz-1/+1
2019-07-03Remove needless lifetimesJeremy Stucki-6/+6
2019-07-02Add a query to get the `promoted`s for a `mir::Body`Wesley Wiser-0/+7
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-1/+1
2019-06-17remove _by_hir_id if there is no NodeId counterpartljedrz-1/+1
2019-06-14Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-6/+1
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-9/+9
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-6/+7
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-9/+9
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-6/+6
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-9/+9
2019-06-09Changed usages of `mir` in librustc::mir and librustc_mir to `body`Jad Ghalayini-23/+23
2019-06-06Don't run MIR passes on constructor shimsMatthew Jasper-2/+10
2019-05-31Remove GlobalArenas and use Arena insteadJohn Kåre Alsaker-1/+1
2019-05-29rustc: rename Mir to mir::Body in comments and to MIR in error strings.Eduard-Mihai Burtescu-2/+2