-
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 5 pull requests #67288
Rollup of 5 pull requests #67288
Commits on Dec 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0f47327 - Browse repository at this point
Copy the full SHA 0f47327View commit details -
Fix signature of
__wasilibc_find_relpath
Looks like this function changed upstream, so it needs to be adjusted for when used by libstd.
Configuration menu - View commit details
-
Copy full SHA for 641ccd5 - Browse repository at this point
Copy the full SHA 641ccd5View commit details
Commits on Dec 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d75c753 - Browse repository at this point
Copy the full SHA d75c753View commit details -
Require stable/unstable annotations for the constness of all stable f…
…unctions with a `const` modifier
Configuration menu - View commit details
-
Copy full SHA for 5e17e39 - Browse repository at this point
Copy the full SHA 5e17e39View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7471ad - Browse repository at this point
Copy the full SHA c7471adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c83264 - Browse repository at this point
Copy the full SHA 8c83264View commit details -
Configuration menu - View commit details
-
Copy full SHA for 395a789 - Browse repository at this point
Copy the full SHA 395a789View commit details -
Configuration menu - View commit details
-
Copy full SHA for 83b8a56 - Browse repository at this point
Copy the full SHA 83b8a56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3abc727 - Browse repository at this point
Copy the full SHA 3abc727View commit details -
Configuration menu - View commit details
-
Copy full SHA for f12affe - Browse repository at this point
Copy the full SHA f12affeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0745b8c - Browse repository at this point
Copy the full SHA 0745b8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b47ba7 - Browse repository at this point
Copy the full SHA 0b47ba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b65c6ec - Browse repository at this point
Copy the full SHA b65c6ecView commit details -
Rollup merge of rust-lang#67130 - wesleywiser:const_prop_into_locals,…
… r=oli-obk Const prop should finish propagation into user defined variables Fixes rust-lang#66638 ~~Temporarily rebased on top of rust-lang#67015 to get those fixes.~~ r? @oli-obk
Configuration menu - View commit details
-
Copy full SHA for 25d6099 - Browse repository at this point
Copy the full SHA 25d6099View commit details -
Rollup merge of rust-lang#67136 - oli-obk:const_stability, r=Centril
Require stable/unstable annotations for the constness of all stable fns with a const modifier r? @RalfJung @Centril Every `#[stable]` const fn now needs either a `#[rustc_const_unstable]` attribute or a `#[rustc_const_stable]` attribute. You can't silently stabilize the constness of a function anymore.
Configuration menu - View commit details
-
Copy full SHA for 3b18e84 - Browse repository at this point
Copy the full SHA 3b18e84View commit details -
Rollup merge of rust-lang#67255 - tuxillo:remove-i686-unknown-dragonf…
…ly, r=alexcrichton Remove i686-unknown-dragonfly target DragonFly BSD removed support for i386 a while ago. It only supports x86_64 right now.
Configuration menu - View commit details
-
Copy full SHA for eed699b - Browse repository at this point
Copy the full SHA eed699bView commit details -
Rollup merge of rust-lang#67267 - alexcrichton:update-wasi-libc, r=Dy…
…lan-DPC Fix signature of `__wasilibc_find_relpath` Looks like this function changed upstream, so it needs to be adjusted for when used by libstd.
Configuration menu - View commit details
-
Copy full SHA for 319dc61 - Browse repository at this point
Copy the full SHA 319dc61View commit details -
Rollup merge of rust-lang#67282 - pjw91:patch-1, r=Dylan-DPC
Fix example code of OpenOptions::open The example didn't set the access mode flag, which resulted in an `Err(InvalidInput)`. r? @steveklabnik
Configuration menu - View commit details
-
Copy full SHA for 6df8ddc - Browse repository at this point
Copy the full SHA 6df8ddcView commit details