-
Notifications
You must be signed in to change notification settings - Fork 288
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
Parametrize RawTable, HashSet and HashMap over an allocator #133
Merged
Commits on Dec 9, 2019
-
Parametrize
RawTable
over an allocator* `RawTable` has a new type parameter, `A: Alloc + Clone` * When the `nightly` flag is passed, `Alloc` will be the trait in `alloc::Alloc`. * On stable, a minimal shim implementation is provided, along with an implementation for the global allocator. * No public APIs changed. * For `HashMap`, everything is monomorphized to the global allocator, and there should be no performance or size overhead.
Configuration menu - View commit details
-
Copy full SHA for 78945d0 - Browse repository at this point
Copy the full SHA 78945d0View commit details -
* Change order of type parameters * Handle null case for `alloc` * Run rustfmt
Configuration menu - View commit details
-
Copy full SHA for aaa7964 - Browse repository at this point
Copy the full SHA aaa7964View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e39062 - Browse repository at this point
Copy the full SHA 8e39062View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9cc194 - Browse repository at this point
Copy the full SHA c9cc194View commit details
Commits on Feb 27, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 45b5fb2 - Browse repository at this point
Copy the full SHA 45b5fb2View commit details
Commits on Feb 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 90e4d3b - Browse repository at this point
Copy the full SHA 90e4d3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 746f06e - Browse repository at this point
Copy the full SHA 746f06eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a96b8df - Browse repository at this point
Copy the full SHA a96b8dfView commit details
Commits on Feb 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0b7e111 - Browse repository at this point
Copy the full SHA 0b7e111View commit details
Commits on Aug 10, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6856b5c - Browse repository at this point
Copy the full SHA 6856b5cView commit details
Commits on Oct 9, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 9370f0f - Browse repository at this point
Copy the full SHA 9370f0fView commit details
Commits on Oct 12, 2020
-
Configuration menu - View commit details
-
Copy full SHA for b61d9c2 - Browse repository at this point
Copy the full SHA b61d9c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca14ee7 - Browse repository at this point
Copy the full SHA ca14ee7View commit details
Commits on Oct 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e6b7179 - Browse repository at this point
Copy the full SHA e6b7179View commit details
Commits on Oct 23, 2020
-
Improve field naming in
RawIntoIter
Rename `alloc` to `allocation` and `allocator` to `alloc` in `RawIntoIter`
Configuration menu - View commit details
-
Copy full SHA for 3a97a8a - Browse repository at this point
Copy the full SHA 3a97a8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 89613b0 - Browse repository at this point
Copy the full SHA 89613b0View commit details
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.