rust/compiler/rustc_query_impl/src
bors 71ecf5d359 Auto merge of #98851 - klensy:encode_symbols, r=cjgillot
rustc_metadata: dedupe strings to prevent multiple copies in rmeta/query cache blow file size

r? `@cjgillot`

Encodes strings in rmeta/query cache so duplicated ones will be encoded as offsets to first strings, reducing file size.
2022-08-18 23:53:22 +00:00
..
keys.rs Use LocalDefId for closures more 2022-07-30 15:59:17 -05:00
lib.rs consistently use VTable over Vtable (matching stable stdlib API RawWakerVTable) 2022-07-20 17:12:07 -04:00
on_disk_cache.rs cache strings while encoding/decoding to compiler artifacts 2022-08-15 17:56:37 +03:00
plumbing.rs Remove usages of opt_remap_env_constness 2022-08-15 21:26:31 -04:00
profiling_support.rs Integrate measureme's hardware performance counter support. 2022-06-13 07:56:47 +00:00
README.md Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00
values.rs Do not report cycle error when inferring return type for suggestion 2022-08-16 03:00:32 +00:00

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