summary refs log tree commit diff
path: root/src/librustc_mir/dataflow/impls/storage_liveness.rs
AgeCommit message (Expand)AuthorLines
2019-02-08librustc_mir => 2018Taiki Endo-3/+3
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-17Add required lifetime parameter to BitDenotation.David Wood-6/+8
2018-11-06refactor: use shorthand fieldsteresy-1/+1
2018-09-18Eliminate `BitwiseOperator`.Nicholas Nethercote-3/+3
2018-09-18Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.Nicholas Nethercote-4/+4
2018-07-13Make BitSlice's `Word` properly generic.Nicholas Nethercote-1/+1
2017-12-13Refactoring: pull bitvector initialization out from other parts of dataflow.Felix S. Klock II-1/+1
2017-12-10avoid passing the gen/kill bits to `start_block_effects`Ariel Ben-Yehuda-1/+1
2017-12-01MIR: s/lv(al(ue)?)?/place in function/variable/module names.Eduard-Mihai Burtescu-1/+1
2017-12-01MIR: s/Lvalue/Place in type names.Eduard-Mihai Burtescu-1/+1
2017-09-13Analyse storage liveness and preserve it during generator transformationJohn Kåre Alsaker-0/+82