rust/compiler/rustc_query_impl/src
Michael Woerister 9117ea9758 Introduce UnordMap, UnordSet, and UnordBag (see MCP 533)
MCP 533: https://github.com/rust-lang/compiler-team/issues/533

Also, as an example, substitute UnordMap for FxHashMap in
used_trait_imports query result.
2022-10-27 13:23:26 +00:00
..
keys.rs Rewrite representability 2022-10-07 09:33:46 -05:00
lib.rs Get rid of rustc_query_description! 2022-10-14 22:35:56 +02:00
on_disk_cache.rs Introduce UnordMap, UnordSet, and UnordBag (see MCP 533) 2022-10-27 13:23:26 +00:00
plumbing.rs Remove the describe method from the QueryDescription trait 2022-10-14 22:35:56 +02:00
profiling_support.rs Use function pointers instead of macro-unrolled loops in rustc_query_impl 2022-09-25 11:27:12 -05:00
README.md Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00

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