-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Newtype hashbrown
#18694
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
alice-i-cecile
merged 18 commits into
bevyengine:main
from
bushrat011899:newtype_hashbrown
Apr 6, 2025
Merged
Newtype hashbrown
#18694
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
f3b2aa9
Initial Commit
bushrat011899 4f809b0
Clippy
bushrat011899 362e797
Spurious CI failure
bushrat011899 bcea694
Another spurious CI failure
bushrat011899 c66d9d9
Add missing `repr(transparent)`
bushrat011899 4ea0aba
Remove outdated advice
bushrat011899 ca96e3c
Added documentation
bushrat011899 69a8221
Silly clippy
bushrat011899 dc81aad
Merge remote-tracking branch 'upstream/main' into newtype_hashbrown
bushrat011899 2262fef
Add missing impl to `HashSet`
bushrat011899 3bf2496
Add `into_inner`
bushrat011899 62fd1fd
Allow hasher to be inferred rather than defaulted in docs
bushrat011899 48f2470
Merge remote-tracking branch 'upstream/main' into newtype_hashbrown
bushrat011899 7981cab
Merge remote-tracking branch 'upstream/main' into newtype_hashbrown
bushrat011899 1549d00
Add missing unsafe methods
bushrat011899 8049695
Add missing `From` implementation
bushrat011899 45207ce
Add missing `rayon` implementations
bushrat011899 28e6acc
Clippy
bushrat011899 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Unrelated CI failure