| Age | Commit message (Collapse) | Author | Lines |
|
This avoids the compile-time overhead of computing them twice. It also fixes
an issue where the hash computed after typeck is differen than the hash before,
because typeck mutates the def-map in place.
Fixes #35549.
Fixes #35593.
|
|
We now incorporate the `def_map` and `trait_map`
results into the SVH.
|
|
This massively speeds up serialization. It also
seems to produce deterministic metadata hashes
(before I was seeing inconsistent results).
Fixes #35232.
|
|
Not sure what was the bug. Fixes #32014.
|
|
|