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
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