summary refs log tree commit diff
path: root/src/librustc_mir/dataflow/mod.rs
AgeCommit message (Expand)AuthorLines
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
2018-09-13Remove bitslice.rs.Nicholas Nethercote-1/+1
2018-09-05A few cleanups and minor improvements to mir/dataflowljedrz-5/+4
2018-08-30Make move out computation lazySantiago Pastorino-14/+2
2018-08-27update comment in the interest of precisionNiko Matsakis-6/+10
2018-08-24Introduce `UnionIntoIdxSet` and `SubtractFromIdxSet` traits.Nicholas Nethercote-4/+4
2018-08-23Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakisbors-49/+23
2018-08-20Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet.Nicholas Nethercote-15/+15
2018-08-20Convert `AllSets::on_entry_sets` to a `Vec<IdxSetBuf<E>>`.Nicholas Nethercote-40/+14
2018-08-19Fix typos found by codespell.Matthias Krüger-1/+1
2018-08-16Speed up NLL with `HybridIdxSetBuf`.Nicholas Nethercote-42/+48
2018-07-23Simplify 2 functions in rustc_mir/dataflowljedrz-10/+1
2018-07-13Make BitSlice's `Word` properly generic.Nicholas Nethercote-5/+5
2018-07-13Inline and remove `DataflowAnalysis::num_bits_overall()`.Nicholas Nethercote-13/+3