rust/compiler/rustc_query_system
Aaron Hill 7d7c81a114
Always run incremental_verify_ich when re-computing query results
Issue #82920 showed that the kind of bugs caught by this flag have
soundness implications.

This causes performance regressions of up to 15.2% during incremental
compilation, but this is necessary to catch miscompilations caused by
bugs in query implementations.
2021-03-13 12:00:38 -05:00
..
src Always run incremental_verify_ich when re-computing query results 2021-03-13 12:00:38 -05:00
Cargo.toml Access the session directly from DepContext. 2021-02-20 22:53:46 +01:00