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-05-24
box large variants in MIR
Ariel Ben-Yehuda
-12
/
+12
2017-04-22
avoid calling `mk_region` unnecessarily
Ariel Ben-Yehuda
-4
/
+4
2017-04-22
remove cleanup branches to the resume block
Ariel Ben-Yehuda
-0
/
+34
2017-04-20
rustc: combine type_needs_drop_given_env and may_drop into needs_drop.
Eduard-Mihai Burtescu
-2
/
+2
2017-04-20
rustc: replace interior_unsafe with a Freeze trait.
Eduard-Mihai Burtescu
-1
/
+1
2017-04-12
address review comments
Ariel Ben-Yehuda
-0
/
+4
2017-04-11
Move rvalue checking to MIR
Ariel Ben-Yehuda
-4
/
+44
2017-04-11
store Spans for all MIR locals
Ariel Ben-Yehuda
-12
/
+11
2017-04-07
Changes based on PR feedback
Ryan Scott
-7
/
+2
2017-04-04
Fixed ICEs with pattern matching in const fn. Fixes #38199, fixes #31577, fix...
Ryan Scott
-4
/
+2
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-2
/
+2
2017-03-24
Represent function pointers in mir-constants as a Value instead of Item
Oliver Schneider
-6
/
+4
2017-03-22
Rollup merge of #40678 - michaelwoerister:dmi-prep, r=nikomatsakis
Corey Farwell
-1
/
+27
2017-03-22
Address review comments.
Michael Woerister
-2
/
+11
2017-03-22
Add some missing method impls to MIR region eraser.
Michael Woerister
-1
/
+18
2017-03-21
Teach rustc --emit=mir
Jake Goulding
-0
/
+14
2017-03-18
apply pre-trans passes to Shim MIR
Ariel Ben-Yehuda
-40
/
+52
2017-03-18
move the drop expansion code to rustc_mir
Ariel Ben-Yehuda
-3
/
+3
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
[next]