about summary refs log tree commit diff
path: root/src/librustc_mir/dataflow/graphviz.rs
AgeCommit message (Expand)AuthorLines
2020-04-02Remove unused graphviz visualizationDylan MacKenzie-277/+0
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-1/+1
2020-03-06Don't redundantly repeat field names (clippy::redundant_field_names)Matthias Krüger-1/+1
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-1/+1
2019-12-22Format the worldMark Rousskov-56/+67
2019-06-24Auto merge of #61787 - ecstatic-morse:dataflow-split-block-sets, r=pnkfelixbors-9/+6
2019-06-22rustc_mir: don't pass `on_entry` when building transfer functions.Dylan MacKenzie-9/+6
2019-06-22Deny explicit_outlives_requirements in the compilerMatthew Jasper-1/+1
2019-06-09Changed usages of `mir` in librustc::mir and librustc_mir to `body`Jad Ghalayini-19/+19
2019-05-28Changes the type `mir::Mir` into `mir::Body`Claude-Alban RANÉLY-VERGÉ-DÉPRÉ-7/+7
2019-03-17Use a valid name for graphviz graphsMatthew Jasper-8/+9
2019-03-07HirIdification: replace NodeId method callsljedrz-6/+6
2019-02-10rustc: doc commentsAlexander Regueiro-2/+2
2019-02-08librustc_mir => 2018Taiki Endo-12/+10
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-20Auto merge of #56649 - davidtwco:issue-46589, r=pnkfelixbors-8/+8
2018-12-17Add required lifetime parameter to BitDenotation.David Wood-8/+8
2018-12-04cleanup: remove static lifetimes from constsljedrz-2/+2
2018-10-05Remove graphviz::IntoCowljedrz-3/+2
2018-09-20Improve handling of type bounds in `bit_set.rs`.Nicholas Nethercote-2/+1
2018-09-18Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.Nicholas Nethercote-2/+1
2018-09-13Remove bitslice.rs.Nicholas Nethercote-1/+1
2018-09-07make field always private, add `From` implsNiko Matsakis-1/+0
2018-09-05A few cleanups and minor improvements to mir/dataflowljedrz-9/+6
2018-08-16Speed up NLL with `HybridIdxSetBuf`.Nicholas Nethercote-19/+16
2018-07-24Rollup merge of #52641 - ljedrz:mir_dataflow_misc, r=cramertjkennytm-2/+2
2018-07-23Simplify 2 functions in rustc_mir/dataflowljedrz-2/+2
2018-07-23Remove unneded lifetimes relations declarationSantiago Pastorino-2/+2
2018-05-01rustc: return impl Iterator from Terminator(Kind)::successors(_mut).Eduard-Mihai Burtescu-3/+3
2018-03-09Fix tests after two-phase borrow rewritebobtwinkles-2/+2
2018-03-09mir dataflow: change graphviz outputbobtwinkles-142/+143
2018-01-10Use the new fs_read_write functions in rustc internalsMatt Brubeck-2/+2
2017-12-13Revised graphviz rendering API to avoid requiring borrowed state.Felix S. Klock II-5/+5
2017-08-16Move `DataFlowState::{each_bit,interpret_set}` method definitions to parent m...Felix S. Klock II-50/+0
2017-06-28Shift mir-dataflow from `rustc_borrowck` to `rustc_mir` crate.Felix S. Klock II-0/+339