-
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
Rollup of 7 pull requests #69215
Rollup of 7 pull requests #69215
Commits on Jan 23, 2020
-
Updating str.chars docs to mention crates.io.
This might spare someone else a little time searching the stdlib for unicode/grapheme support.
Configuration menu - View commit details
-
Copy full SHA for ac19dff - Browse repository at this point
Copy the full SHA ac19dffView commit details
Commits on Feb 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5c962c7 - Browse repository at this point
Copy the full SHA 5c962c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dcad07a - Browse repository at this point
Copy the full SHA dcad07aView commit details -
Improve #Safety in various methods in core::ptr
s/for reads and writes/for both ...
Configuration menu - View commit details
-
Copy full SHA for 302b9e4 - Browse repository at this point
Copy the full SHA 302b9e4View commit details -
Improve #Safety of core::ptr::replace
Added missing condition: `dst` must be readable
Configuration menu - View commit details
-
Copy full SHA for 351782d - Browse repository at this point
Copy the full SHA 351782dView commit details -
Improve #Safety in various methods in core::ptr
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
Configuration menu - View commit details
-
Copy full SHA for 40ca167 - Browse repository at this point
Copy the full SHA 40ca167View commit details -
Configuration menu - View commit details
-
Copy full SHA for cadf9ef - Browse repository at this point
Copy the full SHA cadf9efView commit details
Commits on Feb 16, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 67068f3 - Browse repository at this point
Copy the full SHA 67068f3View commit details -
Improve #Safety of core::ptr::drop_in_place
Added missing conditions: - Valid for writes - Valid for destructing
Configuration menu - View commit details
-
Copy full SHA for 943e653 - Browse repository at this point
Copy the full SHA 943e653View commit details -
Configuration menu - View commit details
-
Copy full SHA for bec5d37 - Browse repository at this point
Copy the full SHA bec5d37View commit details -
Rollup merge of rust-lang#68495 - sdegutis:patch-1, r=Mark-Simulacrum
Updating str.chars docs to mention crates.io. This might spare someone else a little time searching the stdlib for unicode/grapheme support.
Configuration menu - View commit details
-
Copy full SHA for fbff711 - Browse repository at this point
Copy the full SHA fbff711View commit details -
Rollup merge of rust-lang#68701 - amosonn:patch-2, r=RalfJung
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
Configuration menu - View commit details
-
Copy full SHA for 4e5b578 - Browse repository at this point
Copy the full SHA 4e5b578View commit details -
Rollup merge of rust-lang#68767 - kubo39:patch-macos, r=shepmaster
macOS: avoid calling pthread_self() twice
Configuration menu - View commit details
-
Copy full SHA for 2f4d648 - Browse repository at this point
Copy the full SHA 2f4d648View commit details -
Rollup merge of rust-lang#69179 - JohnTitor:rename-to-fnretty, r=Centril
Rename `FunctionRetTy` to `FnRetTy` As per FIXME comment r? @Centril
Configuration menu - View commit details
-
Copy full SHA for fbd42a7 - Browse repository at this point
Copy the full SHA fbd42a7View commit details -
Rollup merge of rust-lang#69186 - petrochenkov:kwrules, r=Centril
[tiny] parser: `macro_rules` is a weak keyword r? @Centril
Configuration menu - View commit details
-
Copy full SHA for f8d7282 - Browse repository at this point
Copy the full SHA f8d7282View commit details -
Rollup merge of rust-lang#69188 - GuillaumeGomez:clean-up-e0309, r=Dy…
…lan-DPC Clean up E0309 explanation r? @Dylan-DPC
Configuration menu - View commit details
-
Copy full SHA for 2ecba06 - Browse repository at this point
Copy the full SHA 2ecba06View commit details -
Rollup merge of rust-lang#69208 - RalfJung:debug-assert, r=Mark-Simul…
…acrum debug_assert a few more raw pointer methods Fixes rust-lang#53871
Configuration menu - View commit details
-
Copy full SHA for 1dafcce - Browse repository at this point
Copy the full SHA 1dafcceView commit details