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
/
build
/
expr
/
as_temp.rs
Age
Commit message (
Expand
)
Author
Lines
2017-12-01
MIR: s/lv(al(ue)?)?/place in function/variable/module names.
Eduard-Mihai Burtescu
-4
/
+4
2017-12-01
MIR: s/Lvalue/Place in type names.
Eduard-Mihai Burtescu
-4
/
+4
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-04
rustc_mir: use Local instead of Lvalue in Storage{Live,Dead}.
Eduard-Mihai Burtescu
-1
/
+1
2017-09-03
rustc_mir: use Local in ProjectionElem::Index.
Eduard-Mihai Burtescu
-8
/
+8
2017-09-03
Auto merge of #44253 - eddyb:nice-scope, r=nikomatsakis
bors
-5
/
+5
2017-09-02
rustc_mir: always emit StorageLive even without a matching StorageDead.
Eduard-Mihai Burtescu
-1
/
+1
2017-09-01
rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.
Eduard-Mihai Burtescu
-5
/
+5
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-06-12
Add `EndRegion` statement kind to MIR.
Felix S. Klock II
-1
/
+0
2017-06-12
Paired source_info with extent; thread both through to pts where EndRegion wi...
Felix S. Klock II
-2
/
+3
2017-06-02
rustc: remove temporary lifetime extension by borrow hint
Venkata Giri Reddy
-7
/
+0
2017-05-17
introduce local-scope to prevent storagelive/storagedead in statics
Niko Matsakis
-1
/
+2
2017-05-13
rustc: stop interning CodeExtent, it's small enough.
Eduard-Mihai Burtescu
-2
/
+2
2017-04-30
intern CodeExtents
Niko Matsakis
-2
/
+2
2017-04-18
lower `move_val_init` during MIR construction
Ariel Ben-Yehuda
-3
/
+4
2017-04-11
store Spans for all MIR locals
Ariel Ben-Yehuda
-1
/
+1
2017-03-09
Do not bother creating StorageLive for TyNever
Simonas Kazlauskas
-1
/
+1
2017-03-03
make operands live to the end of their containing expression
Ariel Ben-Yehuda
-6
/
+15
2017-01-25
end temporary lifetimes being extended by `let X: &_` hints
Ariel Ben-Yehuda
-0
/
+7
2016-10-28
rustc: move mir::repr::* to mir.
Eduard Burtescu
-1
/
+1
2016-08-14
[MIR] Add Storage{Live,Dead} statements to emit llvm.lifetime.{start,end}.
Eduard Burtescu
-1
/
+8
2016-06-07
mir: group span + visibility scope under a new SourceInfo type.
Eduard Burtescu
-2
/
+2
2016-06-07
mir: distinguish between variable visibility scopes and SEME scopes.
Eduard Burtescu
-1
/
+1
2016-05-11
Auto merge of #33239 - eddyb:mir-temp-drops, r=arielb1
bors
-7
/
+9
2016-05-11
mir: drop temps outside-in by scheduling the drops inside-out.
Eduard Burtescu
-7
/
+9
2016-05-11
rustc: Split local type contexts interners from the global one.
Eduard Burtescu
-1
/
+1
2016-05-07
mir: build MIR for constants and static initializers.
Eduard Burtescu
-7
/
+6
2016-03-31
librustc_mir: use bug!(), span_bug!()
Benjamin Herr
-1
/
+1
2016-03-23
track the innermost scope for every stmt
Niko Matsakis
-1
/
+2
2016-03-23
record a scope for each `VarDecl`
Niko Matsakis
-1
/
+1
2016-02-04
Synthesize calls to box_free language item
Simonas Kazlauskas
-1
/
+1
2015-11-30
Move the core MIR datastructures to librustc.
Michael Woerister
-2
/
+2
2015-11-05
remove excess string allocation
Steve Klabnik
-1
/
+1
2015-10-07
Partially format librustc_mir with rustfmt.
Ms2ger
-18
/
+6
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
/
+85