-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Implement RFC 2580: Pointer metadata & VTable #81172
Merged
Merged
Commits on Feb 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 696b239 - Browse repository at this point
Copy the full SHA 696b239View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1e15fa - Browse repository at this point
Copy the full SHA b1e15faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ab83b9 - Browse repository at this point
Copy the full SHA 9ab83b9View commit details -
Add
ptr::from_raw_parts
,ptr::from_raw_parts_mut
, and `NonNull::f……rom_raw_parts` The use of module-level functions instead of associated functions on `<*const T>` or `<*mut T>` follows the precedent of `ptr::slice_from_raw_parts` and `ptr::slice_from_raw_parts_mut`.
Configuration menu - View commit details
-
Copy full SHA for 937d580 - Browse repository at this point
Copy the full SHA 937d580View commit details -
Add
to_raw_parts
methods to*const
,*mut
, andNonNull
These are not named `into_` because they do not consume their receiver since raw pointers are `Copy`.
Configuration menu - View commit details
-
Copy full SHA for c0e3a1b - Browse repository at this point
Copy the full SHA c0e3a1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 787f4de - Browse repository at this point
Copy the full SHA 787f4deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ea7f15 - Browse repository at this point
Copy the full SHA 3ea7f15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 642486c - Browse repository at this point
Copy the full SHA 642486cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 21ceebf - Browse repository at this point
Copy the full SHA 21ceebfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ade3fe - Browse repository at this point
Copy the full SHA 5ade3feView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf000f0 - Browse repository at this point
Copy the full SHA cf000f0View commit details -
Use local path for already-imported function
This module has `use super::*;` at the top. Co-authored-by: Oli Scherer <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cac71bf - Browse repository at this point
Copy the full SHA cac71bfView 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.