]> git.lizzy.rs Git - rust.git/commit
Add an abstraction for custom query caches
authorJohn Kåre Alsaker <john.kare.alsaker@gmail.com>
Sat, 8 Feb 2020 06:38:00 +0000 (07:38 +0100)
committerJohn Kåre Alsaker <john.kare.alsaker@gmail.com>
Wed, 19 Feb 2020 15:01:46 +0000 (16:01 +0100)
commite2a8589e018a8a119b628206d0f8990b44a2e4c5
treec02c10cedec2dbf4c8c5d072be5be5944ab4fb94
parent6bf014ec99e40145ad5f046199f58c9c9d7f60e1
Add an abstraction for custom query caches
src/librustc/ty/query/caches.rs [new file with mode: 0644]
src/librustc/ty/query/config.rs
src/librustc/ty/query/keys.rs
src/librustc/ty/query/mod.rs
src/librustc/ty/query/on_disk_cache.rs
src/librustc/ty/query/plumbing.rs
src/librustc/ty/query/profiling_support.rs