-
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 6 pull requests #69219
Rollup of 6 pull requests #69219
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
[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+ rollup=never p=6 |
📌 Commit b0052c4 has been approved by |
⌛ Testing commit b0052c4 with merge 942ea9628bd6a99d0034937a62bd3f4da07402e0... |
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 |
Uhmm, this failure has been shown three times, closing. |
Successful merges:
macro_rules
is a weak keyword #69186 ([tiny] parser:macro_rules
is a weak keyword)Failed merges:
r? @ghost