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 3 pull requests #90217

Closed
wants to merge 11 commits into from

Commits on Oct 15, 2021

  1. write substs for lang item paths

    lcnr committed Oct 15, 2021
    Configuration menu
    Copy the full SHA
    7f79153 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80fe0bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    00e5abe View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. Configuration menu
    Copy the full SHA
    2fa9b11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a7ccf22 View commit details
    Browse the repository at this point in the history
  3. Ignore wasm32 in test.

    cjgillot committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    70aeced View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

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

Commits on Oct 23, 2021

  1. Repace use of static_nobundle with native_link_modifiers

    This fixes warning when building Rust and running tests:
    ```
    warning: library kind `static-nobundle` has been superseded by specifying `-bundle` on library kind `static`. Try `static:-bundle`
    warning: `rustc_llvm` (lib) generated 2 warnings (1 duplicate)
    ```
    mati865 committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    a076f2b View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#85254 - cjgillot:reveal-mir, r=lcnr

    Normalize MIR with RevealAll before optimizations.
    
    Fixes rust-lang#78442
    matthiaskrgr authored Oct 23, 2021
    Configuration menu
    Copy the full SHA
    41b215b View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#89558 - lcnr:query-stable-lint, r=estebank

    Add rustc lint, warning when iterating over hashmaps
    
    r? rust-lang/wg-incr-comp
    matthiaskrgr authored Oct 23, 2021
    Configuration menu
    Copy the full SHA
    65c1a2e View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#90205 - mati865:link-modifiers-in-rustc, r=…

    …petrochenkov
    
    Repace use of `static_nobundle` with `native_link_modifiers` within Rust codebase
    
    This fixes warnings when building Rust and running tests:
    ```
    warning: library kind `static-nobundle` has been superseded by specifying `-bundle` on library kind `static`. Try `static:-bundle`
    warning: `rustc_llvm` (lib) generated 2 warnings (1 duplicate)
    ```
    matthiaskrgr authored Oct 23, 2021
    Configuration menu
    Copy the full SHA
    0cf784d View commit details
    Browse the repository at this point in the history