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 6 pull requests #66591

Closed
wants to merge 33 commits into from
Closed

Commits on Nov 11, 2019

  1. add ui test for issue-62097

    csmoe committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    b380d35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcc14c4 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. update suggestion ui test

    csmoe committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    9124f7a View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2019

  1. Configuration menu
    Copy the full SHA
    405866a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44b6811 View commit details
    Browse the repository at this point in the history
  3. make simd_size return a u64

    RalfJung committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    09180d7 View commit details
    Browse the repository at this point in the history
  4. ICE on invalid MIR

    RalfJung committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    8952c8a View commit details
    Browse the repository at this point in the history
  5. avoid some casts

    RalfJung committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    5e115a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2019

  1. Configuration menu
    Copy the full SHA
    5b0e702 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c2e1658 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05f5f76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1dd5133 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    efcb695 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2a67986 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a265bc2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2ba84c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    333c114 View commit details
    Browse the repository at this point in the history
  10. HashStable in libsyntax.

    cjgillot committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    375a761 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    79bde05 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e8e7ad6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5b4dad7 View commit details
    Browse the repository at this point in the history
  14. Remove extern crate.

    cjgillot committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    3d97a91 View commit details
    Browse the repository at this point in the history
  15. Simplify impl for SymbolStr.

    cjgillot committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    44a595f View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2019

  1. Disable gdb pretty printer global section on wasm targets

    The wasm targets don't support gdb anyway so there's no need for this
    section there.
    alexcrichton committed Nov 18, 2019
    Configuration menu
    Copy the full SHA
    eda67ba View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2019

  1. Configuration menu
    Copy the full SHA
    c90ad20 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bca64ce View commit details
    Browse the repository at this point in the history
  3. ci: guess some environment variables based on builder name and os

    Some environment variables (like DEPLOY or DEPLOY_ALT for dist builders,
    or IMAGE on Linux builders) are set on a lot of builders, and whether
    they should be present or not can be detected automatically based on the
    builder name and the platform.
    
    This commit simplifies the CI configuration by automatically setting
    those environment variables.
    pietroalbini committed Nov 20, 2019
    Configuration menu
    Copy the full SHA
    b1a5bb0 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#65730 - csmoe:return-lifetime, r=nikomatsakis

    Suggest to add lifetime constraint at explicit ouput of functions
    
    Closes rust-lang#62097
    Centril authored Nov 20, 2019
    Configuration menu
    Copy the full SHA
    360ddc3 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#66460 - cjgillot:hashstable_generic, r=Zoxc

    Add a proc-macro to derive HashStable in librustc dependencies
    
    A second proc-macro is added to derive HashStable for crates librustc depends on.
    This proc-macro HashStable_Generic (to bikeshed) allows to decouple code and some librustc's boilerplate.
    
    Not everything is migrated, because `Span` and `TokenKind` require to be placed inside librustc.
    Types using them stay there too.
    
    Split out of rust-lang#66279
    r? @Zoxc
    Centril authored Nov 20, 2019
    Configuration menu
    Copy the full SHA
    f16a729 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#66468 - RalfJung:simd-cleanup, r=oli-obk

    Cleanup Miri SIMD intrinsics
    
    r? @oli-obk @eddyb Cc @gnzlbg
    Centril authored Nov 20, 2019
    Configuration menu
    Copy the full SHA
    676c51a View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#66520 - alexcrichton:disable-gdb-wasm, r=eddyb

    Disable gdb pretty printer global section on wasm targets
    
    The wasm targets don't support gdb anyway so there's no need for this
    section there.
    Centril authored Nov 20, 2019
    Configuration menu
    Copy the full SHA
    8ca51cb View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#66539 - estebank:let-ty, r=Centril

    Point at type in `let` assignment on type errors
    
    Fix rust-lang#61067.
    Centril authored Nov 20, 2019
    Configuration menu
    Copy the full SHA
    e6e44cf View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#66569 - pietroalbini:gha-1, r=alexcrichton

    GitHub Actions: preparations, part 1
    
    This PR adds the first batch of commits in preparation for GitHub Actions:
    
    * Added GitHub Actions support in `src/ci/shared.sh` and bootstrap.
    * Addded a `setup-environment.sh` script which guesses and sets the `DEPLOY`, `DEPLOY_ALT` and `IMAGE` environment variables automatically, to reduce the verbosity of the CI configuration.
    
    This PR does **not** yet add any builders on GitHub Actions.
    
    r? @alexcrichton
    Centril authored Nov 20, 2019
    Configuration menu
    Copy the full SHA
    7785cc4 View commit details
    Browse the repository at this point in the history