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
Age
Commit message (
Expand
)
Author
Lines
2017-07-12
please tidy by shortening lines
Ralf Jung
-3
/
+8
2017-07-12
rename trait to conform with 'getter trait' pattern
Ralf Jung
-10
/
+10
2017-07-12
overload the mir ty methods to make them more ergonomic to use
Ralf Jung
-4
/
+20
2017-07-11
Refactor: {Lvalue,Rvalue,Operand}::ty only need the locals' types, not the fu...
Ralf Jung
-17
/
+20
2017-07-05
use field init shorthand in src/librustc
Zack M. Davis
-39
/
+39
2017-06-12
Add `EndRegion` statement kind to MIR.
Felix S. Klock II
-0
/
+22
2017-06-12
`-Z identify_regions` toggles rendering of (previously hidden) unnamed regions.
Felix S. Klock II
-2
/
+12
2017-06-12
Add `-Z span_free_rvalues`.
Felix S. Klock II
-1
/
+5
2017-06-06
ICH: Make StableHashingContext work with any TyCtxt, not just the global one.
Michael Woerister
-2
/
+2
2017-05-28
add NullOp::SizeOf and BinOp::Offset
Ariel Ben-Yehuda
-13
/
+22
2017-05-12
box large variants in MIR
Ariel Ben-Yehuda
-8
/
+9
2017-05-02
remove `mir_passes` from `Session` and add a FIXME
Niko Matsakis
-0
/
+2
2017-05-02
remove irrelevant comments
Niko Matsakis
-92
/
+40
2017-05-02
simplify down to one query per pass suite
Niko Matsakis
-6
/
+7
2017-05-02
rip out everything but `MirPass`, move the logic into suites
Niko Matsakis
-62
/
+10
2017-05-02
remove `Pass` and (temporarily) drop `Inline`
Niko Matsakis
-29
/
+3
2017-05-02
add a README describing the whole design
Niko Matsakis
-0
/
+146
2017-05-02
convert the `inline` pass to use the new multi result
Niko Matsakis
-19
/
+53
2017-05-02
introduce idea of "stealable" MIR
Niko Matsakis
-7
/
+7
2017-05-02
rename `MirPassSet` to `MirSuite`
Niko Matsakis
-15
/
+15
2017-05-02
retool MIR passes completely
Niko Matsakis
-75
/
+65
2017-05-02
move to only def-id passes
Niko Matsakis
-6
/
+10
2017-05-02
rewrite `Passes` to have sets of passes
Niko Matsakis
-18
/
+33
2017-05-02
introduce `DefIdPass` and remove all impls of `Pass` but `Inline`
Niko Matsakis
-27
/
+53
2017-05-02
simplify the MirPass traits and passes dramatically
Niko Matsakis
-75
/
+58
2017-05-02
rework `MirPass` API to be stateless and extract helper fns
Niko Matsakis
-26
/
+44
2017-05-02
introduce `mir_keys()`
Niko Matsakis
-7
/
+3
2017-04-30
intern CodeExtents
Niko Matsakis
-2
/
+2
2017-04-24
rustc: rename some of the queries to match tcx methods.
Eduard-Mihai Burtescu
-2
/
+2
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
-20
/
+25
2017-04-06
Introduce HashStable trait and base ICH implementations on it.
Michael Woerister
-1
/
+28
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
-8
/
+34
2017-03-01
store the normalized types of statics in MIR Lvalues
Ariel Ben-Yehuda
-8
/
+34
2017-02-28
Remove the TypedConstVal
Simonas Kazlauskas
-37
/
+4
2017-02-28
Make Rvalue::ty infallible
Simonas Kazlauskas
-27
/
+23
2017-02-25
rustc_const_eval: always demand typeck_tables for evaluating constants.
Eduard-Mihai Burtescu
-3
/
+3
2017-02-25
rustc_typeck: hook up collect and item/body check to on-demand.
Eduard-Mihai Burtescu
-3
/
+1
2017-02-25
rustc: consolidate dep-tracked hashmaps in tcx.maps.
Eduard-Mihai Burtescu
-2
/
+2
2017-02-25
rustc: move the actual values of enum discriminants into a map.
Eduard-Mihai Burtescu
-1
/
+3
2017-02-23
Implement non-capturing closure to fn coercion
est31
-0
/
+3
2017-02-15
[MIR] Make InlineAsm a Statement
Simonas Kazlauskas
-23
/
+20
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
-6
/
+16
[next]