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
2019-10-22
Intern place projection
Santiago Pastorino
-5
/
+8
2019-10-22
Pattern match over PlaceRef rather than Place
Santiago Pastorino
-21
/
+22
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-1
/
+1
2019-09-25
Rename `sty` to `kind`
varkor
-1
/
+1
2019-09-13
Avoid math and use patterns to grab projection base
Santiago Pastorino
-10
/
+12
2019-09-12
Destructure instead of using split_at
Santiago Pastorino
-1
/
+1
2019-09-09
Use slice patterns to match projection base
Santiago Pastorino
-13
/
+4
2019-09-09
Convert Place's projection to a boxed slice
Santiago Pastorino
-12
/
+26
2019-08-22
Move 'tcx lifetime on MirPass
Wesley Wiser
-2
/
+2
2019-08-16
Remove redundant `ty` fields from `mir::Constant` and `hair::pattern::Pattern...
Eduard-Mihai Burtescu
-2
/
+1
2019-07-20
Migrate from Place enum to Place struct
Santiago Pastorino
-5
/
+12
2019-07-06
normalize use of backticks/lowercase in compiler messages for librustc_mir
Samy Kacimi
-2
/
+2
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
-4
/
+1
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
-1
/
+1
2019-06-12
rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-6
/
+6
2019-06-09
Changed usages of `mir` in librustc::mir and librustc_mir to `body`
Jad Ghalayini
-10
/
+10
2019-05-28
Changes the type `mir::Mir` into `mir::Body`
Claude-Alban RANÉLY-VERGÉ-DÉPRÉ
-6
/
+7
2019-04-03
Deny internal lints on librustc_mir
flip1995
-2
/
+2
2019-04-02
Remove adt_def from PlaceTy and make it a struct
Tyler Mandry
-2
/
+2
2019-03-01
Put Local, Static and Promoted as one Base variant of Place
Santiago Pastorino
-2
/
+2
2019-02-09
fix rebase fallout
Ralf Jung
-1
/
+1
2019-02-08
librustc_mir => 2018
Taiki Endo
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-08-24
add a `user_ty` annotation to `Constant`
Niko Matsakis
-1
/
+1
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-1
/
+1
2018-08-22
Rename ty::TyVariants to ty::TyKind
varkor
-2
/
+2
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