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
/
transform
/
copy_prop.rs
Age
Commit message (
Expand
)
Author
Lines
2017-12-03
Fix MIR CopyPropagation regression
Shotaro Yamada
-4
/
+7
2017-12-01
MIR: s/lv(al(ue)?)?/place in function/variable/module names.
Eduard-Mihai Burtescu
-19
/
+19
2017-12-01
MIR: s/Lvalue/Place in type names.
Eduard-Mihai Burtescu
-10
/
+10
2017-11-28
MIR: split Operand::Consume into Copy and Move.
Eduard-Mihai Burtescu
-3
/
+9
2017-11-14
rustc: split off BodyOwnerKind from MirSource.
Eduard-Mihai Burtescu
-15
/
+13
2017-11-14
rustc: remove unused MirSource::GeneratorDrop.
Eduard-Mihai Burtescu
-1
/
+0
2017-11-14
rustc: move the MIR pass infrastructure and list to rustc_mir.
Eduard-Mihai Burtescu
-1
/
+2
2017-11-10
Separately eliminate self-assignments
sinkuu
-4
/
+39
2017-11-10
Fix MIR CopyPropagation errneously propagating assignments to function arguments
sinkuu
-0
/
+7
2017-09-03
rustc_mir: implement visit_local instead/along visit_lvalue where possible.
Eduard-Mihai Burtescu
-2
/
+1
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-2
/
+2
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+1
2017-06-13
On-demand is_const_fn
Taylor Cramer
-2
/
+1
2017-05-12
box large variants in MIR
Ariel Ben-Yehuda
-1
/
+1
2017-05-02
simplify the MirPass traits and passes dramatically
Niko Matsakis
-8
/
+6
2017-05-02
rework `MirPass` API to be stateless and extract helper fns
Niko Matsakis
-1
/
+1
2017-03-18
move the drop expansion code to rustc_mir
Ariel Ben-Yehuda
-1
/
+1
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-1
/
+1
2016-12-14
Auto merge of #38332 - bluss:copy-prop-arguments, r=eddyb
bors
-4
/
+6
2016-12-11
mir: Allow copy-propagation of function arguments
Ulrik Sverdrup
-4
/
+6
2016-12-11
Simplify use of mir_opt_level
Ulrik Sverdrup
-5
/
+4
2016-10-28
rustc: move mir::repr::* to mir.
Eduard Burtescu
-1
/
+1
2016-09-26
[WIP] Move MIR towards a single kind of local
Jonas Schievink
-39
/
+28
2016-09-24
librustc_mir: Propagate constants during copy propagation.
Patrick Walton
-58
/
+212
2016-09-19
librustc: Implement def-use chains and trivial copy propagation on MIR.
Patrick Walton
-0
/
+180