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
/
dump_mir.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-02
Run Rustfix on librustc_mir
Manish Goregaokar
-1
/
+1
2017-11-14
rustc: split off BodyOwnerKind from MirSource.
Eduard-Mihai Burtescu
-2
/
+1
2017-11-14
rustc_mir: drive passes directly with a macro.
Eduard-Mihai Burtescu
-31
/
+15
2017-11-14
rustc: move the MIR pass infrastructure and list to rustc_mir.
Eduard-Mihai Burtescu
-1
/
+2
2017-10-04
Expand mir dump in order to handle NLL pass
Christopher Vittal
-1
/
+12
2017-05-02
rip out everything but `MirPass`, move the logic into suites
Niko Matsakis
-32
/
+18
2017-05-02
convert the `inline` pass to use the new multi result
Niko Matsakis
-6
/
+14
2017-05-02
introduce idea of "stealable" MIR
Niko Matsakis
-5
/
+4
2017-05-02
retool MIR passes completely
Niko Matsakis
-27
/
+29
2017-05-02
move to only def-id passes
Niko Matsakis
-2
/
+2
2017-05-02
introduce `DefIdPass` and remove all impls of `Pass` but `Inline`
Niko Matsakis
-4
/
+4
2017-05-02
simplify the MirPass traits and passes dramatically
Niko Matsakis
-34
/
+35
2017-05-02
rework `MirPass` API to be stateless and extract helper fns
Niko Matsakis
-2
/
+2
2017-05-02
introduce `mir_keys()`
Niko Matsakis
-1
/
+1
2017-03-21
Teach rustc --emit=mir
Jake Goulding
-0
/
+14
2017-03-18
move the drop expansion code to rustc_mir
Ariel Ben-Yehuda
-2
/
+2
2016-11-14
Remove `scope_auxiliary`.
Nicholas Nethercote
-2
/
+1
2016-10-28
rustc: move mir::repr::* to mir.
Eduard Burtescu
-1
/
+1
2016-09-06
Count and report time taken by MIR passes
Simonas Kazlauskas
-2
/
+2
2016-06-09
use the type name as the pass name
Ariel Ben-Yehuda
-3
/
+1
2016-06-09
add hook infrastructure for automatically dumping MIR on every pass
Ariel Ben-Yehuda
-7
/
+55
2016-06-05
break critical edges only when needed
Ariel Ben-Yehuda
-0
/
+27