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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_passes
/
mir_stats.rs
Age
Commit message (
Expand
)
Author
Lines
2018-05-30
rustc: rename mir::VisibilityScope to mir::SourceScope.
Eduard-Mihai Burtescu
-8
/
+8
2018-05-29
rust-lang/rust#27282: Add `StatementKind::ReadForMatch` to MIR.
Felix S. Klock II
-0
/
+1
2018-04-30
Unify MIR assert messages and const eval errors
Oliver Schneider
-4
/
+9
2018-03-22
Added UserAssertTy statement.
David Wood
-0
/
+1
2018-03-08
Nuke ConstInt and Const*size
Oliver Schneider
-8
/
+0
2018-02-05
mir: Add TerminatorKind::FalseUnwind
bobtwinkles
-0
/
+1
2017-12-21
Mir: Add Terminatorkind::Abort
David Henningsson
-0
/
+1
2017-12-01
MIR: s/lv(al(ue)?)?/place in function/variable/module names.
Eduard-Mihai Burtescu
-14
/
+14
2017-12-01
MIR: s/Lvalue/Place in type names.
Eduard-Mihai Burtescu
-19
/
+19
2017-11-28
MIR: split Operand::Consume into Copy and Move.
Eduard-Mihai Burtescu
-1
/
+2
2017-11-06
Auto merge of #45668 - nikomatsakis:nll-free-region, r=arielb1
bors
-2
/
+3
2017-11-02
rename `Lookup` to `TyContext` and pass more info when visiting tys
Niko Matsakis
-2
/
+3
2017-11-02
add TerminatorKind::FalseEdges and use it in matches
Mikhail Modin
-0
/
+1
2017-09-11
rustc: use ConstVal::Unevaluated instead of mir::Literal::Item.
Eduard-Mihai Burtescu
-1
/
+0
2017-09-11
rustc: introduce ty::Const { ConstVal, Ty }.
Eduard-Mihai Burtescu
-7
/
+6
2017-09-11
rustc: intern ConstVal's in TyCtxt.
Eduard-Mihai Burtescu
-1
/
+1
2017-08-21
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-39
/
+0
2017-08-19
rustc: Remove some dead code
Vadim Petrochenkov
-39
/
+0
2017-08-09
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-0
/
+1
2017-07-30
add new instructions for asserting when values are valid, and to describe whe...
Ralf Jung
-0
/
+1
2017-07-28
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-1
/
+2
2017-07-28
Rename suspend to yield
John Kåre Alsaker
-1
/
+1
2017-07-28
Fix tidy warnings
Alex Crichton
-2
/
+6
2017-07-28
Generator literal support
John Kåre Alsaker
-0
/
+5
2017-07-18
Provide positional information when visiting ty, substs and closure_substs in...
Paul Faria
-1
/
+2
2017-06-12
Add `EndRegion` statement kind to MIR.
Felix S. Klock II
-0
/
+1
2017-05-28
add NullOp::SizeOf and BinOp::Offset
Ariel Ben-Yehuda
-1
/
+1
2017-05-12
box large variants in MIR
Ariel Ben-Yehuda
-1
/
+1
2017-05-02
rename from `item_mir` to `optimized_mir`
Niko Matsakis
-1
/
+1
2017-05-02
introduce `mir_keys()`
Niko Matsakis
-4
/
+4
2017-02-28
Remove the TypedConstVal
Simonas Kazlauskas
-8
/
+1
2017-02-28
Make Rvalue::ty infallible
Simonas Kazlauskas
-1
/
+1
2017-02-25
rustc: consolidate dep-tracked hashmaps in tcx.maps.
Eduard-Mihai Burtescu
-1
/
+1
2017-02-15
[MIR] Make InlineAsm a Statement
Simonas Kazlauskas
-1
/
+1
2017-02-10
SwitchInt over Switch
Simonas Kazlauskas
-1
/
+0
2017-02-10
If is now always a SwitchInt in MIR
Simonas Kazlauskas
-1
/
+0
2017-02-10
Add Rvalue::Discriminant to retrieve discriminant
Simonas Kazlauskas
-0
/
+1
2016-11-30
Adds `-Z mir-stats`, which is similar to `-Z hir-stats`.
Felix S. Klock II
-0
/
+319