rust/compiler/rustc_mir_transform/src/coverage
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
..
test_macros Remove from compiler/ crates 2022-09-29 16:49:04 +09:00
counters.rs Consistently use dominates instead of is_dominated_by 2023-01-21 12:15:02 +01:00
debug.rs Remove DropAndReplace terminator 2023-03-07 14:25:22 +01:00
graph.rs Rollup merge of #108902 - lcnr:do-while-sus, r=davidtwco,Nilstrieb 2023-03-10 21:15:46 +01:00
mod.rs Only compute the crate hash when necessary. 2023-03-08 09:30:22 +11:00
query.rs rustc: Remove needless lifetimes 2022-12-20 22:10:40 +01:00
spans.rs Introduce a no-op PlaceMention statement for let _ =. 2023-03-09 17:45:13 +00:00
tests.rs Remove DropAndReplace terminator 2023-03-07 14:25:22 +01:00