summary refs log tree commit diff
path: root/src/librustc_mir/transform/rustc_peek.rs
AgeCommit message (Expand)AuthorLines
2018-03-22Added UserAssertTy statement.David Wood-0/+1
2018-01-29rustc: replace "lvalue" terminology with "place" in the code.Eduard-Mihai Burtescu-4/+4
2017-12-24add pre-statement-effect to dataflowAriel Ben-Yehuda-1/+8
2017-12-13Revised graphviz rendering API to avoid requiring borrowed state.Felix S. Klock II-4/+4
2017-12-01MIR: s/lv(al(ue)?)?/place in function/variable/module names.Eduard-Mihai Burtescu-16/+16
2017-12-01MIR: s/Lvalue/Place in type names.Eduard-Mihai Burtescu-2/+2
2017-11-28MIR: split Operand::Consume into Copy and Move.Eduard-Mihai Burtescu-2/+3
2017-11-14rustc: split off BodyOwnerKind from MirSource.Eduard-Mihai Burtescu-4/+3
2017-11-14rustc: move the MIR pass infrastructure and list to rustc_mir.Eduard-Mihai Burtescu-1/+2
2017-10-04mir-borrowck: Gather move errors during MoveData construction and report them.Felix S. Klock II-1/+1
2017-08-16Refactor `trait BitDenotation` to take `Location` instead of `BasicBlock`/`us...Felix S. Klock II-2/+2
2017-07-30add new instructions for asserting when values are valid, and to describe whe...Ralf Jung-0/+1
2017-06-28Shift mir-dataflow from `rustc_borrowck` to `rustc_mir` crate.Felix S. Klock II-0/+232