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.rs
Age
Commit message (
Expand
)
Author
Lines
2016-09-06
Count and report time taken by MIR passes
Simonas Kazlauskas
-8
/
+9
2016-08-08
track MIR through the dep-graph
Niko Matsakis
-8
/
+5
2016-06-16
fix MirSource::Promoted handling
Ariel Ben-Yehuda
-10
/
+11
2016-06-09
use the type name as the pass name
Ariel Ben-Yehuda
-1
/
+3
2016-06-09
add hook infrastructure for automatically dumping MIR on every pass
Ariel Ben-Yehuda
-5
/
+47
2016-05-16
Revised mir-dataflow.
Felix S. Klock II
-1
/
+1
2016-05-11
rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.
Eduard Burtescu
-7
/
+8
2016-05-11
rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.
Eduard Burtescu
-12
/
+12
2016-05-07
mir: prepare for rvalue promotion support.
Eduard Burtescu
-3
/
+74
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-1
/
+1
2016-03-07
Change MirPass to also take NodeId
Simonas Kazlauskas
-4
/
+4
2016-03-04
Address comments
Simonas Kazlauskas
-1
/
+3
2016-03-04
Add Pass manager for MIR
Simonas Kazlauskas
-3
/
+60
2016-02-20
use the FulfillmentContext and InferCtxt more correctly
Ariel Ben-Yehuda
-2
/
+2
2016-02-09
refactor `MirPass` to always require a tcx
Oliver Schneider
-0
/
+16