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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_mir
/
build
/
expr
/
as_operand.rs
Age
Commit message (
Expand
)
Author
Lines
2020-01-12
Split `rustc_mir::{build, hair, lints}` into their own crate
Matthew Jasper
-72
/
+0
2019-12-22
Format the world
Mark Rousskov
-13
/
+4
2019-06-25
Implement From<Local> for Place and PlaceBase
Santiago Pastorino
-1
/
+1
2019-06-12
Use a single lifetime for MIR construction
John Kåre Alsaker
-1
/
+1
2019-05-21
Remove unused parameter from in(_opt)?_scope
Matthew Jasper
-1
/
+1
2019-03-01
Put Local, Static and Promoted as one Base variant of Place
Santiago Pastorino
-1
/
+1
2019-02-08
librustc_mir => 2018
Taiki Endo
-3
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-09-06
rustfmt src/librustc_mir/build/expr
Mikhail Modin
-20
/
+30
2018-09-06
Skip a shared borrow of a immutable local variables
Mikhail Modin
-1
/
+1
2017-12-01
MIR: s/lv(al(ue)?)?/place in function/variable/module names.
Eduard-Mihai Burtescu
-1
/
+1
2017-12-01
MIR: s/Lvalue/Place in type names.
Eduard-Mihai Burtescu
-2
/
+2
2017-11-28
MIR: split Operand::Consume into Copy and Move.
Eduard-Mihai Burtescu
-1
/
+1
2017-09-24
add lint levels to VisibilityScope
Ariel Ben-Yehuda
-2
/
+2
2017-09-03
rustc_mir: use Local in ProjectionElem::Index.
Eduard-Mihai Burtescu
-1
/
+1
2017-09-01
rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.
Eduard-Mihai Burtescu
-6
/
+6
2017-06-12
Paired source_info with extent; thread both through to pts where EndRegion wi...
Felix S. Klock II
-0
/
+2
2017-05-17
introduce local-scope to prevent storagelive/storagedead in statics
Niko Matsakis
-2
/
+2
2017-05-13
rustc: stop interning CodeExtent, it's small enough.
Eduard-Mihai Burtescu
-2
/
+2
2017-05-12
box large variants in MIR
Ariel Ben-Yehuda
-1
/
+1
2017-04-30
intern CodeExtents
Niko Matsakis
-2
/
+2
2017-03-03
make operands live to the end of their containing expression
Ariel Ben-Yehuda
-4
/
+28
2016-10-28
rustc: move mir::repr::* to mir.
Eduard Burtescu
-1
/
+1
2016-06-07
mir: distinguish between variable visibility scopes and SEME scopes.
Eduard Burtescu
-1
/
+1
2016-05-11
rustc: Split local type contexts interners from the global one.
Eduard Burtescu
-1
/
+1
2016-03-23
record a scope for each `VarDecl`
Niko Matsakis
-1
/
+1
2015-11-30
Move the core MIR datastructures to librustc.
Michael Woerister
-2
/
+2
2015-10-07
Partially format librustc_mir with rustfmt.
Ms2ger
-12
/
+5
2015-10-06
strip out the hair trait and use concrete types instead
Niko Matsakis
-5
/
+5
2015-09-17
Remove hir::ExprParen
Nick Cameron
-10
/
+4
2015-09-06
add MIR code (unused thus far)
Niko Matsakis
-0
/
+68