summary refs log tree commit diff
path: root/src/librustc_mir/dataflow/impls/borrowed_locals.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-31Don't count MIR locals as borrowed after StorageDead when finding locals live...John Kåre Alsaker-4/+12
2018-07-23Promoteds are statics and statics have a place, not just a valueOliver Schneider-0/+1
2018-07-13Make BitSlice's `Word` properly generic.Nicholas Nethercote-1/+1
2018-01-30Force locals to be live after they are borrowed for immovable generators. Fix...John Kåre Alsaker-0/+118