rust/compiler/rustc_query_impl/src
Nicholas Nethercote 8cddcd39ba Remove SymbolStr.
By changing `as_str()` to take `&self` instead of `self`, we can just
return `&str`. We're still lying about lifetimes, but it's a smaller lie
than before, where `SymbolStr` contained a (fake) `&'static str`!
2021-12-15 13:30:26 +11:00
..
keys.rs Turn tcx.vtable_allocation() into a query. 2021-10-07 20:03:00 +02:00
lib.rs Revert "Add rustc lint, warning when iterating over hashmaps" 2021-10-28 11:01:42 -04:00
on_disk_cache.rs Remove redundant [..]s 2021-12-09 00:01:29 +01:00
plumbing.rs Query modifier 2021-12-12 12:35:00 +08:00
profiling_support.rs Remove SymbolStr. 2021-12-15 13:30:26 +11:00
README.md Move the query system to rustc_query_impl. 2021-02-19 17:51:58 +01:00
stats.rs Remove built-in cache_hit tracking 2021-10-11 16:33:49 -04:00
util.rs Note that type aliases cannot be recursive 2021-08-27 14:50:51 -07:00
values.rs 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.