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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_mir
/
transform
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2018-11-18
Remove mir::StatementKind::EndRegion
Matthew Jasper
-3
/
+0
2018-10-29
Emit Retag statements, kill Validate statements
Ralf Jung
-5
/
+7
2018-10-25
Fix CR feedback
Wesley Wiser
-1
/
+2
2018-10-22
Replace the `run_passes!` macro with a regular function
Wesley Wiser
-67
/
+67
2018-10-22
Remove the `suite_index` parameter of the `run_passes!()` macro
Wesley Wiser
-6
/
+6
2018-10-22
Don't rerun Mir passes when inlining
Niko Matsakis
-5
/
+20
2018-09-24
Add a MIR transform to remove fake reads
Matthew Jasper
-1
/
+4
2018-09-10
add the `AscribeUserType` statement kind
Niko Matsakis
-2
/
+2
2018-08-31
Implement the `min_const_fn` feature gate
Oliver Schneider
-0
/
+1
2018-07-05
Do not run AST borrowck when -Zborrowck=mir
Santiago Pastorino
-1
/
+4
2018-06-14
rustc: rename ty::maps to ty::query.
Eduard-Mihai Burtescu
-1
/
+1
2018-05-17
Rename trans to codegen everywhere.
Irina Popa
-1
/
+1
2018-03-22
Added initial processing of UserAssertTy statements.
David Wood
-3
/
+2
2018-03-22
Killing UserAssertTy in CleanupPostBorrowck pass.
David Wood
-3
/
+4
2018-03-22
Added UserAssertTy statement.
David Wood
-0
/
+2
2018-03-08
Split const prop into its own pass
Oliver Schneider
-0
/
+2
2018-03-08
Add InterpretInterner to StableHashingContext for AllocId serialization
Oliver Schneider
-0
/
+1
2018-03-02
Perform manual fixups
Manish Goregaokar
-1
/
+1
2018-03-02
Run Rustfix on librustc_mir
Manish Goregaokar
-1
/
+1
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-3
/
+3
2018-02-28
Rollup merge of #48355 - mikhail-m1:subslice_pattern_array_drop2, r=nikomatsakis
Manish Goregaokar
-0
/
+1
2018-02-25
restore Subslice move out from array after elaborate drops and borrowck
Mikhail Modin
-0
/
+1
2018-02-20
rustc_mir: always run the deaggregator.
Eduard-Mihai Burtescu
-1
/
+5
2018-02-08
add transform for uniform array move out
Mikhail Modin
-0
/
+3
2017-12-15
move `type_check` out of `transform` and into the `nll` module
Niko Matsakis
-1
/
+1
2017-12-04
inform constraint generation using maybe-init
Paul Daniel Faria
-1
/
+0
2017-12-03
funnel all unwind paths through a single Resume block
Ariel Ben-Yehuda
-0
/
+1
2017-12-03
add a pass to remove no-op landing pads
Ariel Ben-Yehuda
-0
/
+5
2017-11-26
fix codegen of drops of fields of packed structs
Ariel Ben-Yehuda
-0
/
+6
2017-11-18
Add a MIR pass to lower 128-bit operators to lang item calls
Scott McMurray
-0
/
+3
2017-11-14
rustc: split off BodyOwnerKind from MirSource.
Eduard-Mihai Burtescu
-13
/
+33
2017-11-14
rustc_mir: drive passes directly with a macro.
Eduard-Mihai Burtescu
-185
/
+89
2017-11-14
rustc: move the MIR pass infrastructure and list to rustc_mir.
Eduard-Mihai Burtescu
-6
/
+163
2017-11-06
collect unused unsafe code
Ariel Ben-Yehuda
-1
/
+1
2017-11-06
run unsafety checking before dead block collection
Ariel Ben-Yehuda
-2
/
+10
2017-10-02
incr.comp.: Re-execute queries during red/green marking in order to find out ...
Michael Woerister
-8
/
+7
2017-09-24
move unsafety checking to MIR
Ariel Ben-Yehuda
-0
/
+3
2017-08-21
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-2
/
+2
2017-08-21
Moved support code for `rustc_mir::borrow_check` query out of `mod transform`.
Felix S. Klock II
-1
/
+0
2017-08-21
Expose mir-borrowck via a query.
Felix S. Klock II
-1
/
+2
2017-08-17
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-0
/
+8
2017-08-17
Auto merge of #43902 - michaelwoerister:fix-mir-passes-promoted, r=arielb1
bors
-0
/
+8
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-0
/
+1
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+1
2017-08-16
MIR based borrow check (opt-in).
Felix S. Klock II
-0
/
+1
2017-08-16
Run MIR passes on promoted temporaries again.
Michael Woerister
-0
/
+8
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-08-09
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-0
/
+1
2017-07-30
add a pass for validation commands; for now just emit the initial AcquireValid
Ralf Jung
-0
/
+1
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+1
[prev]
[next]