rust/compiler/rustc_query_system/src
nils c31f75209f
Rollup merge of #108480 - Zoxc:rayon-tlv, r=cuviper
Use Rayon's TLV directly

This accesses Rayon's `TLV` thread local directly avoiding wrapper functions. This makes rustc work with https://github.com/rust-lang/rustc-rayon/pull/10.

r? `@cuviper`
2023-03-28 12:51:12 +02:00
..
dep_graph Rollup merge of #109587 - cjgillot:no-hashmap-fingerprint, r=Nilstrieb 2023-03-27 08:46:52 +02:00
ich Use a lock-free datastructure for source_span 2023-02-21 08:38:24 +00:00
query Rollup merge of #108480 - Zoxc:rayon-tlv, r=cuviper 2023-03-28 12:51:12 +02:00
cache.rs Rename Ctxt and CTX to Tcx and Qcx 2022-11-06 13:25:06 +01:00
error.rs Always evaluate vecs of subdiagnostics eagerly 2022-12-04 01:13:21 +01:00
lib.rs Simplify message paths 2023-03-11 22:51:57 +01:00
values.rs Use DepKind instead of &str 2022-12-23 18:39:49 +05:30