rust/compiler/rustc_incremental/src
bors 150cb38147 Auto merge of #108794 - nnethercote:avoid-unnecessary-hashing, r=cjgillot
Avoid unnecessary hashing

I noticed some stable hashing being done in a non-incremental build. It turns out that some of this is necessary to compute the crate hash, but some of it is not. Removing the unnecessary hashing is a perf win.

r? `@cjgillot`
2023-03-12 06:48:30 +00:00
..
persist Only compute the crate hash when necessary. 2023-03-08 09:30:22 +11:00
assert_dep_graph.rs incremental: migrate diagnostics 2023-01-30 17:11:35 +00:00
assert_module_sources.rs Match unmatched backticks in compiler/ that are part of rustdoc 2023-03-03 08:39:00 +01:00
errors.rs incremental: migrate diagnostics 2023-01-30 17:11:35 +00:00
lib.rs Simplify message paths 2023-03-11 22:51:57 +01:00