index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_mir
/
dataflow
/
impls
/
borrowed_locals.rs
Age
Commit message (
Expand
)
Author
Lines
2020-06-13
Revert "Auto merge of #71956 - ecstatic-morse:remove-requires-storage-analysi...
Mark Rousskov
-3
/
+0
2020-05-30
Make TLS accesses explicit in MIR
Oliver Scherer
-0
/
+1
2020-05-19
Document assumptions made in generator transform for analyses
Dylan MacKenzie
-0
/
+3
2020-05-18
Add asm! to MIR
Amanieu d'Antras
-0
/
+1
2020-03-31
Use Place directly on Operand::place and friends, it's Copy
Santiago Pastorino
-1
/
+1
2020-03-31
Use Place directly, it's Copy even more use cases
Santiago Pastorino
-9
/
+9
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-3
/
+3
2020-03-26
Update imports from `dataflow::generic` to `dataflow`
Dylan MacKenzie
-1
/
+1
2020-02-17
Fix typo in comment
Dylan MacKenzie
-1
/
+1
2020-02-17
Use doc comment for explanation of `shared_borrow_allows_mutation`
Dylan MacKenzie
-9
/
+9
2020-02-13
Ignore mut borrow from drop terminator in const-eval
Dylan MacKenzie
-12
/
+33
2020-02-13
Rename `MaybeBorrowedLocals` constructors
Dylan MacKenzie
-2
/
+5
2020-02-12
Implement `Maybe{Mut,}BorrowedLocals` analyses
Dylan MacKenzie
-60
/
+208
2020-01-10
Remove PlaceBase enum and make Place base field be local: Local
Santiago Pastorino
-4
/
+1
2019-12-22
Format the world
Mark Rousskov
-22
/
+13
2019-08-30
Use new `Place::is_indirect` API where possible
Dylan MacKenzie
-13
/
+4
2019-07-03
Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2019-06-22
Merge `BitSetOperator` and `InitialFlow` into one trait.
Dylan MacKenzie
-12
/
+3
2019-06-22
rustc_mir: don't pass `on_entry` when building transfer functions.
Dylan MacKenzie
-12
/
+12
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-3
/
+3
2019-06-09
Changed usages of `mir` in librustc::mir and librustc_mir to `body`
Jad Ghalayini
-8
/
+8
2019-06-04
Rollup merge of #61069 - Zoxc:drop-borrow-fix, r=pnkfelix
Pietro Albini
-1
/
+12
2019-05-28
Changes the type `mir::Mir` into `mir::Body`
Claude-Alban RANÉLY-VERGÉ-DÉPRÉ
-3
/
+3
2019-05-23
Make find_local iterate instead of recurse
Santiago Pastorino
-8
/
+11
2019-05-23
Make MIR drop terminators borrow the dropped location
John Kåre Alsaker
-1
/
+12
2019-04-26
Remove BasicBlock parameter from mir visitor methods
Matthew Jasper
-2
/
+2
2019-03-18
promoted is still left in 2 places
Saleem Jaffer
-1
/
+0
2019-03-01
Put Local, Static and Promoted as one Base variant of Place
Santiago Pastorino
-3
/
+3
2019-02-08
librustc_mir => 2018
Taiki Endo
-3
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-17
Add required lifetime parameter to BitDenotation.
David Wood
-6
/
+8
2018-11-06
refactor: use shorthand fields
teresy
-1
/
+1
2018-09-18
Eliminate `BitwiseOperator`.
Nicholas Nethercote
-3
/
+3
2018-09-18
Merge indexed_set.rs into bitvec.rs, and rename it bit_set.rs.
Nicholas Nethercote
-4
/
+4
2018-07-31
Don't count MIR locals as borrowed after StorageDead when finding locals live...
John Kåre Alsaker
-4
/
+12
2018-07-23
Promoteds are statics and statics have a place, not just a value
Oliver Schneider
-0
/
+1
2018-07-13
Make BitSlice's `Word` properly generic.
Nicholas Nethercote
-1
/
+1
2018-01-30
Force locals to be live after they are borrowed for immovable generators. Fix...
John Kåre Alsaker
-0
/
+118