about summary refs log tree commit diff
path: root/src/librustc_mir/dataflow/mod.rs
AgeCommit message (Expand)AuthorLines
2019-10-13ast: remove implicit pprust dependency via Display.Mazdak Farrokhzad-3/+3
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-28Add analysis to determine if a local is indirectly mutableDylan MacKenzie-0/+1
2019-09-19Rollup merge of #64566 - ecstatic-morse:generic-dataflow, r=oli-obkMazdak Farrokhzad-0/+1
2019-09-18Rollup merge of #64532 - ecstatic-morse:dataflow-cursor-get, r=tmandryTyler Mandry-26/+2
2019-09-17Add generic dataflow implDylan MacKenzie-0/+1
2019-09-16Remove `dataflow::state_for_location`Dylan MacKenzie-28/+0
2019-09-16Add a getter for the current state to `DataflowResultsCursor`Dylan MacKenzie-0/+4
2019-09-06Make rustc_mir::dataflow module pubShotaro Yamada-9/+9
2019-08-08Use associated_type_bounds where applicable - closes #61738Ilija Tovilo-8/+3
2019-07-20Avoid cloning Place in report_use_of_moved_or_uninitialized and friendsSantiago Pastorino-2/+2
2019-07-14Actually call `visit_block_entry` in `DataflowResultsConsumer`Dylan MacKenzie-0/+2
2019-07-02Auto merge of #61922 - tmandry:moar-generator-optimization, r=matthewjasperbors-1/+94
2019-07-01Clean up extra lifetime, add assertionsTyler Mandry-2/+2
2019-06-28Remove Clone requirementTyler Mandry-2/+1
2019-06-27Use a more efficient iteration order for forward dataflowDylan MacKenzie-2/+18
2019-06-25Add RequiresStorage pass to decide which locals to save in generatorsTyler Mandry-1/+1
2019-06-25Add DataflowResultsCursorTyler Mandry-0/+94
2019-06-24Auto merge of #61787 - ecstatic-morse:dataflow-split-block-sets, r=pnkfelixbors-157/+135
2019-06-22Merge `BitSetOperator` and `InitialFlow` into one trait.Dylan MacKenzie-12/+26
2019-06-22rustc_mir: don't pass `on_entry` when building transfer functions.Dylan MacKenzie-148/+112
2019-06-22Deny explicit_outlives_requirements in the compilerMatthew Jasper-1/+1
2019-06-18Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-9/+24
2019-06-18rustc: reintroduce lifetime bounds where necessary.Eduard-Mihai Burtescu-1/+1
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-11/+11
2019-06-16Auto merge of #60730 - matthewjasper:optimize-false-edges, r=pnkfelixbors-4/+2
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-6/+6
2019-06-12Make `FalseEdges` always have two targetsMatthew Jasper-4/+2
2019-06-12Run `rustfmt --file-lines ...` for changes from previous commits.Eduard-Mihai Burtescu-17/+24
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-2/+2
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-2/+2
2019-06-09Changed usages of `mir` in librustc::mir and librustc_mir to `body`Jad Ghalayini-16/+16
2019-05-28Changes the type `mir::Mir` into `mir::Body`Claude-Alban RANÉLY-VERGÉ-DÉPRÉ-7/+7
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-6/+5
2019-04-01Use normal newtype_index macro for MIR dataflowMatthew Jasper-1/+6
2019-03-24Rollup merge of #59251 - matthewjasper:fix-graphviz, r=petrochenkovkennytm-6/+6
2019-03-17Use a valid name for graphviz graphsMatthew Jasper-6/+6
2019-03-16Rename `MetaItem::ident` to `MetaItem::path`Vadim Petrochenkov-1/+1
2019-03-07HirIdification: replace NodeId method callsljedrz-5/+6
2019-02-10rustc: doc commentsAlexander Regueiro-13/+13
2019-02-08librustc_mir => 2018Taiki Endo-6/+6
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-20Auto merge of #56649 - davidtwco:issue-46589, r=pnkfelixbors-33/+38
2018-12-17Add required lifetime parameter to BitDenotation.David Wood-33/+38
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-4/+4
2018-10-22Replace the `run_passes!` macro with a regular functionWesley Wiser-14/+0
2018-10-03Record whether a Call in MIR corresponds to a call in HIRMatthew Jasper-1/+1
2018-09-18Eliminate `BitwiseOperator`.Nicholas Nethercote-6/+4
2018-09-18Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.Nicholas Nethercote-36/+35