Files
rust/compiler/rustc_query_system/src
Nicholas Nethercote 19423b7f7f Simplify DepNodeColorMap::try_mark_green.
It uses a different implementation depending on whether the compiler
front-end is running single-threaded or multi-threaded. The two
implementations are equivalent and I think the multi-threaded one
expresses the intent more clearly, and I imagine the perf is similar. So
this commit removes the single-threaded code.
2025-10-07 15:32:34 +11:00
..
2025-07-31 14:19:27 +02:00
2024-07-29 08:26:52 +10:00
2025-09-08 15:07:12 -07:00