-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Rollup of 7 pull requests #69215
Rollup of 7 pull requests #69215
Conversation
This might spare someone else a little time searching the stdlib for unicode/grapheme support.
s/for reads and writes/for both ...
Added missing condition: `dst` must be readable
For all methods which read a value of type T, `read`, `read_unaligned`, `read_volatile` and `replace`, added missing constraint: The value they point to must be properly initialized
Added missing conditions: - Valid for writes - Valid for destructing
Updating str.chars docs to mention crates.io. This might spare someone else a little time searching the stdlib for unicode/grapheme support.
Improve #Safety of various methods in core::ptr For `read`, `read_unaligned`,`read_volatile`, `replace`, and `drop_in_place`: - The value they point to must be properly initialized For `replace`, additionally: - The pointer must be readable
macOS: avoid calling pthread_self() twice
Rename `FunctionRetTy` to `FnRetTy` As per FIXME comment r? @Centril
[tiny] parser: `macro_rules` is a weak keyword r? @Centril
…lan-DPC Clean up E0309 explanation r? @Dylan-DPC
…acrum debug_assert a few more raw pointer methods Fixes rust-lang#53871
@bors r+ p=7 rollup=never |
📌 Commit 1dafcce has been approved by |
⌛ Testing commit 1dafcce with merge 0370cef186fc1a2dd44305b16234ec551d4ad408... |
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
💔 Test failed - checks-azure |
Successful merges:
FunctionRetTy
toFnRetTy
#69179 (RenameFunctionRetTy
toFnRetTy
)macro_rules
is a weak keyword #69186 ([tiny] parser:macro_rules
is a weak keyword)Failed merges:
r? @ghost