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

Closed
wants to merge 23 commits into from

Commits on Jan 27, 2023

  1. rustdoc: update Source Serif 4 from 4.004 to 4.005

    Version 4.005 was released on 2023-01-20.
    tspiteri committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    167fbbc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c3fc9d View commit details
    Browse the repository at this point in the history
  3. Fixed confusement between mod and remainder

    Matthias Kaak committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    e02517d View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    fd649a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d75f61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1d273c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8d7b092 View commit details
    Browse the repository at this point in the history
  5. Ran rustfmt

    Matthias Kaak committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    af9671f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e905b93 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e98a16 View commit details
    Browse the repository at this point in the history
  8. rustdoc: remove unused CSS from .setting-check

    These rules were needed for the mobile-style switches, but those
    were removed in 0f3ae62
    notriddle committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    31c14f6 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Review changes

    WaffleLapkin committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    340414e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd5774a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d90413 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03158f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ef6b583 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#107354 - tspiteri:source-serif-4.005, r=Gui…

    …llaumeGomez
    
    rustdoc: update Source Serif 4 from 4.004 to 4.005
    
    [Version 4.005](https://github.com/adobe-fonts/source-serif/releases/tag/4.005R) was released on 2023-01-20.
    GuillaumeGomez authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    c5092cd View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#107389 - zvavybir:master, r=estebank

    Fixing confusion between mod and remainder
    
    Like many programming languages, rust too confuses remainder and modulus.  The `%` operator and the associated `Rem` trait is (as the trait name suggests) the remainder, but since most people are linguistically more familiar with the modulus the documentation sometimes claims otherwise.  This PR tries to fix this problem in rustc.
    GuillaumeGomez authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    fb3eff2 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#107467 - WaffleLapkin:uneq, r=oli-obk

    Improve enum checks
    
    Some light refactoring.
    GuillaumeGomez authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    037d3e4 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#107486 - compiler-errors:bound-ty-keep-name…

    …, r=oli-obk
    
    Track bound types like bound regions
    
    When we instantiate bound types into placeholder types, we throw away the names for some reason. These names are particularly useful for error reporting once we have `for<T>` binders.
    
    r? types
    GuillaumeGomez authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    7e107b3 View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#107487 - edward-shen:edward-shen/107213-rou…

    …nd-2, r=estebank
    
    Make the "extra if in let...else block" hint a suggestion
    
    Changes the hint to a suggestion, suggested in rust-lang#107213.
    
    r? `@estebank`
    GuillaumeGomez authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    1e64a38 View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#107491 - notriddle:notriddle/setting-check,…

    … r=GuillaumeGomez
    
    rustdoc: remove unused CSS from `.setting-check`
    
    These rules were needed for the mobile-style switches, but those were removed in 0f3ae62
    GuillaumeGomez authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    a354532 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#107508 - WaffleLapkin:uneq'15, r=oli-obk

    `Edition` micro refactor
    
    r? `@oli-obk`
    GuillaumeGomez authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    544b73b View commit details
    Browse the repository at this point in the history