diff options
| author | Camille GILLOT <gillot.camille@gmail.com> | 2020-03-19 08:49:03 +0100 |
|---|---|---|
| committer | Camille GILLOT <gillot.camille@gmail.com> | 2020-03-26 09:22:46 +0100 |
| commit | 5b8dac3c39a5f5551e995e7a6f44b4ed72c4923d (patch) | |
| tree | a7723ae25ae5c59e1b40c6b3a7f6052d00255e0e | |
| parent | 6184a71a391c3bbbf0f4fa3dcabcd6a2ec1a4a46 (diff) | |
| download | rust-5b8dac3c39a5f5551e995e7a6f44b4ed72c4923d.tar.gz rust-5b8dac3c39a5f5551e995e7a6f44b4ed72c4923d.zip | |
Move query system to librustc_query_system.
| -rw-r--r-- | src/librustc_query_system/query/README.md (renamed from src/librustc/ty/query/README.md) | 0 | ||||
| -rw-r--r-- | src/librustc_query_system/query/caches.rs (renamed from src/librustc/ty/query/caches.rs) | 0 | ||||
| -rw-r--r-- | src/librustc_query_system/query/config.rs (renamed from src/librustc/ty/query/config.rs) | 0 | ||||
| -rw-r--r-- | src/librustc_query_system/query/job.rs (renamed from src/librustc/ty/query/job.rs) | 0 | ||||
| -rw-r--r-- | src/librustc_query_system/query/mod.rs (renamed from src/librustc/ty/query/mod.rs) | 0 | ||||
| -rw-r--r-- | src/librustc_query_system/query/plumbing.rs (renamed from src/librustc/ty/query/plumbing.rs) | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/src/librustc/ty/query/README.md b/src/librustc_query_system/query/README.md index 8ec07b9fdeb..8ec07b9fdeb 100644 --- a/src/librustc/ty/query/README.md +++ b/src/librustc_query_system/query/README.md diff --git a/src/librustc/ty/query/caches.rs b/src/librustc_query_system/query/caches.rs index f740fada1e5..f740fada1e5 100644 --- a/src/librustc/ty/query/caches.rs +++ b/src/librustc_query_system/query/caches.rs diff --git a/src/librustc/ty/query/config.rs b/src/librustc_query_system/query/config.rs index 91e82858b0b..91e82858b0b 100644 --- a/src/librustc/ty/query/config.rs +++ b/src/librustc_query_system/query/config.rs diff --git a/src/librustc/ty/query/job.rs b/src/librustc_query_system/query/job.rs index 7f0156abdea..7f0156abdea 100644 --- a/src/librustc/ty/query/job.rs +++ b/src/librustc_query_system/query/job.rs diff --git a/src/librustc/ty/query/mod.rs b/src/librustc_query_system/query/mod.rs index c75e0d95e8f..c75e0d95e8f 100644 --- a/src/librustc/ty/query/mod.rs +++ b/src/librustc_query_system/query/mod.rs diff --git a/src/librustc/ty/query/plumbing.rs b/src/librustc_query_system/query/plumbing.rs index 65a7081bd38..65a7081bd38 100644 --- a/src/librustc/ty/query/plumbing.rs +++ b/src/librustc_query_system/query/plumbing.rs |
