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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2017-05-24
box large variants in MIR
Ariel Ben-Yehuda
-7
/
+7
2017-04-23
rustc_const_eval: support all unit enum variants.
Eduard-Mihai Burtescu
-1
/
+2
2017-04-11
store Spans for all MIR locals
Ariel Ben-Yehuda
-17
/
+23
2017-04-06
Introduce HashStable trait and base ICH implementations on it.
Michael Woerister
-0
/
+18
2017-03-24
Represent function pointers in mir-constants as a Value instead of Item
Oliver Schneider
-7
/
+7
2017-03-20
Rollup merge of #40576 - dwrensha:mir-terminator-kind-doc-typo, r=nikomatsakis
Corey Farwell
-1
/
+1
2017-03-18
translate drop glue using MIR
Ariel Ben-Yehuda
-1
/
+17
2017-03-16
fix typo in mir TerminatorKind docs
David Renshaw
-1
/
+1
2017-03-10
Initial implementation of inlining for MIR
James Miller
-2
/
+346
2017-03-04
Auto merge of #40163 - arielb1:normalization-1702, r=nikomatsakis
bors
-3
/
+11
2017-03-01
store the normalized types of statics in MIR Lvalues
Ariel Ben-Yehuda
-3
/
+11
2017-02-28
Remove the TypedConstVal
Simonas Kazlauskas
-14
/
+1
2017-02-28
Make Rvalue::ty infallible
Simonas Kazlauskas
-2
/
+3
2017-02-25
rustc_const_eval: always demand typeck_tables for evaluating constants.
Eduard-Mihai Burtescu
-3
/
+3
2017-02-23
Implement non-capturing closure to fn coercion
est31
-0
/
+3
2017-02-15
[MIR] Make InlineAsm a Statement
Simonas Kazlauskas
-11
/
+10
2017-02-10
Add TerminatorKind::if_ convenience constructor
Simonas Kazlauskas
-3
/
+11
2017-02-10
Prefer switching on false for boolean switches
Simonas Kazlauskas
-1
/
+1
2017-02-10
Fix SwitchInt building in ElaborateDrops pass
Simonas Kazlauskas
-4
/
+11
2017-02-10
Only SwitchInt over integers, not all consts
Simonas Kazlauskas
-3
/
+5
2017-02-10
SwitchInt over Switch
Simonas Kazlauskas
-16
/
+1
2017-02-10
If is now always a SwitchInt in MIR
Simonas Kazlauskas
-11
/
+1
2017-02-10
Add Rvalue::Discriminant to retrieve discriminant
Simonas Kazlauskas
-0
/
+7
2017-02-06
go back to use //
king6cong
-1
/
+1
2017-02-03
doc comment rewording
king6cong
-1
/
+1
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-3
/
+3
2017-01-06
rustc: keep track of tables everywhere as if they were per-body.
Eduard-Mihai Burtescu
-8
/
+3
2017-01-03
Fix build after rebase
Andrew Cann
-1
/
+1
2017-01-03
More pattern matching for empty types changes
Andrew Cann
-0
/
+4
2016-11-29
rustc: simplify AdtDef by removing the field types and ty::ivar.
Eduard-Mihai Burtescu
-3
/
+3
2016-11-10
Balance the debug output of Lvalue Subslice
Nicolas B. Pierron
-1
/
+1
2016-10-30
Auto merge of #37489 - nagisa:unnecessary-clone, r=eddyb
bors
-1
/
+2
2016-10-31
Do not clone Mir unnecessarily
Simonas Kazlauskas
-1
/
+2
2016-10-30
Fix ICE when attempting to get closure generics.
Mark-Simulacrum
-3
/
+2
2016-10-28
rustc: move the MIR map into TyCtxt.
Eduard Burtescu
-1
/
+0
2016-10-28
rustc: move mir::repr::* to mir.
Eduard Burtescu
-0
/
+1340