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 7 pull requests #110119

Closed
wants to merge 18 commits into from

Commits on Mar 7, 2023

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

Commits on Apr 6, 2023

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

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    f7f2eb3 View commit details
    Browse the repository at this point in the history
  2. Migrate rustc_hir_analysis to session diagnostic

    Part 3: Finishing `collect.rs` file
    obeis committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    066638b View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Configuration menu
    Copy the full SHA
    55219b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    804e938 View commit details
    Browse the repository at this point in the history
  3. Update compiler/rustc_ty_utils/src/layout.rs

    Fix formatting that rustfmt can't handle currently.
    
    Co-authored-by: Michael Goulet <[email protected]>
    matthewjasper and compiler-errors authored Apr 8, 2023
    Configuration menu
    Copy the full SHA
    8e76c76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c17a705 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. Configuration menu
    Copy the full SHA
    5c75dcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3fcc007 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7ca7c8f View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#108843 - compiler-errors:non_lifetime_binde…

    …rs-method-probe, r=jackh726
    
    Instantiate instead of erasing binder when probing param methods
    
    Fixes rust-lang#108836
    
    There is a really old comment saying that a `WhereClauseCandidate` probe candidate "should not contain any inference variables", but I'm not really confident that that comment applies anymore. In contrast, other candidates that we assemble during method probe contain inference variables in their substitutions (e.g. `InherentImplCandidate`)...
    
    Since this change is made only to support a nightly feature, I'm happy to gate the new behavior behind this feature flag or discuss it further.
    
    r? types
    matthiaskrgr authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    3c64ff7 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#110026 - madsravn:master, r=Mark-Simulacrum

    Updating Wake example to use new 'pin!' macro
    
    Updating the example for the Wake trait to use `pin!` macro instead of `Box::pin`.
    rust-lang#109965
    matthiaskrgr authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    8d427ce View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#110028 - obeis:hir-analysis-migrate-diagnos…

    …tics-3, r=compiler-errors
    
    Migrate `rustc_hir_analysis` to session diagnostic [Part 3]
    
    Part 3: Finishing `collect.rs` file
    
    r? `@compiler-errors`
    matthiaskrgr authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    1b74d0c View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#110081 - fee1-dead-contrib:bump-thiserror, …

    …r=Mark-Simulacrum
    
    bump `thiserror` to use syn 2.0
    
    cc rust-lang#109302
    matthiaskrgr authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    0c72a07 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#110095 - matthewjasper:ty-utils-diagnostics…

    …, r=compiler-errors
    
    Migrate remainder of rustc_ty_utils to `SessionDiagnostic`
    
    This moves the remaining errors in `rust_ty_utils` to `SessionsDiagnostic`.
    
    r? `@davidtwco`
    matthiaskrgr authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    49f9843 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#110108 - duckymirror:rename-ignore-git-chan…

    …gelog, r=ozkanonur
    
    Add renaming of ignore-git to changelog
    
    `bootstrap`'s `ignore-git` option has been renamed to `omit-git-hash` in rust-lang#110059. This PR adds this change to the `CHANGELOG.md`. See also rust-lang#110020 (comment).
    matthiaskrgr authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    4916371 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#110114 - jyn514:wasm-errors, r=compiler-errors

    compiletest: Give a better error message if `node` isn't installed
    matthiaskrgr authored Apr 9, 2023
    Configuration menu
    Copy the full SHA
    9f3a751 View commit details
    Browse the repository at this point in the history