rust/compiler/rustc_query_system
Matthias Krüger 844b7c7935
Rollup merge of #139236 - Zoxc:anon-counter, r=davidtwco
Use a session counter to make anon dep nodes unique

This changes the unique session hash used to ensure unique anon dep nodes per session from a timestamp to a counter.

This is nicer for debugging as it makes the dep graph deterministic.
2025-04-17 00:14:24 +02:00
..
src Rollup merge of #139236 - Zoxc:anon-counter, r=davidtwco 2025-04-17 00:14:24 +02:00
Cargo.toml Use hashbrown from crates.io 2025-03-21 07:54:35 +01:00
messages.ftl improve diagnostics for const eval query overflow 2025-01-06 09:43:05 +01:00