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
2019-06-14
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-6
/
+1
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-3
/
+3
2019-06-12
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-17
/
+15
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-3
/
+3
2019-06-12
Fix fallout from `deny(unused_lifetimes)`.
Eduard-Mihai Burtescu
-3
/
+3
2019-06-12
rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-3
/
+3
2019-06-09
Changed usages of `mir` in librustc::mir and librustc_mir to `body`
Jad Ghalayini
-3
/
+3
2019-05-28
Changes the type `mir::Mir` into `mir::Body`
Claude-Alban RANÉLY-VERGÉ-DÉPRÉ
-3
/
+3
2019-02-09
fix rebase fallout
Ralf Jung
-2
/
+2
2019-02-08
librustc_mir => 2018
Taiki Endo
-3
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
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