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 #103026

Merged
merged 19 commits into from
Oct 14, 2022
Merged

Rollup of 7 pull requests #103026

merged 19 commits into from
Oct 14, 2022

Commits on Oct 13, 2022

  1. Configuration menu
    Copy the full SHA
    3df9afc View commit details
    Browse the repository at this point in the history
  2. Add suggestion to the "missing native library" error

    If we fail to locate a native library that we are linking with, it could
    be the case the user entered a complete file name like `foo.lib` or
    `libfoo.a` when we expect them to simply provide `foo`.
    
    In this situation, we now detect that case and suggest the user only
    provide the library name itself.
    wesleywiser committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    097b6d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c47337e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    16cfd6c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    577d2cf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d609c5 View commit details
    Browse the repository at this point in the history
  7. Ensure enum cast moves

    nbdd0121 committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    de0396c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d2d3d94 View commit details
    Browse the repository at this point in the history
  9. Add test for issue 102389

    nbdd0121 committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    f1452fc View commit details
    Browse the repository at this point in the history
  10. Bless tests

    nbdd0121 committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    247da7b View commit details
    Browse the repository at this point in the history
  11. Fix test

    nbdd0121 committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    4a25a49 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2214748 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#103000 - wesleywiser:suggest_libname, r=com…

    …piler-errors
    
    Add suggestion to the "missing native library" error
    
    If we fail to locate a native library that we are linking with, it could be the case the user entered a complete file name like `foo.lib` or `libfoo.a` when we expect them to simply provide `foo`.
    
    In this situation, we now detect that case and suggest the user only provide the library name itself.
    matthiaskrgr committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    c7f048e View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#103006 - WaffleLapkin:rustdoc_dont, r=compi…

    …ler-errors
    
    rustdoc: don't ICE on `TyKind::Typeof`
    
    Fixes rust-lang#102986
    
    I'm not sure why rustdoc started seeing `TyKind::Typeof` all of a sudden (the code being editted was last touched 3 months ago), probably something to do with error recovery? idk.
    matthiaskrgr committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    9692d98 View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#103008 - aliemjay:opaque-parent-substs, r=o…

    …li-obk
    
    replace ReErased with fresh region vars in opaque types
    
    See inline comments.
    
    Prior art rust-lang#102943. cc ``@compiler-errors`` ``@oli-obk``
    
    Fixes rust-lang#100267
    Fixes rust-lang#101940
    Fixes rust-lang#102649
    Fixes rust-lang#102510
    matthiaskrgr committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    059bbf7 View commit details
    Browse the repository at this point in the history
  16. Rollup merge of rust-lang#103011 - GuillaumeGomez:improve-unsafe-fn-g…

    …ui-test, r=notriddle
    
    Improve rustdoc `unsafe-fn` GUI test
    
    r? ``@notriddle``
    matthiaskrgr committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    5f156cc View commit details
    Browse the repository at this point in the history
  17. Rollup merge of rust-lang#103013 - Nilstrieb:patch-1, r=jyn514

    Add new bootstrap entrypoints to triagebot
    
    They haven't been added yet, as seen in rust-lang#103007.
    
    r? ``@jyn514``
    matthiaskrgr committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    ea709c2 View commit details
    Browse the repository at this point in the history
  18. Rollup merge of rust-lang#103016 - nbdd0121:enum, r=pnkfelix

    Ensure enum cast moves
    
    Fix rust-lang#102389
    
    r? ``@pnkfelix``
    matthiaskrgr committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    cf67565 View commit details
    Browse the repository at this point in the history
  19. Rollup merge of rust-lang#103021 - GuillaumeGomez:constraint-pages, r…

    …=Amanieu
    
    Add links to relevant pages to find constraint information
    
    I think it can be quite helpful to find this information more quickly.
    
    r? `@Amanieu`
    matthiaskrgr committed Oct 13, 2022
    Configuration menu
    Copy the full SHA
    3f12e4b View commit details
    Browse the repository at this point in the history