summary refs log tree commit diff
path: root/src/librustc_mir/dataflow/impls/borrowed_locals.rs
AgeCommit message (Expand)AuthorLines
2020-06-13Revert "Auto merge of #71956 - ecstatic-morse:remove-requires-storage-analysi...Mark Rousskov-3/+0
2020-05-30Make TLS accesses explicit in MIROliver Scherer-0/+1
2020-05-19Document assumptions made in generator transform for analysesDylan MacKenzie-0/+3
2020-05-18Add asm! to MIRAmanieu d'Antras-0/+1
2020-03-31Use Place directly on Operand::place and friends, it's CopySantiago Pastorino-1/+1
2020-03-31Use Place directly, it's Copy even more use casesSantiago Pastorino-9/+9
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-3/+3
2020-03-26Update imports from `dataflow::generic` to `dataflow`Dylan MacKenzie-1/+1
2020-02-17Fix typo in commentDylan MacKenzie-1/+1
2020-02-17Use doc comment for explanation of `shared_borrow_allows_mutation`Dylan MacKenzie-9/+9
2020-02-13Ignore mut borrow from drop terminator in const-evalDylan MacKenzie-12/+33
2020-02-13Rename `MaybeBorrowedLocals` constructorsDylan MacKenzie-2/+5
2020-02-12Implement `Maybe{Mut,}BorrowedLocals` analysesDylan MacKenzie-60/+208
2020-01-10Remove PlaceBase enum and make Place base field be local: LocalSantiago Pastorino-4/+1
2019-12-22Format the worldMark Rousskov-22/+13
2019-08-30Use new `Place::is_indirect` API where possibleDylan MacKenzie-13/+4
2019-07-03Remove needless lifetimesJeremy Stucki-1/+1
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