Skip to content
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

Closed
wants to merge 18 commits into from
Closed

Commits on Dec 12, 2019

  1. Configuration menu
    Copy the full SHA
    0f47327 View commit details
    Browse the repository at this point in the history
  2. Fix signature of __wasilibc_find_relpath

    Looks like this function changed upstream, so it needs to be adjusted
    for when used by libstd.
    alexcrichton committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    641ccd5 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Configuration menu
    Copy the full SHA
    d75c753 View commit details
    Browse the repository at this point in the history
  2. Require stable/unstable annotations for the constness of all stable f…

    …unctions with a `const` modifier
    oli-obk committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    5e17e39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7471ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c83264 View commit details
    Browse the repository at this point in the history
  5. Fix rustdoc test

    oli-obk committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    395a789 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    83b8a56 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3abc727 View commit details
    Browse the repository at this point in the history
  8. Address review comments

    oli-obk committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    f12affe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0745b8c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0b47ba7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b65c6ec View commit details
    Browse the repository at this point in the history
  12. 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
    Centril committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    25d6099 View commit details
    Browse the repository at this point in the history
  13. 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.
    Centril committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    3b18e84 View commit details
    Browse the repository at this point in the history
  14. 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.
    Centril committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    eed699b View commit details
    Browse the repository at this point in the history
  15. 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.
    Centril committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    319dc61 View commit details
    Browse the repository at this point in the history
  16. 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
    Centril committed Dec 13, 2019
    Configuration menu
    Copy the full SHA
    6df8ddc View commit details
    Browse the repository at this point in the history