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
/
instcombine.rs
Age
Commit message (
Expand
)
Author
Lines
2018-07-23
Promoteds are statics and statics have a place, not just a value
Oliver Schneider
-3
/
+2
2017-12-01
MIR: s/lv(al(ue)?)?/place in function/variable/module names.
Eduard-Mihai Burtescu
-5
/
+5
2017-12-01
MIR: s/Lvalue/Place in type names.
Eduard-Mihai Burtescu
-5
/
+5
2017-11-28
MIR: split Operand::Consume into Copy and Move.
Eduard-Mihai Burtescu
-1
/
+1
2017-11-25
InstCombine Len([_; N]) => const N in MIR
Scott McMurray
-8
/
+25
2017-11-14
rustc: split off BodyOwnerKind from MirSource.
Eduard-Mihai Burtescu
-2
/
+1
2017-11-14
rustc: move the MIR pass infrastructure and list to rustc_mir.
Eduard-Mihai Burtescu
-1
/
+2
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-2
/
+2
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
-17
/
+11
2016-12-11
Simplify use of mir_opt_level
Ulrik Sverdrup
-1
/
+1
2016-11-08
Replace FnvHasher use with FxHasher.
Nicholas Nethercote
-2
/
+2
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
-3
/
+4
2016-09-16
librustc_mir: Remove `&*x` when `x` has a reference type.
Patrick Walton
-0
/
+110