about summary refs log tree commit diff
path: root/src/librustc_middle/ty/query/on_disk_cache.rs
AgeCommit message (Expand)AuthorLines
2020-08-30mv compiler to compiler/mark-1041/+0
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-3/+1
2020-08-14Rework `rustc_serialize`Matthew Jasper-201/+162
2020-08-09rustc_middle: use IndexSet in OnDiskCacheJosh Stone-17/+5
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