summary refs log tree commit diff
path: root/src/librustc_mir/dataflow/impls/borrowed_locals.rs
AgeCommit message (Expand)AuthorLines
2019-06-22Merge `BitSetOperator` and `InitialFlow` into one trait.Dylan MacKenzie-12/+3
2019-06-22rustc_mir: don't pass `on_entry` when building transfer functions.Dylan MacKenzie-12/+12
2019-06-18rustc: remove 'x: 'y bounds (except from comments/strings).Eduard-Mihai Burtescu-3/+3
2019-06-09Changed usages of `mir` in librustc::mir and librustc_mir to `body`Jad Ghalayini-8/+8
2019-06-04Rollup merge of #61069 - Zoxc:drop-borrow-fix, r=pnkfelixPietro Albini-1/+12
2019-05-28Changes the type `mir::Mir` into `mir::Body`Claude-Alban RANÉLY-VERGÉ-DÉPRÉ-3/+3
2019-05-23Make find_local iterate instead of recurseSantiago Pastorino-8/+11
2019-05-23Make MIR drop terminators borrow the dropped locationJohn Kåre Alsaker-1/+12
2019-04-26Remove BasicBlock parameter from mir visitor methodsMatthew Jasper-2/+2
2019-03-18promoted is still left in 2 placesSaleem Jaffer-1/+0
2019-03-01Put Local, Static and Promoted as one Base variant of PlaceSantiago Pastorino-3/+3
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