about summary refs log tree commit diff
path: root/src/librustc_mir/dataflow
AgeCommit message (Expand)AuthorLines
2018-09-18Eliminate `BitwiseOperator`.Nicholas Nethercote-30/+28
2018-09-18Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.Nicholas Nethercote-89/+84
2018-09-17Inspect parents paths when checking for movesSantiago Pastorino-0/+14
2018-09-15Make rustc::middle::region::Scope's fields publicMarshall Bowers-1/+4
2018-09-15Auto merge of #54177 - nnethercote:streamline-bit-stuff, r=Mark-Simulacrumbors-7/+8
2018-09-14Remove `Iter` and `SparseIter` in indexed_set.rs.Nicholas Nethercote-3/+4
2018-09-13Remove bitslice.rs.Nicholas Nethercote-4/+4
2018-09-10add the `AscribeUserType` statement kindNiko Matsakis-2/+2
2018-09-08Auto merge of #53909 - mikhail-m1:53643, r=nikomatsakisbors-2/+18
2018-09-08Rollup merge of #53315 - nikomatsakis:newtype-index, r=Mark-Simulacrumkennytm-2/+0
2018-09-08Rollup merge of #53942 - nnethercote:faster-precompute, r=nikomatsakiskennytm-41/+79
2018-09-07make field always private, add `From` implsNiko Matsakis-2/+0
2018-09-07Auto merge of #54021 - kennytm:rollup, r=kennytmbors-18/+12
2018-09-07Auto merge of #53830 - davidtwco:issue-53228, r=nikomatsakisbors-7/+24
2018-09-06Skip a shared borrow of a immutable local variablesMikhail Modin-2/+18
2018-09-05A few cleanups and minor improvements to mir/dataflowljedrz-18/+12
2018-09-04Rewrite `precompute_borrows_out_of_scope` for fewer hash table lookups.Nicholas Nethercote-41/+79
2018-08-30Make move out computation lazySantiago Pastorino-141/+4
2018-08-30Added InitLocation to encode Location or Local depending on source of InitDavid Wood-7/+24
2018-08-27implement liveness tracing, remove old liveness systemNiko Matsakis-0/+15
2018-08-27update comment in the interest of precisionNiko Matsakis-6/+10
2018-08-24Introduce `UnionIntoIdxSet` and `SubtractFromIdxSet` traits.Nicholas Nethercote-8/+8
2018-08-23Auto merge of #53520 - nnethercote:merge-IdxSet-IdxSetBuf, r=nikomatsakisbors-56/+30
2018-08-22Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...varkor-8/+8
2018-08-20Remove IdxSet typedef and Rename {,Hybrid}IdxSetBuf as {,Hybrid}IdxSet.Nicholas Nethercote-22/+22
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-18Use the new Entry::or_default method where possible.Eduard-Mihai Burtescu-1/+1
2018-08-17Auto merge of #53383 - nnethercote:HybridIdxSetBuf, r=nikomatsakisbors-70/+73
2018-08-16Speed up NLL with `HybridIdxSetBuf`.Nicholas Nethercote-70/+73
2018-08-14Label definition of captured variables in errors.David Wood-7/+10
2018-08-08optimize redundant borrowsNiko Matsakis-1/+1
2018-07-31Don't count MIR locals as borrowed after StorageDead when finding locals live...John Kåre Alsaker-4/+12
2018-07-24Auto merge of #52597 - oli-obk:promotion_simplify, r=nagisabors-0/+4
2018-07-24Rollup merge of #52641 - ljedrz:mir_dataflow_misc, r=cramertjkennytm-12/+3
2018-07-23Simplify 2 functions in rustc_mir/dataflowljedrz-12/+3
2018-07-23Remove unneded lifetimes relations declarationSantiago Pastorino-2/+2
2018-07-23Let mir reference lifetime be inferredSantiago Pastorino-2/+2
2018-07-23Promoteds are statics and statics have a place, not just a valueOliver Schneider-0/+4
2018-07-21Add specific message when moving from upvars in a non-FnOnce closureMatthew Jasper-5/+5
2018-07-17Auto merge of #52335 - nnethercote:BitSlice-fixes, r=nikomatsakisbors-27/+17
2018-07-13compute region values using SCCs not iterative flowNiko Matsakis-1/+1
2018-07-13Make BitSlice's `Word` properly generic.Nicholas Nethercote-15/+15
2018-07-13Inline and remove `DataflowAnalysis::num_bits_overall()`.Nicholas Nethercote-13/+3
2018-07-06Rollup merge of #52067 - csmoe:issue-51167, r=nikomatsakisMark Rousskov-1/+2
2018-07-05reverse_postordercsmoe-1/+2
2018-07-03Address #51813Pramod Bisht-44/+44
2018-07-01Auto merge of #51869 - nnethercote:rm-clone_from, r=nikomatsakisbors-2/+2
2018-06-29Rename `IdxSet::clone_from`.Nicholas Nethercote-2/+2
2018-06-27Group move errors before reporting, add suggestionsMatthew Jasper-11/+10