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-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
2015-11-30
Move the core MIR datastructures to librustc.
Michael Woerister
-4
/
+4
2015-11-18
MIR: Add pass that erases all regions right before trans
Michael Woerister
-4
/
+239
2015-11-12
Add a MIR pass to simplify the control flow graph
Björn Steinbrink
-0
/
+204