-
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 #67291
Rollup of 5 pull requests #67291
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 8f3021b - Browse repository at this point
Copy the full SHA 8f3021bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57959b2 - Browse repository at this point
Copy the full SHA 57959b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f59902 - Browse repository at this point
Copy the full SHA 8f59902View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee233c0 - Browse repository at this point
Copy the full SHA ee233c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99e132d - Browse repository at this point
Copy the full SHA 99e132dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1122404 - Browse repository at this point
Copy the full SHA 1122404View commit details -
Configuration menu - View commit details
-
Copy full SHA for caa7c99 - Browse repository at this point
Copy the full SHA caa7c99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3325671 - Browse repository at this point
Copy the full SHA 3325671View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2add77d - Browse repository at this point
Copy the full SHA 2add77dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8e997c - Browse repository at this point
Copy the full SHA a8e997cView commit details -
Look for "unstable feature" error code in test
Conditionals and loops now have unstable features, and `feature_err` has its own error code. I think that `feature_err` should take an error code as a parameter, but don't have the energy to make this change throughout the codebase. Also, the error code system may be torn out entirely.
Configuration menu - View commit details
-
Copy full SHA for a2a0774 - Browse repository at this point
Copy the full SHA a2a0774View commit details -
Fix grammar in test description
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b3aecd0 - Browse repository at this point
Copy the full SHA b3aecd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b5ae1c - Browse repository at this point
Copy the full SHA 2b5ae1cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80581be - Browse repository at this point
Copy the full SHA 80581beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 34ce0ba - Browse repository at this point
Copy the full SHA 34ce0baView commit details -
Configuration menu - View commit details
-
Copy full SHA for 598bed6 - Browse repository at this point
Copy the full SHA 598bed6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 029725f - Browse repository at this point
Copy the full SHA 029725fView commit details -
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0f0bfc9 - Browse repository at this point
Copy the full SHA 0f0bfc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for faa52d1 - Browse repository at this point
Copy the full SHA faa52d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b65c6ec - Browse repository at this point
Copy the full SHA b65c6ecView commit details
Commits on Dec 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f5e9bda - Browse repository at this point
Copy the full SHA f5e9bdaView commit details -
Rollup merge of rust-lang#67151 - petrochenkov:docomm, r=estebank
doc comments: Less attribute mimicking Make sure doc comments are not converted into intermediate meta-items, or not mixed with `doc(inline)` or something like that. Follow-up to rust-lang#65750.
Configuration menu - View commit details
-
Copy full SHA for d720440 - Browse repository at this point
Copy the full SHA d720440View commit details -
Rollup merge of rust-lang#67216 - ecstatic-morse:const-loop, r=oli-obk
Enable `loop` and `while` in constants behind a feature flag This PR is an initial implementation of rust-lang#52000. It adds a `const_loop` feature gate, which allows `while` and `loop` expressions through both HIR and MIR const-checkers if enabled. `for` expressions remain forbidden by the HIR const-checker, since they desugar to a call to `IntoIterator::into_iter`, which will be rejected anyways. `while` loops also require [`#![feature(const_if_match)]`](rust-lang#66507), since they have a conditional built into them. The diagnostics from the HIR const checker will suggest this to the user. r? @oli-obk cc @rust-lang/wg-const-eval
Configuration menu - View commit details
-
Copy full SHA for 0e2fb73 - Browse repository at this point
Copy the full SHA 0e2fb73View 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 393ddd6 - Browse repository at this point
Copy the full SHA 393ddd6View 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 18cbf24 - Browse repository at this point
Copy the full SHA 18cbf24View 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 389aa5f - Browse repository at this point
Copy the full SHA 389aa5fView commit details