rust/compiler/rustc_query_impl/src
Nicholas Nethercote b983e42936 Rename rustc_serialize::opaque::Encoder as MemEncoder.
This avoids the name clash with `rustc_serialize::Encoder` (a trait),
and allows lots qualifiers to be removed and imports to be simplified
(e.g. fewer `as` imports).
2022-06-08 09:50:44 +10:00
..
keys.rs Move lint expectation checking into a separate query (RFC 2383) 2022-05-08 14:37:14 +02:00
lib.rs Use delayed error handling for Encodable and Encoder infallible. 2022-06-08 07:01:26 +10:00
on_disk_cache.rs Rename rustc_serialize::opaque::Encoder as MemEncoder. 2022-06-08 09:50:44 +10:00
plumbing.rs Move finish out of the Encoder trait. 2022-06-08 09:21:05 +10:00
profiling_support.rs Stop using CRATE_DEF_INDEX. 2022-04-17 12:14:42 +02:00
README.md
values.rs

For more information about how the query system works, see the rustc dev guide.