-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
RFC: #[derive(SmartPointer)] #3621
Merged
nikomatsakis
merged 16 commits into
rust-lang:master
from
Darksonn:derive-smart-pointer
Jul 11, 2024
Merged
RFC: #[derive(SmartPointer)] #3621
nikomatsakis
merged 16 commits into
rust-lang:master
from
Darksonn:derive-smart-pointer
Jul 11, 2024
Commits on May 2, 2024
-
Co-authored-by: Lukas Wirth <lukastw97@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 061c786 - Browse repository at this point
Copy the full SHA 061c786View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a62c64 - Browse repository at this point
Copy the full SHA 8a62c64View commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f775825 - Browse repository at this point
Copy the full SHA f775825View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f029b2 - Browse repository at this point
Copy the full SHA 8f029b2View commit details
Commits on May 11, 2024
-
Adjust how the macro expands trait bounds
Without this adjustment, it would not be possible to use this macro with types such as the `ARef` type that was discussed on the RFC thread [1], since we need `AlwaysRefcounted` to be specified for both T and U. Link: https://www.github.com/rust-lang/rfcs/pull/3621#issuecomment-2094094231 [1]
Configuration menu - View commit details
-
Copy full SHA for 211abb3 - Browse repository at this point
Copy the full SHA 211abb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cd0f76 - Browse repository at this point
Copy the full SHA 4cd0f76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44e8727 - Browse repository at this point
Copy the full SHA 44e8727View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd05ef2 - Browse repository at this point
Copy the full SHA cd05ef2View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9104e7 - Browse repository at this point
Copy the full SHA a9104e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f4e36b - Browse repository at this point
Copy the full SHA 7f4e36bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1eec5b3 - Browse repository at this point
Copy the full SHA 1eec5b3View commit details
Commits on May 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 17b4d18 - Browse repository at this point
Copy the full SHA 17b4d18View commit details -
Configuration menu - View commit details
-
Copy full SHA for afe5534 - Browse repository at this point
Copy the full SHA afe5534View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cfbde5 - Browse repository at this point
Copy the full SHA 5cfbde5View commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4fcfcca - Browse repository at this point
Copy the full SHA 4fcfccaView commit details
Commits on Jul 9, 2024
-
Remove details about how repr(transparent) constraint is implemented
And add #[repr(transparent)] to the examples.
Configuration menu - View commit details
-
Copy full SHA for 85ef575 - Browse repository at this point
Copy the full SHA 85ef575View 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.