1
Fork 0
rust/compiler/rustc_query_impl/src
bors a41a6925ba Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk
Remove `SymbolStr`

This was originally proposed in https://github.com/rust-lang/rust/pull/74554#discussion_r466203544. As well as removing the icky `SymbolStr` type, it allows the removal of a lot of `&` and `*` occurrences.

Best reviewed one commit at a time.

r? `@oli-obk`
2021-12-19 09:31:37 +00:00
..
keys.rs Remove in_band_lifetimes from rustc_query_impl 2021-12-14 12:13:07 -05:00
lib.rs Remove in_band_lifetimes from rustc_query_impl 2021-12-14 12:13:07 -05:00
on_disk_cache.rs Remove in_band_lifetimes from rustc_query_impl 2021-12-14 12:13:07 -05:00
plumbing.rs Remove in_band_lifetimes from rustc_query_impl 2021-12-14 12:13:07 -05:00
profiling_support.rs Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk 2021-12-19 09:31:37 +00: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.