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 10 pull requests #67080

Merged
merged 28 commits into from
Dec 6, 2019
Merged

Rollup of 10 pull requests #67080

merged 28 commits into from
Dec 6, 2019

Commits on Nov 22, 2019

  1. Configuration menu
    Copy the full SHA
    e20f630 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de362b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2019

  1. Configuration menu
    Copy the full SHA
    481b18a View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. [CI] fix the ! isCI check in src/ci/run.sh

    Using `if [ ! isCI ] || ...` doesn't run any command, just tests `isCI`
    as a string, whereas `if ! isCI || ...` will actually run the `isCI`
    command and negate its exit status.
    cuviper committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    b1ececa View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2019

  1. Configuration menu
    Copy the full SHA
    7693bb9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    26a1ba8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3091b82 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    79849ee View commit details
    Browse the repository at this point in the history
  5. Update missed test.

    reese committed Dec 3, 2019
    Configuration menu
    Copy the full SHA
    911b7d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c911bb1 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2019

  1. Configuration menu
    Copy the full SHA
    c2ce7dd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e5450d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9eaea4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae753a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8be7223 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2019

  1. Merge pull request rust-lang#46 from Wind-River/master_base_V7LIBC-1069

    add ExitStatusExt into prelude
    n-salim committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    28b37a2 View commit details
    Browse the repository at this point in the history
  2. Fix fetching arguments on the wasm32-wasi target

    Fixes an error introduced in rust-lang#66750 where wasi executables always think
    they have zero arguments because one of the vectors returned here
    accidentally thought it was length 0.
    alexcrichton committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    f7789ad View commit details
    Browse the repository at this point in the history
  3. Update the revision of wasi-libc used in wasm32-wasi

    This commit updates the `wasi-libc` repository used to build the
    wasm32-wasi target's libstd to ensure that both libstd and libc are
    using the same wasi snapshot version.
    alexcrichton committed Dec 5, 2019
    Configuration menu
    Copy the full SHA
    db7b0f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2019

  1. Rollup merge of rust-lang#66649 - Wind-River:master_xyz, r=alexcrichton

    VxWorks: fix issues in accessing environment variables
    JohnTitor committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    617b07e View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#66764 - estebank:reword-bad-collect, r=alex…

    …crichton
    
    Tweak wording of `collect()` on bad target type
    
    Fix rust-lang#60440.
    JohnTitor committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    3d2cb55 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#66900 - GuillaumeGomez:clean-up-err-codes, …

    …r=Dylan-DPC
    
    Clean up error codes
    
    r? @Dylan-DPC
    JohnTitor committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    c31773c View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#66974 - cuviper:not-isCI, r=alexcrichton

    [CI] fix the `! isCI` check in src/ci/run.sh
    
    Using `if [ ! isCI ] || ...` doesn't run any command, just tests `isCI`
    as a string, whereas `if ! isCI || ...` will actually run the `isCI`
    command and negate its exit status.
    JohnTitor committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    3b878aa View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#66979 - reese:E0631-long-error, r=Guillaume…

    …Gomez
    
    Add long error for E0631 and update ui tests.
    
    This PR adds a long error for `E0631`, which covers errors where closure argument types are mismatched. It also updates UI tests where this error is applicable.
    
    Part of rust-lang#61137
    JohnTitor committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    6c0165f View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#67017 - GuillaumeGomez:long-err-explanation…

    …s-2, r=Dylan-DPC
    
    cleanup long error explanations
    
    r? @Dylan-DPC
    JohnTitor committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    662a225 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#67021 - elichai:2019-12-fmt, r=QuietMisdreavus

    Fix docs for formatting delegations
    
    If you use the example in the docs right now it breaks all the options Formatters have to offer.
    i.e. https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=214392ecc6eff73b4789c32568395f72 this should've padded the output with 4 zeros but didn't.
    
    with the new example it does work: https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=3bdfb29f395230c5129c5f56dcfcb2a9
    
    The only thing i'm not quite sure about is what's the right way to do it in a loop (altough non of the docs talk about it people are doing it in the wild and there were a couple of attempts to include in libcore)
    i.e. https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=4c4dca3c90ba36779ecd014f3899ab9c
    JohnTitor committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    f7c2631 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#67041 - Wind-River:master_base, r=alexcrichton

    add ExitStatusExt into prelude
    
    r? @alexcrichton
    JohnTitor committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    1bb868c View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#67065 - alexcrichton:update-wasi, r=sfackler

    Fix fetching arguments on the wasm32-wasi target
    
    Fixes an error introduced in rust-lang#66750 where wasi executables always think
    they have zero arguments because one of the vectors returned here
    accidentally thought it was length 0.
    JohnTitor committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    f77b8d3 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#67066 - alexcrichton:update-wasi-libc, r=Ma…

    …rk-Simulacrum
    
    Update the revision of wasi-libc used in wasm32-wasi
    
    This commit updates the `wasi-libc` repository used to build the
    wasm32-wasi target's libstd to ensure that both libstd and libc are
    using the same wasi snapshot version.
    JohnTitor committed Dec 6, 2019
    Configuration menu
    Copy the full SHA
    acd2b08 View commit details
    Browse the repository at this point in the history