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
/
rustc_peek.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-22
Added UserAssertTy statement.
David Wood
-0
/
+1
2018-01-29
rustc: replace "lvalue" terminology with "place" in the code.
Eduard-Mihai Burtescu
-4
/
+4
2017-12-24
add pre-statement-effect to dataflow
Ariel Ben-Yehuda
-1
/
+8
2017-12-13
Revised graphviz rendering API to avoid requiring borrowed state.
Felix S. Klock II
-4
/
+4
2017-12-01
MIR: s/lv(al(ue)?)?/place in function/variable/module names.
Eduard-Mihai Burtescu
-16
/
+16
2017-12-01
MIR: s/Lvalue/Place in type names.
Eduard-Mihai Burtescu
-2
/
+2
2017-11-28
MIR: split Operand::Consume into Copy and Move.
Eduard-Mihai Burtescu
-2
/
+3
2017-11-14
rustc: split off BodyOwnerKind from MirSource.
Eduard-Mihai Burtescu
-4
/
+3
2017-11-14
rustc: move the MIR pass infrastructure and list to rustc_mir.
Eduard-Mihai Burtescu
-1
/
+2
2017-10-04
mir-borrowck: Gather move errors during MoveData construction and report them.
Felix S. Klock II
-1
/
+1
2017-08-16
Refactor `trait BitDenotation` to take `Location` instead of `BasicBlock`/`us...
Felix S. Klock II
-2
/
+2
2017-07-30
add new instructions for asserting when values are valid, and to describe whe...
Ralf Jung
-0
/
+1
2017-06-28
Shift mir-dataflow from `rustc_borrowck` to `rustc_mir` crate.
Felix S. Klock II
-0
/
+232