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
/
transform
Age
Commit message (
Expand
)
Author
Lines
2017-03-10
Only run inlining if mir opts are enabled
James Miller
-1
/
+1
2017-03-10
Add dep-graph tasks where needed
James Miller
-16
/
+10
2017-03-10
Initial implementation of inlining for MIR
James Miller
-3
/
+858
2017-03-04
Auto merge of #40163 - arielb1:normalization-1702, r=nikomatsakis
bors
-10
/
+19
2017-03-01
transform broken MIR warnings to hard ICEs
Ariel Ben-Yehuda
-8
/
+7
2017-03-01
store the normalized types of statics in MIR Lvalues
Ariel Ben-Yehuda
-2
/
+12
2017-02-28
Make Rvalue::ty infallible
Simonas Kazlauskas
-11
/
+6
2017-02-25
rustc_const_eval: demand that the MIR qualify_consts ran on each evaluated body.
Eduard-Mihai Burtescu
-76
/
+71
2017-02-25
rustc_typeck: rework coherence to be almost completely on-demand.
Eduard-Mihai Burtescu
-3
/
+3
2017-02-25
rustc: combine BareFnTy and ClosureTy into FnSig.
Eduard-Mihai Burtescu
-4
/
+4
2017-02-23
Implement non-capturing closure to fn coercion
est31
-0
/
+1
2017-02-15
[MIR] Make InlineAsm a Statement
Simonas Kazlauskas
-6
/
+4
2017-02-10
Reimplement simplify_cfg for SwitchInt
Simonas Kazlauskas
-14
/
+18
2017-02-10
SwitchInt over Switch
Simonas Kazlauskas
-17
/
+0
2017-02-10
If is now always a SwitchInt in MIR
Simonas Kazlauskas
-29
/
+12
2017-02-10
Add Rvalue::Discriminant to retrieve discriminant
Simonas Kazlauskas
-0
/
+8
2017-02-03
Add warning for () to ! switch
Andrew Cann
-1
/
+1
2017-01-30
Merge ty::TyBox into ty::TyAdt
Vadim Petrochenkov
-3
/
+4
2017-01-26
rustc: rename TyCtxt's `map` field to `hir`.
Eduard-Mihai Burtescu
-9
/
+9
2017-01-11
fix function arguments in constant promotion
Ariel Ben-Yehuda
-13
/
+15
2017-01-08
Auto merge of #38837 - eddyb:issue-38074, r=nikomatsakis
bors
-13
/
+12
2017-01-06
rustc: keep track of tables everywhere as if they were per-body.
Eduard-Mihai Burtescu
-2
/
+2
2017-01-05
Allow projections to be promoted to constants in MIR.
Eduard-Mihai Burtescu
-13
/
+12
2017-01-05
fix promotion of MIR terminators
Ariel Ben-Yehuda
-79
/
+67
2016-12-14
Auto merge of #38332 - bluss:copy-prop-arguments, r=eddyb
bors
-4
/
+6
2016-12-12
Auto merge of #38307 - bluss:mir-opt-level, r=eddyb
bors
-13
/
+9
2016-12-11
mir: Allow copy-propagation of function arguments
Ulrik Sverdrup
-4
/
+6
2016-12-11
Simplify use of mir_opt_level
Ulrik Sverdrup
-13
/
+9
2016-12-09
mir: Reinstate while loop in deaggregator pass
Ulrik Sverdrup
-59
/
+58
2016-12-05
Refactor FnSig to contain a Slice for its inputs and outputs.
Mark-Simulacrum
-1
/
+1
2016-12-05
Refactor ty::FnSig to privatize all fields
Mark-Simulacrum
-8
/
+8
2016-11-29
Auto merge of #37965 - Mark-Simulacrum:trait-obj-to-exis-predicate, r=eddyb
bors
-1
/
+4
2016-11-29
Save bodies of functions for inlining into other crates
Florian Diebold
-10
/
+4
2016-11-28
Adds TyCtxt::require_lang_item(LangItem) to simplify lang item requires.
Mark-Simulacrum
-3
/
+1
2016-11-28
Remove BuiltinBound and BuiltinBounds.
Mark-Simulacrum
-1
/
+6
2016-11-17
Auto merge of #37660 - nikomatsakis:incremental-36349, r=eddyb
bors
-2
/
+6
2016-11-17
Auto merge of #37717 - nikomatsakis:region-obligations-pre, r=eddyb
bors
-21
/
+32
2016-11-16
include a Name and Span for each item in the HIR of the impl
Niko Matsakis
-6
/
+6
2016-11-16
fallout from separating impl-items from impls
Niko Matsakis
-2
/
+6
2016-11-15
register `infer-ok` obligations properly
Niko Matsakis
-16
/
+21
2016-11-15
remove TypeOrigin and use ObligationCause instead
Niko Matsakis
-6
/
+12
2016-11-14
Remove `scope_auxiliary`.
Nicholas Nethercote
-2
/
+1
2016-11-12
rustc: move closure upvar types to the closure substs
Ariel Ben-Yehuda
-3
/
+9
2016-11-10
rustc: clean up lookup_item_type and remove TypeScheme.
Eduard Burtescu
-1
/
+1
2016-11-08
Replace FnvHasher use with FxHasher.
Nicholas Nethercote
-2
/
+2
2016-11-03
A way to remove otherwise unused locals from MIR
Simonas Kazlauskas
-15
/
+105
2016-10-28
rustc: move the MIR map into TyCtxt.
Eduard Burtescu
-105
/
+74
2016-10-28
rustc: move mir::repr::* to mir.
Eduard Burtescu
-15
/
+14
2016-10-06
Rollup merge of #36959 - arielb1:simplify-cfg-fixes, r=eddyb
Jonathan Turner
-2
/
+13
2016-10-04
Remove some unused methods from metadata
Vadim Petrochenkov
-5
/
+1
[next]