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
/
stmt.rs
Age
Commit message (
Expand
)
Author
Lines
2017-12-01
MIR: s/lv(al(ue)?)?/place in function/variable/module names.
Eduard-Mihai Burtescu
-6
/
+6
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-01
rustc: rename CodeExtent to Scope and RegionMaps to ScopeTree.
Eduard-Mihai Burtescu
-10
/
+12
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-3
/
+3
2017-06-12
Paired source_info with extent; thread both through to pts where EndRegion wi...
Felix S. Klock II
-4
/
+4
2017-05-12
box large variants in MIR
Ariel Ben-Yehuda
-1
/
+1
2017-04-11
store Spans for all MIR locals
Ariel Ben-Yehuda
-1
/
+1
2017-03-17
Implement ? in catch expressions and add tests
Taylor Cramer
-5
/
+7
2017-03-03
make operands live to the end of their containing expression
Ariel Ben-Yehuda
-4
/
+4
2017-02-15
[MIR] Make InlineAsm a Statement
Simonas Kazlauskas
-0
/
+17
2016-11-21
Implement the `loop_break_value` feature.
Geoffry Song
-25
/
+21
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
-2
/
+6
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-06-07
mir: group span + visibility scope under a new SourceInfo type.
Eduard Burtescu
-7
/
+4
2016-06-07
mir: distinguish between variable visibility scopes and SEME scopes.
Eduard Burtescu
-1
/
+1
2016-06-05
Check arithmetic in the MIR
James Miller
-4
/
+6
2016-06-03
introduce DropAndReplace for translating assignments
Ariel Ben-Yehuda
-16
/
+12
2016-05-11
rustc: Split local type contexts interners from the global one.
Eduard Burtescu
-1
/
+1
2016-04-28
Address comments
James Miller
-0
/
+135