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

Merged
merged 18 commits into from
Oct 10, 2022
Merged

Rollup of 6 pull requests #102867

merged 18 commits into from
Oct 10, 2022

Commits on Sep 26, 2022

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

Commits on Sep 27, 2022

  1. Using multipart suggestion

    Stoozy committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    365457b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24c8e27 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2022

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

Commits on Sep 29, 2022

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

Commits on Oct 1, 2022

  1. Removed unnecessary for loop

    Stoozy committed Oct 1, 2022
    Configuration menu
    Copy the full SHA
    2657f9d View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

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

Commits on Oct 8, 2022

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

Commits on Oct 9, 2022

  1. Configuration menu
    Copy the full SHA
    f5fd66e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    550f579 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0718aec View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Rollup merge of rust-lang#102275 - Urgau:stabilize-half_open_range_pa…

    …tterns, r=cjgillot
    
    Stabilize `half_open_range_patterns`
    
    This PR stabilize `feature(half_open_range_patterns)`:
    ```
    Allows using `..=X` as a pattern.
    ```
    
    And adds a new `feature(half_open_range_patterns_in_slices)` for the slice part, rust-lang#102275 (comment).
    
    The FCP was completed in rust-lang#67264.
    JohnTitor authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    c50e64d View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#102323 - Stoozy:master, r=cjgillot

    Trying to suggest additional lifetime parameter
    
    ``@cjgillot`` This is what I have so far for rust-lang#100615
    JohnTitor authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    0db05f1 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#102345 - chenyukang:fix-102182-impl-trait, …

    …r=estebank
    
    Recover from impl Trait in type param bound
    
    Fixes rust-lang#102182
    r? ``@estebank``
    JohnTitor authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    303ebd5 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#102845 - cjgillot:gat-object, r=fee1-dead

    Elaborate trait ref to compute object safety.
    
    instead of building them manually from supertraits and associated items.
    
    This allows to have the correct substs for GATs.
    
    Fixes rust-lang#102751
    JohnTitor authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    a4e5577 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#102860 - GuillaumeGomez:missing-docs-FileNa…

    …meDisplayPreference, r=nagisa
    
    Add missing documentation for FileNameDisplayPreference variants
    
    Took me a while to find the information when I needed it so hopefully it should save some time for the next ones.
    
    r? ``@thomcc``
    JohnTitor authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    e435a05 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#102862 - scottmcm:more-alignment-traits, r=…

    …thomcc
    
    From<Alignment> for usize & NonZeroUsize
    
    Since you mentioned these two in rust-lang#102072 (comment),
    r? ``@thomcc``
    
    Tracking Issue: rust-lang#102070
    JohnTitor authored Oct 10, 2022
    Configuration menu
    Copy the full SHA
    6d35efe View commit details
    Browse the repository at this point in the history