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
/
drop_flag_effects.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-10
rustc: doc comments
Alexander Regueiro
-2
/
+2
2019-02-08
librustc_mir => 2018
Taiki Endo
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-3
/
+3
2017-12-02
create a drop ladder for an array if any value is moved out
Mikhail Modin
-1
/
+6
2017-12-01
MIR: s/lv(al(ue)?)?/place in function/variable/module names.
Eduard-Mihai Burtescu
-15
/
+15
2017-12-01
MIR: s/Lvalue/Place in type names.
Eduard-Mihai Burtescu
-6
/
+6
2017-11-27
Add initialization info to `MoveData`
Matthew Jasper
-41
/
+34
2017-11-15
fix comment, remove redundant code
Mikhail Modin
-18
/
+1
2017-11-15
add `StorageDead` handling
Mikhail Modin
-1
/
+6
2017-10-31
make the dataflow / mir-borrowck types carry a `'tcx` lifetime
Niko Matsakis
-20
/
+20
2017-10-31
test "needs drop" on region-erased, lifted types
Niko Matsakis
-2
/
+6
2017-08-16
Migrated some code out of `dataflow::drop_flag_effects` and into its parent m...
Felix S. Klock II
-70
/
+2
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-3
/
+3
2017-08-10
For box expressions, use NZ drop instead of a free block
Ariel Ben-Yehuda
-8
/
+18
2017-07-30
add new instructions for asserting when values are valid, and to describe whe...
Ralf Jung
-0
/
+1
2017-06-28
Shift mir-dataflow from `rustc_borrowck` to `rustc_mir` crate.
Felix S. Klock II
-0
/
+308