summary refs log tree commit diff
path: root/src/librustc/ich/impls_mir.rs
AgeCommit message (Expand)AuthorLines
2017-06-12Add `EndRegion` statement kind to MIR.Felix S. Klock II-0/+3
2017-06-06ICH: Make StableHashingContext work with any TyCtxt, not just the global one.Michael Woerister-35/+43
2017-05-28Auto merge of #42175 - michaelwoerister:filemap-hashing-fix-1, r=nikomatsakisbors-3/+47
2017-05-28add NullOp::SizeOf and BinOp::OffsetAriel Ben-Yehuda-2/+8
2017-05-23incr.comp.: Track expanded spans instead of FileMaps.Michael Woerister-3/+47
2017-04-11store Spans for all MIR localsAriel Ben-Yehuda-1/+2
2017-04-06Introduce HashStable trait and base ICH implementations on it.Michael Woerister-0/+407