summary refs log tree commit diff
path: root/src/librustc_middle/mir/predecessors.rs
AgeCommit message (Expand)AuthorLines
2020-05-22Switch to non-doc commentDylan MacKenzie-5/+5
2020-05-22Use `OnceCell` for predecessor cacheDylan MacKenzie-14/+10
2020-04-22Add module docs and restrict visibilityDylan MacKenzie-4/+6
2020-04-22Use a ref-counted pointer for ownership of the predecessor cacheDylan MacKenzie-14/+23
2020-04-22Add `#[inline]` declarationsDylan MacKenzie-0/+6
2020-04-22Use internal mutability for predecessor cacheDylan MacKenzie-0/+67