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
2016-04-06
break dep-graph into modules, parameterize DepNode
Niko Matsakis
-1
/
+2
2016-04-05
Rollup merge of #32596 - soltanmm:lazy, r=nikomatsakis
Manish Goregaokar
-1
/
+5
2016-04-04
Address nits
Masood Malekghassemi
-2
/
+2
2016-04-03
Auto merge of #32210 - Aatch:mir-traversal, r=nikomatsakis
bors
-0
/
+118
2016-04-03
Use a BitVector instead of Vec<bool> for recording cleanup blocks
James Miller
-1
/
+8
2016-03-31
Turn break critical edges into a MIR pass
James Miller
-9
/
+23
2016-03-30
move `const_eval` and `check_match` out of `librustc`
Oliver Schneider
-1
/
+1
2016-03-29
Plumb obligations through librustc/infer
Masood Malekghassemi
-1
/
+5
2016-03-30
Don't build a map of predecessors, just count them instead
James Miller
-88
/
+4
2016-03-30
Add and use a break critical edges transform
James Miller
-0
/
+181
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-9
/
+9
2016-03-25
use new visitor to erase regions
Niko Matsakis
-84
/
+7
2016-03-23
fix bug in `simplify_cfg` with inf. loops
Niko Matsakis
-8
/
+18
2016-03-23
allow dumping intermediate IR with -Z dump-mir
Niko Matsakis
-0
/
+3
2016-03-23
extend Terminator into a struct so it can have additional fields
Niko Matsakis
-37
/
+37
2016-03-17
hir, mir: Separate HIR expressions / MIR operands from InlineAsm.
Eduard Burtescu
-1
/
+1
2016-03-14
Fixes after rebase
Aaron Turon
-2
/
+5
2016-03-13
Auto merge of #31916 - nagisa:mir-passmgr-2, r=arielb1
bors
-104
/
+80
2016-03-09
Track fn type and lifetime parameters in TyFnDef.
Eduard Burtescu
-1
/
+1
2016-03-09
Split TyBareFn into TyFnDef and TyFnPtr.
Eli Friedman
-1
/
+1
2016-03-07
Change MirPass to also take NodeId
Simonas Kazlauskas
-26
/
+27
2016-03-04
Address comments
Simonas Kazlauskas
-0
/
+2
2016-03-04
Add Pass manager for MIR
Simonas Kazlauskas
-109
/
+82
2016-03-03
Rename middle::ty::ctxt to TyCtxt
Jeffrey Seyfried
-7
/
+7
2016-02-23
[MIR] Change SimplifyCfg pass to use bitvec
Simonas Kazlauskas
-63
/
+34
2016-02-20
address review comments
Ariel Ben-Yehuda
-15
/
+37
2016-02-20
use the FulfillmentContext and InferCtxt more correctly
Ariel Ben-Yehuda
-64
/
+101
2016-02-20
type-check lvalues
Ariel Ben-Yehuda
-10
/
+217
2016-02-20
fix a few remaining bugs - make check runs!
Ariel Ben-Yehuda
-0
/
+8
2016-02-20
store the normalized types of field accesses
Ariel Ben-Yehuda
-0
/
+1
2016-02-20
introduce an early pass to clear dead blocks
Ariel Ben-Yehuda
-8
/
+63
2016-02-19
begin implementing mir-typeck
Ariel Ben-Yehuda
-0
/
+342
2016-02-17
MSVC SEH in MIR is implemented here
Simonas Kazlauskas
-1
/
+3
2016-02-11
Add a no-landing-pads MIR pass
Simonas Kazlauskas
-0
/
+48
2016-02-09
refactor `MirPass` to always require a tcx
Oliver Schneider
-20
/
+16
2016-02-09
make `MirMap` a struct instead of a type alias for `NodeMap`
Oliver Schneider
-2
/
+2
2016-02-06
Reuse MIR visitors for EraseRegions pass
Simonas Kazlauskas
-157
/
+67
2016-02-04
Convert Drop statement into terminator
Simonas Kazlauskas
-3
/
+3
2016-02-04
Remove the CallKind
Simonas Kazlauskas
-2
/
+2
2016-02-04
Change successor{,_mut} to return a Vec
Simonas Kazlauskas
-1
/
+1
2016-02-04
Synthesize calls to box_free language item
Simonas Kazlauskas
-1
/
+1
2016-01-21
Add Debug impl and erase region for TypedConstVal
Florian Hahn
-1
/
+2
2016-01-21
Introduce and use TypedConstVal for Repeat
Florian Hahn
-2
/
+1
2016-01-08
Change destination accessor to return references
Simonas Kazlauskas
-1
/
+1
2016-01-06
Merge Call and DivergingCall diffs into CallKind
Simonas Kazlauskas
-7
/
+3
2016-01-06
Remove diverge terminator
Simonas Kazlauskas
-19
/
+12
2016-01-06
Remove the Panic block terminator
Simonas Kazlauskas
-2
/
+1
2016-01-06
Add Resume Terminator which corresponds to resume
Simonas Kazlauskas
-0
/
+1
2016-01-06
Split Call into Call and DivergingCall
Simonas Kazlauskas
-13
/
+8
2015-12-10
MIR: Refactor mir::Terminator to use tuples instead of a fixed-size arrays.
Michael Woerister
-4
/
+7
[next]