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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-25
Auto merge of #57609 - matthewjasper:more-restrictive-match, r=pnkfelix
bors
-6
/
+2
2019-02-21
Simplify the cleanup_post_borrowck passes
Matthew Jasper
-6
/
+2
2019-02-20
hir: HirId-ify intravisit
ljedrz
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-09
pass full InstanceDef to run_passes
Ralf Jung
-11
/
+16
2019-02-08
librustc_mir => 2018
Taiki Endo
-3
/
+3
2019-02-02
hir: add HirId to main Hir nodes
ljedrz
-1
/
+1
2019-01-29
Only store the result of mir_borrowck for closures
John Kåre Alsaker
-2
/
+2
2019-01-04
librustc_mir: Make qualify_min_const_fn module public
Philipp Hansch
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-4
/
+4
2018-11-25
Auto merge of #55959 - matthewjasper:remove-end-region, r=nikomatsakis
bors
-3
/
+0
2018-11-21
rustc: remove {FxHash,Node,DefId,HirId,ItemLocal}{Map,Set} "constructor" fns.
Eduard-Mihai Burtescu
-1
/
+1
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
[next]