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 8 pull requests #75747

Merged
merged 20 commits into from
Aug 20, 2020
Merged

Rollup of 8 pull requests #75747

merged 20 commits into from
Aug 20, 2020

Commits on Aug 18, 2020

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

Commits on Aug 19, 2020

  1. Configuration menu
    Copy the full SHA
    6a80b13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    632db79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    46f2b41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ccb0493 View commit details
    Browse the repository at this point in the history
  5. Upgrade Emscripten on CI to 1.39.20

    This Emscripten version was the first to be cut after the LLVM 11
    release branch was created, so it should be the most compatible with
    LLVM 11. The old version we were using was incompatible with LLVM 11
    because its wasm-ld did not understand all the relocations that LLVM
    11 emits.
    tlively committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    f3585a9 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. Remove duplicated alloc vec bench push_all_move

    push_all_move is the same as extend
    pickfire committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    2932d4e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd71675 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f2e182 View commit details
    Browse the repository at this point in the history
  4. Apply review comments

    GuillaumeGomez committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    7f55c83 View commit details
    Browse the repository at this point in the history
  5. Rename rustc_lexer::TokenKind::Not to Bang

    All other tokens are named by the punctuation they use, rather than
    by semantics operation they stand for. `!` is the only exception to
    the rule, let's fix it.
    matklad committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    5299297 View commit details
    Browse the repository at this point in the history
  6. Suppress ty::Float in MIR comments of ty::Const

    Already covered by MIR constant comments
    tesuji committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    d97bbd3 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#75672 - kofls:intradoc-fix, r=jyn514

    Move to intra-doc links for task.rs and vec.rs
    
    Partial fix for rust-lang#75080
    
    links for [`get`], [`get_mut`] skipped due to rust-lang#75643
    link for [`copy_from_slice`] skipped due to rust-lang#63351
    cuviper committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    f29f212 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#75702 - GuillaumeGomez:cleanup-e0759, r=pic…

    …kfire
    
    Clean up E0759 explanation
    
    r? @Dylan-DPC
    
    cc @pickfire
    cuviper committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    ba104d2 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#75703 - tmiasko:stack-overflow-musl, r=cuviper

    Enable stack-overflow detection on musl for non-main threads
    cuviper committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    7ac126e View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#75710 - ThibsG:FixBadPrinting75447, r=oli-obk

    Fix bad printing of const-eval queries
    
    Fixes: rust-lang#75447
    
    r? @RalfJung
    
    cc @oli-obk
    cuviper committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    6a3425e View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#75716 - tlively:upgrade-emscripten-1.39.20,…

    … r=cuviper
    
    Upgrade Emscripten on CI to 1.39.20
    
    This Emscripten version was the first to be cut after the LLVM 11
    release branch was created, so it should be the most compatible with
    LLVM 11. The old version we were using was incompatible with LLVM 11
    because its wasm-ld did not understand all the relocations that LLVM
    11 emits.
    cuviper committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    02b2f73 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#75731 - lzutao:mir-cmts-suppress-float-ty-c…

    …onst, r=oli-obk
    
    Suppress ty::Float in MIR comments of ty::Const
    
    Already covered by MIR constant comments
    cuviper committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    16b9b90 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#75733 - pickfire:patch-3, r=matklad

    Remove duplicated alloc vec bench push_all_move
    
    push_all_move is the same as extend
    cuviper committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    6ac1523 View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#75743 - matklad:excl, r=davidtwco

    Rename rustc_lexer::TokenKind::Not to Bang
    
    All other tokens are named by the punctuation they use, rather than
    by semantics operation they stand for. `!` is the only exception to
    the rule, let's fix it.
    cuviper committed Aug 20, 2020
    Configuration menu
    Copy the full SHA
    2a3f43d View commit details
    Browse the repository at this point in the history