-
Notifications
You must be signed in to change notification settings - Fork 19
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
New design based on *mut T
#22
Merged
Merged
Commits on May 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a7ae579 - Browse repository at this point
Copy the full SHA a7ae579View commit details
Commits on May 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 946b37b - Browse repository at this point
Copy the full SHA 946b37bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 682dd70 - Browse repository at this point
Copy the full SHA 682dd70View commit details
Commits on Jun 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0699e4e - Browse repository at this point
Copy the full SHA 0699e4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ece021 - Browse repository at this point
Copy the full SHA 2ece021View commit details -
Configuration menu - View commit details
-
Copy full SHA for 534ec6e - Browse repository at this point
Copy the full SHA 534ec6eView commit details
Commits on Jun 14, 2021
-
Add lifetime parameter and rename to
VolatilePtr
The lifetime parameter is required to make `map_mut` sound (otherwise we might get mutable aliasing). Also: - add new `from_ref` and `from_mut_ref` contructor methods again. - add a `new_generic` constructor method to construct a `VolatilePtr` with arbitrary lifetime and access parameters.
Configuration menu - View commit details
-
Copy full SHA for c3d6b9a - Browse repository at this point
Copy the full SHA c3d6b9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f7b015 - Browse repository at this point
Copy the full SHA 9f7b015View commit details -
Configuration menu - View commit details
-
Copy full SHA for b525f38 - Browse repository at this point
Copy the full SHA b525f38View commit details
Commits on Jun 15, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 4accd51 - Browse repository at this point
Copy the full SHA 4accd51View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9e8509 - Browse repository at this point
Copy the full SHA a9e8509View commit details -
Configuration menu - View commit details
-
Copy full SHA for 167adec - Browse repository at this point
Copy the full SHA 167adecView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa93fb9 - Browse repository at this point
Copy the full SHA aa93fb9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 554c806 - Browse repository at this point
Copy the full SHA 554c806View commit details
Commits on Jul 7, 2022
-
Configuration menu - View commit details
-
Copy full SHA for ff0ee4f - Browse repository at this point
Copy the full SHA ff0ee4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd57be9 - Browse repository at this point
Copy the full SHA cd57be9View commit details
Commits on Jan 17, 2023
-
Merge pull request #28 from Freax13/unsafe-cell-but-owned
various improvements for the new design
Configuration menu - View commit details
-
Copy full SHA for 927b061 - Browse repository at this point
Copy the full SHA 927b061View 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.