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_data_structures
/
src
/
fingerprint.rs
Age
Commit message (
Expand
)
Author
Lines
2021-03-25
Allow for reading raw bytes from rustc_serialize::Decoder without unsafe code.
Michael Woerister
-8
/
+28
2021-03-19
Remove FingerprintEncoder/Decoder.
Camille GILLOT
-56
/
+10
2021-03-19
Move raw bytes handling to Encoder/Decoder.
Camille GILLOT
-2
/
+2
2021-02-04
Add documentation to Unhasher impl for Fingerprint.
Michael Woerister
-1
/
+12
2021-02-02
Let a portion of DefPathHash uniquely identify the DefPath's crate.
Michael Woerister
-2
/
+13
2021-01-11
Serialize incr comp structures to file via fixed-size buffer
Tyson Nottingham
-10
/
+12
2021-01-01
rustc_serialize: have read_raw_bytes take MaybeUninit<u8> slice
Tyson Nottingham
-2
/
+2
2020-11-18
Make PackedFingerprint's Fingerprint private
Tyson Nottingham
-1
/
+18
2020-11-18
Use PackedFingerprint in DepNode to reduce memory consumption
Tyson Nottingham
-0
/
+42
2020-10-13
Replace absolute paths with relative ones
est31
-2
/
+2
2020-09-01
Avoid rehashing Fingerprint as a map key
Josh Stone
-1
/
+29
2020-08-30
mv compiler to compiler/
mark
-0
/
+130