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_lvalue.rs
Age
Commit message (
Expand
)
Author
Lines
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
-4
/
+5
2017-09-01
rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.
Eduard-Mihai Burtescu
-3
/
+5
2017-07-28
Remove support for `gen arg`
Alex Crichton
-3
/
+0
2017-07-28
Rename suspend to yield
John Kåre Alsaker
-1
/
+1
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+4
2017-06-12
Paired source_info with extent; thread both through to pts where EndRegion wi...
Felix S. Klock II
-1
/
+1
2017-04-11
store Spans for all MIR locals
Ariel Ben-Yehuda
-1
/
+2
2017-03-04
Auto merge of #40163 - arielb1:normalization-1702, r=nikomatsakis
bors
-1
/
+1
2017-03-03
make operands live to the end of their containing expression
Ariel Ben-Yehuda
-3
/
+5
2017-03-01
store the normalized types of statics in MIR Lvalues
Ariel Ben-Yehuda
-1
/
+1
2017-02-23
Implement non-capturing closure to fn coercion
est31
-0
/
+1
2017-01-16
Rename ExprKind::Vec to Array in HIR and HAIR.
Scott Olson
-1
/
+1
2016-10-28
rustc: move mir::repr::* to mir.
Eduard Burtescu
-1
/
+1
2016-10-04
stop having identity casts be lexprs
Ariel Ben-Yehuda
-0
/
+1
2016-09-26
[WIP] Move MIR towards a single kind of local
Jonas Schievink
-2
/
+2
2016-08-13
Rename empty/bang to never
Andrew Cann
-1
/
+1
2016-08-13
Add EmptyToAny adjustment
Andrew Cann
-0
/
+1
2016-06-09
introduce the type-safe IdxVec and use it instead of loose indexes
Ariel Ben-Yehuda
-1
/
+3
2016-06-07
mir: group span + visibility scope under a new SourceInfo type.
Eduard Burtescu
-3
/
+3
2016-06-07
mir: distinguish between variable visibility scopes and SEME scopes.
Eduard Burtescu
-1
/
+1
2016-06-05
Add a new Assert terminator to MIR for bounds & arithmetic checks.
Eduard Burtescu
-9
/
+6
2016-05-11
rustc: Split local type contexts interners from the global one.
Eduard Burtescu
-1
/
+1
2016-03-23
add span/scope-id to terminator
Niko Matsakis
-0
/
+2
2016-03-23
extend Terminator into a struct so it can have additional fields
Niko Matsakis
-1
/
+1
2016-03-23
track the innermost scope for every stmt
Niko Matsakis
-2
/
+3
2016-03-23
record a scope for each `VarDecl`
Niko Matsakis
-1
/
+1
2016-02-20
store the normalized types of field accesses
Ariel Ben-Yehuda
-1
/
+1
2016-01-06
panic/panic_bounds_check to destructure tys
Simonas Kazlauskas
-1
/
+1
2016-01-06
Remove the Panic block terminator
Simonas Kazlauskas
-2
/
+2
2015-12-10
MIR: Refactor mir::Terminator to use tuples instead of a fixed-size arrays.
Michael Woerister
-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
-10
/
+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
-3
/
+0
2015-09-06
add MIR code (unused thus far)
Niko Matsakis
-0
/
+131