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
2023-03-01
Do not implement HashStable for HashSet.
Michael Woerister
-12
/
+4
2023-02-10
Resolve documentation links in rustc and store the results in metadata
Vadim Petrochenkov
-0
/
+8
2022-12-25
fix some typos
KaDiWa
-1
/
+1
2022-12-06
Auto merge of #105175 - michaelwoerister:add-stable-ord-trait, r=nagisa
bors
-29
/
+68
2022-12-05
StableOrd: Address review comments.
Michael Woerister
-18
/
+18
2022-12-03
Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514
Matthias Krüger
-3
/
+3
2022-12-02
Add StableOrd trait as proposed in MCP 533.
Michael Woerister
-30
/
+69
2022-12-01
Remove useless borrows and derefs
Maybe Waffle
-3
/
+3
2022-12-01
rustc_hir: Change representation of import paths to support multiple resolutions
Vadim Petrochenkov
-1
/
+1
2022-07-29
remove some manual hash stable impls
lcnr
-0
/
+5
2022-05-30
Fix typos in comment
Tobias Stoeckmann
-2
/
+2
2022-05-06
Add a dedicated length-prefixing method to `Hasher`
Scott McMurray
-0
/
+11
2022-04-19
incr. comp.: Don't export impl_stable_hash_via_hash!() and warn about using it.
Michael Woerister
-3
/
+12
2022-04-12
Remove NodeIdHashingMode.
Camille GILLOT
-7
/
+0
2022-03-30
Spellchecking some comments
Yuri Astrakhan
-1
/
+1
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