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
/
build
/
expr
/
into.rs
Age
Commit message (
Expand
)
Author
Lines
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-1
/
+1
2016-03-23
introduce "call-site-scope" as the outermost scope
Niko Matsakis
-1
/
+1
2016-03-23
rewrite drop code
Niko Matsakis
-1
/
+2
2016-03-23
add span/scope-id to terminator
Niko Matsakis
-11
/
+36
2016-03-23
extend Terminator into a struct so it can have additional fields
Niko Matsakis
-11
/
+11
2016-03-23
track the innermost scope for every stmt
Niko Matsakis
-8
/
+10
2016-03-23
record a scope for each `VarDecl`
Niko Matsakis
-1
/
+1
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
/
+3
2016-02-07
[MIR] Fix the destination of implicit else branch
Simonas Kazlauskas
-1
/
+1
2016-02-04
Convert Drop statement into terminator
Simonas Kazlauskas
-1
/
+1
2016-02-04
Remove the CallKind
Simonas Kazlauskas
-11
/
+5
2016-02-04
Synthesize calls to box_free language item
Simonas Kazlauskas
-1
/
+1
2016-01-19
[MIR] Reintroduce the unit temporary
Simonas Kazlauskas
-21
/
+29
2016-01-07
[MIR] Set dest ∀ expr with optional value
Simonas Kazlauskas
-6
/
+25
2016-01-06
[MIR] Get rid of that nasty unit_ty temporary lval
Simonas Kazlauskas
-2
/
+3
2016-01-06
Merge Call and DivergingCall diffs into CallKind
Simonas Kazlauskas
-10
/
+15
2016-01-06
Add Resume Terminator which corresponds to resume
Simonas Kazlauskas
-2
/
+2
2016-01-06
Generate DivergingCall terminator
Simonas Kazlauskas
-10
/
+19
2016-01-06
Split Call into Call and DivergingCall
Simonas Kazlauskas
-6
/
+5
2015-12-10
MIR: Refactor mir::Terminator to use tuples instead of a fixed-size arrays.
Michael Woerister
-6
/
+6
2015-11-30
Move the core MIR datastructures to librustc.
Michael Woerister
-2
/
+2
2015-11-24
Remove the GraphExtents, the design of which seems bogus. They carried
Niko Matsakis
-1
/
+1
2015-11-03
Change Call operands to be, well, Operands
Niko Matsakis
-2
/
+2
2015-10-07
Partially format librustc_mir with rustfmt.
Ms2ger
-7
/
+4
2015-10-06
strip out the hair trait and use concrete types instead
Niko Matsakis
-6
/
+8
2015-10-04
switch to using constvals for constants, instead of having constant
Niko Matsakis
-2
/
+4
2015-09-17
Remove hir::ExprParen
Nick Cameron
-3
/
+0
2015-09-06
add MIR code (unused thus far)
Niko Matsakis
-0
/
+282