-
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 5 pull requests #70518
Rollup of 5 pull requests #70518
Commits on Mar 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 37c63ed - Browse repository at this point
Copy the full SHA 37c63edView commit details
Commits on Mar 28, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8bad484 - Browse repository at this point
Copy the full SHA 8bad484View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01dbaed - Browse repository at this point
Copy the full SHA 01dbaedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a0e69d - Browse repository at this point
Copy the full SHA 1a0e69dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1f53fdc - Browse repository at this point
Copy the full SHA 1f53fdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for bd9e046 - Browse repository at this point
Copy the full SHA bd9e046View commit details -
Configuration menu - View commit details
-
Copy full SHA for 38c8ba3 - Browse repository at this point
Copy the full SHA 38c8ba3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc584d5 - Browse repository at this point
Copy the full SHA cc584d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 235700f - Browse repository at this point
Copy the full SHA 235700fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3781a1a - Browse repository at this point
Copy the full SHA 3781a1aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ca4b403 - Browse repository at this point
Copy the full SHA ca4b403View commit details -
Configuration menu - View commit details
-
Copy full SHA for 271d43b - Browse repository at this point
Copy the full SHA 271d43bView commit details
Commits on Mar 29, 2020
-
Rollup merge of rust-lang#69937 - TyPR124:osstr_ascii, r=dtolnay
ASCII methods on OsStr Would close rust-lang#69566 I don't know enough about encodings to know if this is a valid change, however the comment on the issue suggests it could be. This does two things: 1. Makes ASCII methods available on OsStr 2. Makes it possible to obtain a `&mut OsStr`. This is necessary to actually use `OsStr::make_ascii_*case` methods since they modify the underlying value. As far as I can tell, the only way to modify a `&mut OsStr` is via the methods I just added. My original hope was to have these methods on `OsStrExt` for Windows, since the standard library already assumes `make_ascii_uppercase` is valid in Windows (see the change I made to windows/process.rs). If it is found these are not valid changes on non-Windows platforms, I can move the methods to the ext trait instead.
Configuration menu - View commit details
-
Copy full SHA for d584f5a - Browse repository at this point
Copy the full SHA d584f5aView commit details -
Rollup merge of rust-lang#70235 - dillona:70182-check-before-using-gi…
…t, r=Mark-Simulacrum Validate git setup before accessing functionality Closes rust-lang#70182
Configuration menu - View commit details
-
Copy full SHA for a0d6eed - Browse repository at this point
Copy the full SHA a0d6eedView commit details -
Rollup merge of rust-lang#70503 - RalfJung:null, r=varkor
rename Scalar::{ptr_null -> null_ptr} and add "machine_" prefix like elsewhere "NULL pointer" is just much more common terminology than "pointer-null". Also I forgot two methods when renaming all the `Scalar` things to `(to|from)_machine_(u|i)size`.
Configuration menu - View commit details
-
Copy full SHA for 96e2934 - Browse repository at this point
Copy the full SHA 96e2934View commit details -
Rollup merge of rust-lang#70508 - RalfJung:scalar-from, r=eddyb
Miri: use more specialized Scalar::from_ constructors where appropriate
Configuration menu - View commit details
-
Copy full SHA for acc1dc2 - Browse repository at this point
Copy the full SHA acc1dc2View commit details -
Rollup merge of rust-lang#70510 - RalfJung:bool-vs-boolean, r=Mark-Si…
…mulacrum fix TryEnterCriticalSection return type Source: https://docs.microsoft.com/en-us/windows/win32/api/synchapi/nf-synchapi-tryentercriticalsection Fixes rust-lang#70504
Configuration menu - View commit details
-
Copy full SHA for be8d896 - Browse repository at this point
Copy the full SHA be8d896View commit details