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

Merged
merged 28 commits into from
Jul 20, 2023
Merged

Rollup of 7 pull requests #113890

merged 28 commits into from
Jul 20, 2023

Commits on Jun 23, 2023

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

Commits on Jun 25, 2023

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

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    9e5a67e View commit details
    Browse the repository at this point in the history
  2. Add Foreign to SMIR

    spastorino committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    9b32319 View commit details
    Browse the repository at this point in the history
  3. Add Never to SMIR

    spastorino committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    caa01ad View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Configuration menu
    Copy the full SHA
    68077d5 View commit details
    Browse the repository at this point in the history
  2. Add FnDef ty to SMIR

    spastorino committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    e5c0b96 View commit details
    Browse the repository at this point in the history
  3. Add Closure ty to SMIR

    spastorino committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    c5c38cd View commit details
    Browse the repository at this point in the history
  4. Add Generator to SMIR

    spastorino committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ed32347 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    db35f1d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c5819b2 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Remove adjustments that used to be necessary for search's crate selec…

    …tor appearance (padding)
    
    to look identical on Firefox. New versions of Firefox appear to have changed behavior to agree with Chrome.
    steffahn committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    2009b4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c7428d5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdaec57 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d99f40 View commit details
    Browse the repository at this point in the history
  5. add FIXME

    lcnr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    aa28b77 View commit details
    Browse the repository at this point in the history
  6. re-add comment

    lcnr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    7c97a76 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7de9b65 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d97ec97 View commit details
    Browse the repository at this point in the history
  9. review

    lcnr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    2062f2c View commit details
    Browse the repository at this point in the history
  10. update doc comments

    lcnr committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    5c75bc5 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#110765 - wackbyte:fix-defaultness-position,…

    … r=fmease,GuillaumeGomez
    
    rustdoc: fix position of `default` in method rendering
    
    With the following code:
    ```rs
    #![feature(specialization)]
    
    pub trait A {
        unsafe fn a();
    }
    
    impl A for () {
        default unsafe fn a() {}
    }
    ```
    rustdoc would render the `impl` of `a` as
    ```rs
    unsafe default fn a()
    ```
    which is inconsistent with the actual position of `default`.
    This PR fixes this issue.
    matthiaskrgr authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    80f749d View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#113529 - oli-obk:simd_shuffle_evaluated, r=…

    …wesleywiser
    
    Permit pre-evaluated constants in simd_shuffle
    
    fixes rust-lang#113500
    matthiaskrgr authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    8c17e07 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#113800 - oli-obk:gha_ci_cycle, r=jyn514

    Avoid another gha group nesting
    
    fixes rust-lang#113798 (`x test error_index_generator` did not work locally anymore)
    
    r? ``@jyn514``
    matthiaskrgr authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    6102785 View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#113827 - spastorino:smir-types-4, r=oli-obk

    Add Foreign, Never, FnDef, Closure and Generator tys to SMIR
    
    r? ``@oli-obk``
    matthiaskrgr authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    1a748f0 View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#113835 - lcnr:assemble-candidates-consideri…

    …ng-self-ty, r=compiler-errors
    
    new solver: don't consider blanket impls multiple times
    
    only consider candidates which rely on the self type in `assemble_candidates_after_normalizing_self_ty`.
    
    r? ``@compiler-errors``
    matthiaskrgr authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    add8298 View commit details
    Browse the repository at this point in the history
  16. Rollup merge of rust-lang#113883 - steffahn:rustdoc-search-crate-sele…

    …ctor-padding, r=GuillaumeGomez
    
    Remove outdated Firefox-specific CSS for search's crate selector appearance
    
    Remove adjustments that used to be necessary for search's crate selector appearance (padding) to look identical on Firefox. New versions of Firefox appear to have changed behavior to agree with Chrome.
    
    As briefly discussed in rust-lang#98855 (comment)
    
    r? ``@GuillaumeGomez``
    matthiaskrgr authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    8ac957a View commit details
    Browse the repository at this point in the history
  17. Rollup merge of rust-lang#113884 - oli-obk:delay_span_bug_detrans_lat…

    …e, r=davidtwco
    
    Don't translate compiler-internal bug messages
    
    These are not very useful to be translated, as
    
    * translators would get really weird and bad english versions to start out from,
    * compiler devs have to do some work for what is supposed to be dead code and just a sanity check,
    * the target audience is other compiler devs.
    
    r? `@davidtwco`
    matthiaskrgr authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    464e02a View commit details
    Browse the repository at this point in the history