-
Notifications
You must be signed in to change notification settings - Fork 322
Comparing changes
Open a pull request
base repository: rust-lang/hashbrown
base: v0.15.5
head repository: rust-lang/hashbrown
compare: v0.16.0
- 14 commits
- 8 files changed
- 5 contributors
Commits on Aug 7, 2025
-
Merge pull request #628 from rust-lang/release-plz-2025-07-16T23-20-16Z
chore: release v0.15.5
Configuration menu - View commit details
-
Copy full SHA for 93481e2 - Browse repository at this point
Copy the full SHA 93481e2View commit details
Commits on Aug 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e1b6030 - Browse repository at this point
Copy the full SHA e1b6030View commit details
Commits on Aug 20, 2025
-
Check MSRV in CI with cargo-msrv
This only checks that the crate builds with default features.
Configuration menu - View commit details
-
Copy full SHA for eb36023 - Browse repository at this point
Copy the full SHA eb36023View commit details -
Merge pull request #638 from Amanieu/msrv-check
Check MSRV in CI with cargo-msrv
Configuration menu - View commit details
-
Copy full SHA for 1243c52 - Browse repository at this point
Copy the full SHA 1243c52View commit details
Commits on Aug 21, 2025
-
Configuration menu - View commit details
-
Copy full SHA for f1c039c - Browse repository at this point
Copy the full SHA f1c039cView commit details -
Merge pull request #637 from gaujay/add-benchmarks
Add benchmarks to monitor lookup hit/miss performances depending on load factor
Configuration menu - View commit details
-
Copy full SHA for 71f8f37 - Browse repository at this point
Copy the full SHA 71f8f37View commit details
Commits on Aug 22, 2025
-
Merge pull request #639 from gaujay/unbloat-get_inner-perf
Un-bloat get_inner functions to restore lookup performance
Configuration menu - View commit details
-
Copy full SHA for fe72a08 - Browse repository at this point
Copy the full SHA fe72a08View commit details
Commits on Aug 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for b22dd85 - Browse repository at this point
Copy the full SHA b22dd85View commit details -
Configuration menu - View commit details
-
Copy full SHA for 88794e7 - Browse repository at this point
Copy the full SHA 88794e7View commit details
Commits on Aug 27, 2025
-
Merge pull request #642 from heiher/loong-simd-types
loongarch64: Use unified data types for SIMD intrinsics
Configuration menu - View commit details
-
Copy full SHA for e2a634b - Browse repository at this point
Copy the full SHA e2a634bView commit details
Commits on Aug 28, 2025
-
Merge pull request #641 from hoxxep/foldhash-0.2
perf: Bump foldhash to 0.2.0
Configuration menu - View commit details
-
Copy full SHA for bf35a11 - Browse repository at this point
Copy the full SHA bf35a11View commit details
Commits on Aug 29, 2025
-
Change
DefaultHashBuilderto an opaque newtypeThis hides the underlying hasher as an implementation detail, so it's no longer a public dependency. A newtype `DefaultHasher` is also added here to wrap the underlying `<_ as BuildHasher>::Hasher` type. This is a breaking change now, requiring a semver bump, but it will allow later changes to the hasher without breaking.
Configuration menu - View commit details
-
Copy full SHA for 95ffed3 - Browse repository at this point
Copy the full SHA 95ffed3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0f404c - Browse repository at this point
Copy the full SHA e0f404cView commit details -
Merge pull request #643 from cuviper/newtype-hasher
Change `DefaultHashBuilder` to an opaque newtype
Configuration menu - View commit details
-
Copy full SHA for 8d4def0 - Browse repository at this point
Copy the full SHA 8d4def0View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.15.5...v0.16.0