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
/
add_call_guards.rs
Age
Commit message (
Expand
)
Author
Lines
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-1
/
+1
2019-08-22
Move 'tcx lifetime on MirPass
Wesley Wiser
-2
/
+2
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
-1
/
+1
2019-06-12
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-4
/
+6
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
Fix fallout from `deny(unused_lifetimes)`.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-09
Changed usages of `mir` in librustc::mir and librustc_mir to `body`
Jad Ghalayini
-7
/
+7
2019-05-28
Changes the type `mir::Mir` into `mir::Body`
Claude-Alban RANÉLY-VERGÉ-DÉPRÉ
-2
/
+2
2019-02-09
fix rebase fallout
Ralf Jung
-1
/
+1
2019-02-08
librustc_mir => 2018
Taiki Endo
-2
/
+2
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-1
/
+1
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
-1
/
+1
2017-08-09
run AddCallGuards for *all* call edges before running AddValidation
Ralf Jung
-34
/
+43
2017-05-02
simplify the MirPass traits and passes dramatically
Niko Matsakis
-5
/
+6
2017-05-02
rework `MirPass` API to be stateless and extract helper fns
Niko Matsakis
-1
/
+1
2017-03-18
apply pre-trans passes to Shim MIR
Ariel Ben-Yehuda
-32
/
+36
2016-10-28
rustc: move mir::repr::* to mir.
Eduard Burtescu
-1
/
+1
2016-06-16
fix MirSource::Promoted handling
Ariel Ben-Yehuda
-4
/
+1
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
-1
/
+3
2016-06-09
add a cache for MIR predecessors
Ariel Ben-Yehuda
-11
/
+2
2016-06-09
make the basic_blocks field private
Ariel Ben-Yehuda
-9
/
+6
2016-06-09
introduce the type-safe IdxVec and use it instead of loose indexes
Ariel Ben-Yehuda
-4
/
+6
2016-06-08
remove the librustc_trans -> librustc_mir dependency
Ariel Ben-Yehuda
-3
/
+1
2016-06-07
mir: group span + visibility scope under a new SourceInfo type.
Eduard Burtescu
-3
/
+2
2016-06-05
break critical edges only when needed
Ariel Ben-Yehuda
-0
/
+98