about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/fingerprint
AgeCommit message (Collapse)AuthorLines
2022-01-03Make `Fingerprint::combine_commutative` associativeTomasz Miąsko-0/+14
The previous implementation swapped lower and upper 64-bits of a result of modular addition, so the function was non-associative.