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
Age
Commit message (
Expand
)
Author
Lines
2016-01-16
std: Stabilize APIs for the 1.7 release
Alex Crichton
-1
/
+2
2016-01-08
Change destination accessor to return references
Simonas Kazlauskas
-2
/
+11
2016-01-07
Auto merge of #30757 - michaelwoerister:mir-visitor-cleanup, r=jroesch
bors
-456
/
+281
2016-01-07
Auto merge of #30748 - tsion:mir-tuple-fix, r=eddyb
bors
-4
/
+4
2016-01-07
Auto merge of #30734 - tsion:mir-pretty, r=nikomatsakis
bors
-18
/
+32
2016-01-07
Factor mir::[Mut]Visitor implementations into a common macro.
Michael Woerister
-456
/
+281
2016-01-06
Fix pretty-printing for empty tuples in MIR.
Scott Olson
-4
/
+4
2016-01-06
Merge Call and DivergingCall diffs into CallKind
Simonas Kazlauskas
-80
/
+71
2016-01-06
Don’t generate landing-pads if -Z no-landing-pads
Simonas Kazlauskas
-0
/
+2
2016-01-06
Have a cached unreachable block inside MIR state
Simonas Kazlauskas
-1
/
+1
2016-01-06
Remove diverge terminator
Simonas Kazlauskas
-21
/
+17
2016-01-06
Remove the Panic block terminator
Simonas Kazlauskas
-14
/
+3
2016-01-06
Add Resume Terminator which corresponds to resume
Simonas Kazlauskas
-1
/
+18
2016-01-06
Split Call into Call and DivergingCall
Simonas Kazlauskas
-38
/
+96
2016-01-05
Improve pretty-printing for ConstVals in MIR.
Scott Olson
-11
/
+27
2016-01-05
Boring whitespace cleanup.
Scott Olson
-7
/
+5
2016-01-04
Pretty-print ReturnPointer as 'return' in MIR.
Scott Olson
-1
/
+1
2016-01-04
Pretty-print static lvalues in MIR as just their path.
Scott Olson
-9
/
+9
2016-01-04
Improve pretty-printing of references in MIR.
Scott Olson
-1
/
+8
2016-01-04
Pretty-print aggregates more prettily in MIR.
Scott Olson
-1
/
+59
2016-01-04
Use fmt::Result instead of Result<(), Error>.
Scott Olson
-11
/
+11
2016-01-04
Print BasicBlock names in lowercase.
Scott Olson
-1
/
+1
2015-12-29
Use longer names for MIR variable names.
Scott Olson
-3
/
+3
2015-12-28
Add comments and simplify MIR graphviz code.
Scott Olson
-0
/
+5
2015-12-28
Rewrite MIR graphviz printing and improve MIR debug printing.
Scott Olson
-31
/
+112
2015-12-25
Properly translate unit structs in MIR
Simonas Kazlauskas
-2
/
+2
2015-12-15
Implement references to functions and constants
Simonas Kazlauskas
-0
/
+10
2015-12-10
Make MIR encodable and store it in crate metadata.
Michael Woerister
-19
/
+25
2015-12-10
Add a MIR visitor that allows to mutate the visited data
Michael Woerister
-0
/
+274
2015-12-10
Add visit_defid(), visit_span(), and visit_literal() to MIR visitor
Michael Woerister
-1
/
+36
2015-12-10
MIR: Make Mir take ownership of InlineAsm values.
Michael Woerister
-1
/
+1
2015-12-10
MIR: Refactor mir::Terminator to use tuples instead of a fixed-size arrays.
Michael Woerister
-8
/
+10
2015-11-30
Also move the MIR visitor to librustc.
Michael Woerister
-0
/
+246
2015-11-30
Move the core MIR datastructures to librustc.
Michael Woerister
-0
/
+893