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

Closed
wants to merge 17 commits into from

Commits on Sep 7, 2021

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

Commits on Sep 10, 2021

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

Commits on Sep 11, 2021

  1. Configuration menu
    Copy the full SHA
    5dab3c5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e5c2412 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d98892b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0b83f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1b3fe75 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. Configuration menu
    Copy the full SHA
    6a2f500 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cefa900 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2021

  1. Configuration menu
    Copy the full SHA
    8be729c View commit details
    Browse the repository at this point in the history
  2. * Enable generate-link-to-def feature on a rustdoc GUI test

     * Add test for jump-to-def links background color
    GuillaumeGomez committed Sep 13, 2021
    Configuration menu
    Copy the full SHA
    9e482c1 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Rollup merge of rust-lang#88722 - WaffleLapkin:unsafe_cell_const_get_…

    …mut, r=dtolnay
    
    Make `UnsafeCell::get_mut` const
    workingjubilee authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    7d960ea View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#88841 - notriddle:notriddle/method-parens, …

    …r=estebank
    
    feat(rustc_typeck): suggest removing bad parens in `(recv.method)()`
    
    Fixes rust-lang#88803
    workingjubilee authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    d8d6a50 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#88851 - fee1-dead:dup-bound, r=oli-obk

    Fix duplicate bounds for const_trait_impl
    
    Fixes rust-lang#88383.
    
    Compare the constness of the candidates before winnowing and removing a `~const` `BoundCandidate`.
    workingjubilee authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    6553a31 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#88855 - calebzulawski:feature/simd_shuffle,…

    … r=nagisa
    
    Allow simd_shuffle to accept vectors of any length
    
    cc ``@rust-lang/project-portable-simd`` ``@workingjubilee``
    workingjubilee authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    59068a2 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#88885 - GuillaumeGomez:fix-jump-def-backgro…

    …und, r=camelid
    
    Fix jump def background
    
    Fixes rust-lang#88870.
    
    I somehow badly wrote the color in rust-lang#88111.
    
    r? ``@camelid``
    workingjubilee authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    c3620fa View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#88896 - GuillaumeGomez:flakyness, r=camelid

    Reduce possibility of flaky tests
    
    As asked in rust-lang#88885.
    
    r? ````@camelid````
    workingjubilee authored Sep 14, 2021
    Configuration menu
    Copy the full SHA
    2901caf View commit details
    Browse the repository at this point in the history