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
2023-04-30
Use the full Fingerprint when stringifying Svh
Ben Kimock
-0
/
+5
2023-04-18
Add #[inline] to some new functions
Ben Kimock
-0
/
+2
2023-04-18
Store hashes in special types so they aren't accidentally encoded as numbers
Ben Kimock
-14
/
+29
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-12-05
StableOrd: Address review comments.
Michael Woerister
-1
/
+1
2022-12-02
Add StableOrd trait as proposed in MCP 533.
Michael Woerister
-1
/
+1
2022-08-31
Fix a bunch of typo
Dezhi Wu
-2
/
+2
2022-06-14
Rename rustc_serialize::opaque::Encoder as MemEncoder.
Nicholas Nethercote
-5
/
+5
2022-06-10
Revert b983e42936feab29f6333e9835913afc6b4a394e.
Nicholas Nethercote
-5
/
+5
2022-06-08
Rename `rustc_serialize::opaque::Encoder` as `MemEncoder`.
Nicholas Nethercote
-5
/
+5
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-5
/
+4
2022-02-22
Provide copy-free access to raw Decoder bytes
Mark Rousskov
-3
/
+1
2022-02-02
Rollup merge of #92528 - tmiasko:combine-commutative, r=michaelwoerister
Matthias Krüger
-1
/
+4
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-5
/
+5
2022-01-03
Make `Fingerprint::combine_commutative` associative
Tomasz Miąsko
-1
/
+4
2021-12-09
Remove redundant [..]s
est31
-2
/
+2
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