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
2025-03-26
Add `TyCtx::env_var_os`
Mads Marquart
-0
/
+2
2025-02-16
Move hashes from rustc_data_structure to rustc_hashes so they can be shared w...
Ben Kimock
-2
/
+1
2025-01-11
rename `BitSet` to `DenseBitSet`
Rémy Rakic
-2
/
+2
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-7
/
+8
2024-07-11
Use uplifted `rustc-stable-hash` crate in `rustc_data_structures`
Urgau
-159
/
+3
2024-06-22
Ensure careful consideration is given by impls
Alan Egerton
-7
/
+43
2024-06-12
Un-unsafe the `StableOrd` trait
Alan Egerton
-16
/
+17
2024-05-07
Remove `macro_use` from `stable_hasher`.
Nicholas Nethercote
-0
/
+2
2024-03-27
Remove and disallow HashStable impl of HashMap.
Michael Woerister
-46
/
+2
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-2
/
+3
2024-01-17
Use UnhashMap for a few more maps
Mark Rousskov
-1
/
+13
2024-01-04
Split StableCompare trait out of StableOrd trait.
Michael Woerister
-0
/
+26
2023-06-19
Make closure_saved_names_of_captured_variables a query.
Camille GILLOT
-1
/
+13
2023-06-08
Removed stable/unstable sort arg from into_sorted_stable_ord, fixed a few mis...
Andrew Xie
-8
/
+37
2023-06-05
Fixed to_sorted => to_sorted_stable_ord
Andrew Xie
-0
/
+11
2023-04-24
Split `{Idx, IndexVec, IndexSlice}` into their own modules
Maybe Waffle
-5
/
+5
2023-04-18
Store hashes in special types so they aren't accidentally encoded as numbers
Ben Kimock
-18
/
+9
2023-04-16
Implement StableHasher::write_u128 via write_u64
Ben Kimock
-1
/
+2
2023-04-09
Fix some clippy::complexity
Nilstrieb
-2
/
+2
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
[next]