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
/
mir
/
cache.rs
Age
Commit message (
Expand
)
Author
Lines
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-1
/
+1
2019-09-28
Switch over all StableHash impls to new format
Mark Rousskov
-4
/
+2
2019-09-07
Aggregation of cosmetic changes made during work on REPL PRs: librustc
Alexander Regueiro
-1
/
+1
2019-07-23
cleanup: Remove `extern crate serialize as rustc_serialize`s
Vadim Petrochenkov
-10
/
+8
2019-06-09
Changed usages of `mir` in librustc::mir and librustc_mir to `body`
Jad Ghalayini
-5
/
+5
2019-05-28
Changes the type `mir::Mir` into `mir::Body`
Claude-Alban RANÉLY-VERGÉ-DÉPRÉ
-3
/
+3
2019-02-05
move librustc to 2018
Mark Mansi
-3
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-3
/
+3
2018-09-04
Breaking change upgrades
Mark Rousskov
-2
/
+5
2018-05-01
rustc: return impl Iterator from Terminator(Kind)::successors(_mut).
Eduard-Mihai Burtescu
-1
/
+1
2018-03-28
Make Mir::predecessors thread-safe
John Kåre Alsaker
-5
/
+5
2018-03-13
improve TypeFoldable/Lift macros and make a bunch of stuff use them
Niko Matsakis
-0
/
+4
2018-03-08
Add InterpretInterner to StableHashingContext for AllocId serialization
Oliver Schneider
-2
/
+2
2017-09-18
incr.comp.: Remove tcx from StableHashingContext.
Michael Woerister
-2
/
+2
2017-06-06
ICH: Make StableHashingContext work with any TyCtxt, not just the global one.
Michael Woerister
-2
/
+2
2017-04-06
Introduce HashStable trait and base ICH implementations on it.
Michael Woerister
-1
/
+10
2016-10-28
rustc: move mir::repr::* to mir.
Eduard Burtescu
-1
/
+1
2016-06-23
add control flow graph and algorithms. add dominator to mir
Scott A Carr
-1
/
+1
2016-06-09
add a cache for MIR predecessors
Ariel Ben-Yehuda
-0
/
+69