about summary refs log tree commit diff
path: root/compiler/rustc_metadata/src/rmeta/def_path_hash_map.rs
AgeCommit message (Expand)AuthorLines
2025-09-26Make `def_path_hash_to_def_id` not panic when passed an invalid hashLi-yao Xia-4/+5
2025-07-31Move `rustc_middle::parameterized` to `rustc_metadata`.Nicholas Nethercote-5/+0
2024-08-29Add `warn(unreachable_pub)` to `rustc_metadata`.Nicholas Nethercote-1/+1
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+2
2024-05-21Add a footer in FileEncoder and check for it in MemDecoderBen Kimock-1/+1
2023-12-24Do not store stable crate id in on-disk hash map.Camille GILLOT-1/+3
2023-05-16Switch `OwnedSlice` to use `Lrc` & remove `Lrc` from `MetadataBlob`Maybe Waffle-2/+1
2023-04-23Rewrite MemDecoder around pointers not a sliceBen Kimock-3/+0
2023-04-05Use `OwnedSlice` instead of `owning_ref`Maybe Waffle-7/+7
2023-01-05Fix `uninlined_format_args` for some compiler cratesnils-1/+1
2022-06-08Use delayed error handling for `Encodable` and `Encoder` infallible.Nicholas Nethercote-4/+4
2022-05-24Make Lazy not care about lifetimes until decodeMichael Goulet-0/+5
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-1/+1
2022-01-22Make `Decodable` and `Decoder` infallible.Nicholas Nethercote-4/+6
2021-12-14Remove `in_band_lifetimes` from `rustc_metadata`Sylvan Bowdler-1/+1
2021-09-14Rename DefPathHashMap in rustc_metadata so its name does not clash with DefPa...Michael Woerister-14/+12
2021-09-14Make DefPathHash->DefId panic for if the mapping fails.Michael Woerister-2/+2
2021-09-14Store DefPathHash->DefIndex map in on-disk-hash-table format in crate metadata.Michael Woerister-0/+60