about summary refs log tree commit diff
path: root/compiler/rustc_mir/src/util/storage.rs
AgeCommit message (Collapse)AuthorLines
2021-09-07Move the dataflow framework to its own crate.Camille GILLOT-41/+0
2021-02-26Miscellaneous inlining improvementsTomasz Miąsko-0/+1
Inline a few small and hot functions.
2021-01-27Visit only statements in always live localsTomasz Miąsko-19/+12
No functional changes intended.
2020-08-30mv compiler to compiler/mark-0/+47