about summary refs log tree commit diff
path: root/src/librustc_middle/ty/query/on_disk_cache.rs
AgeCommit message (Expand)AuthorLines
2020-07-26Share serialization optimization between incr and metadataAaron Hill-28/+34
2020-07-26Hygiene serialization implementationAaron Hill-72/+148
2020-07-17Rename TypeckTables to TypeckResults.Valentin Lazureanu-1/+1
2020-06-21Cache decoded predicate shorthandsMatthew Jasper-16/+31
2020-06-10Use min_specialization in the remaining rustc cratesMatthew Jasper-44/+16
2020-05-22Use `OnceCell` instead of `Once`Dylan MacKenzie-7/+7
2020-05-08Remove ast::{Ident, Name} reexports.Camille GILLOT-1/+1
2020-05-01Monomorphise load_from_disk_and_cache_in_memory.Camille GILLOT-1/+1
2020-04-22Add `#[inline]` declarationsDylan MacKenzie-0/+1
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-0/+1024