about summary refs log tree commit diff
path: root/compiler/rustc_data_structures/src/svh.rs
AgeCommit message (Expand)AuthorLines
2025-03-15Use {Decodable,Encodable}_NoContext in type_irMichael Goulet-2/+2
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+4
2024-04-29Remove `extern crate rustc_macros` from numerous crates.Nicholas Nethercote-2/+2
2023-12-31Avoid specialization for the Span Encodable and Decodable implsbjorn3-1/+1
2023-04-30Use the full Fingerprint when stringifying SvhBen Kimock-5/+5
2023-04-18Store hashes in special types so they aren't accidentally encoded as numbersBen Kimock-1/+1
2023-04-16Remove some unnecessary hash truncationsBen Kimock-28/+6
2022-06-08Use delayed error handling for `Encodable` and `Encoder` infallible.Nicholas Nethercote-2/+2
2022-01-22Make `Decodable` and `Decoder` infallible.Nicholas Nethercote-2/+2
2021-04-08Fix outdated crate names in compiler docspierwill-1/+1
2020-08-30mv compiler to compiler/mark-0/+69