index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_metadata
/
src
/
rmeta
/
def_path_hash_map.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-26
Make `def_path_hash_to_def_id` not panic when passed an invalid hash
Li-yao Xia
-4
/
+5
2025-07-31
Move `rustc_middle::parameterized` to `rustc_metadata`.
Nicholas Nethercote
-5
/
+0
2024-08-29
Add `warn(unreachable_pub)` to `rustc_metadata`.
Nicholas Nethercote
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+2
2024-05-21
Add a footer in FileEncoder and check for it in MemDecoder
Ben Kimock
-1
/
+1
2023-12-24
Do not store stable crate id in on-disk hash map.
Camille GILLOT
-1
/
+3
2023-05-16
Switch `OwnedSlice` to use `Lrc` & remove `Lrc` from `MetadataBlob`
Maybe Waffle
-2
/
+1
2023-04-23
Rewrite MemDecoder around pointers not a slice
Ben Kimock
-3
/
+0
2023-04-05
Use `OwnedSlice` instead of `owning_ref`
Maybe Waffle
-7
/
+7
2023-01-05
Fix `uninlined_format_args` for some compiler crates
nils
-1
/
+1
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-4
/
+4
2022-05-24
Make Lazy not care about lifetimes until decode
Michael Goulet
-0
/
+5
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+1
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-4
/
+6
2021-12-14
Remove `in_band_lifetimes` from `rustc_metadata`
Sylvan Bowdler
-1
/
+1
2021-09-14
Rename DefPathHashMap in rustc_metadata so its name does not clash with DefPa...
Michael Woerister
-14
/
+12
2021-09-14
Make DefPathHash->DefId panic for if the mapping fails.
Michael Woerister
-2
/
+2
2021-09-14
Store DefPathHash->DefIndex map in on-disk-hash-table format in crate metadata.
Michael Woerister
-0
/
+60