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
/
stable_hasher.rs
Age
Commit message (
Expand
)
Author
Lines
2022-02-05
Use const generics in SipHasher128's short_write
Jakub Beránek
-14
/
+10
2022-02-03
Fix `isize` optimization in `StableHasher` for big-endian architectures
Jakub Beránek
-3
/
+7
2022-01-30
Compress amount of hashed bytes for `isize` values in StableHasher
Jakub Beránek
-1
/
+29
2022-01-05
Ensure that `Fingerprint` caching respects hashing configuration
Aaron Hill
-0
/
+19
2021-12-28
Auto merge of #92130 - Kobzol:stable-hash-str, r=cjgillot
bors
-3
/
+2
2021-12-21
Auto merge of #91903 - tmiasko:bit-set-hash, r=jackh726
bors
-4
/
+4
2021-12-20
Use hash_stable for hashing str
Jakub Beránek
-3
/
+2
2021-12-18
Implement StableHash for BitSet and BitMatrix via Hash
Tomasz Miąsko
-4
/
+4
2021-12-13
Add special case for length 1
Jakub Beránek
-9
/
+17
2021-12-13
Remove sort from hashing hashset, treeset and treemap
Jakub Beránek
-27
/
+29
2021-12-12
Use modular arithmetic
Jakub Beránek
-3
/
+3
2021-12-12
Avoid sorting in hash map stable hashing
Jakub Beránek
-4
/
+14
2021-12-12
Auto merge of #89404 - Kobzol:hash-stable-sort, r=Mark-Simulacrum
bors
-1
/
+2
2021-10-25
Use SmallVec in Hash map stable hashing
Jakub Beránek
-1
/
+2
2021-10-23
Specialize HashStable for [u8] slices
Mark Rousskov
-0
/
+7
2021-10-15
Revert "Auto merge of #89709 - clemenswasser:apply_clippy_suggestions_2, r=pe...
Matthias Krüger
-2
/
+2
2021-10-10
Apply clippy suggestions
Clemens Wasser
-2
/
+2
2021-09-10
rustc: Remove local variable IDs from `Export`s
Vadim Petrochenkov
-0
/
+6
2021-06-01
Remove StableVec.
Camille GILLOT
-32
/
+0
2021-06-01
Revert "Reduce the amount of untracked state in TyCtxt"
Camille Gillot
-0
/
+32
2021-05-30
Remove StableVec.
Camille GILLOT
-32
/
+0
2021-03-11
Add inlining.
Camille GILLOT
-0
/
+1
2021-01-16
Enforce that query results implement Debug
Aaron Hill
-0
/
+1
2020-10-13
Replace absolute paths with relative ones
est31
-1
/
+1
2020-09-30
Stable hashing: add comments and tests concerning platform-independence
Tyson Nottingham
-1
/
+5
2020-08-30
mv compiler to compiler/
mark
-0
/
+578