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

Merged
merged 14 commits into from
Mar 4, 2023
Merged

Rollup of 6 pull requests #108732

merged 14 commits into from
Mar 4, 2023

Commits on Feb 23, 2023

  1. Lazily compute crate name for consider_optimizing

    The extra query is unnecessary in the common case of not having fuel.
    Noratrieb committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    7ee01b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    bc3f654 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e248d0c View commit details
    Browse the repository at this point in the history
  3. Allow checking whether a type allows being uninitialized

    This is useful for clippy and for the future `MaybeUninit::assume_init`
    panics.
    Noratrieb committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    10a69de View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. check if snippet is )

    TaKO8Ki committed Mar 3, 2023
    Configuration menu
    Copy the full SHA
    871ee18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51e9769 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8236715 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Configuration menu
    Copy the full SHA
    7fe4f07 View commit details
    Browse the repository at this point in the history
  2. Rollup merge of rust-lang#108298 - TaKO8Ki:fix-104440, r=cjgillot

    Fix ICE: check if snippet is `)`
    
    Fixes rust-lang#107705
    Dylan-DPC authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    035aa28 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#108405 - Nilstrieb:lazy-crate-name-optimiza…

    …tion-fuel, r=WaffleLapkin
    
    Lazily compute crate name for consider_optimizing
    
    The extra query is unnecessary in the common case of not having fuel.
    Dylan-DPC authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    832dab3 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#108656 - GuillaumeGomez:rustdoc-search-uncl…

    …osed-generic, r=notriddle
    
    Rustdoc search: Emit an error for unclosed generic
    
    Now, search like `a<` will error as it should (and as written in the eBNF).
    
    r? `@notriddle`
    Dylan-DPC authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    2fc4935 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#108660 - xfix:remove-ne-method-from-str, r=…

    …thomcc
    
    Remove ne implementations from strings
    
    As far as I can tell, there isn't really a reason for those.
    Dylan-DPC authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    e700d02 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#108669 - Nilstrieb:query-my-uninitness, r=c…

    …ompiler-errors
    
    Allow checking whether a type allows being uninitialized
    
    This is useful for clippy ([rust-lang/clippy#10407](rust-lang/rust-clippy#10407)) and for the future `MaybeUninit::assume_init` panics (rust-lang#100423).
    Dylan-DPC authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    6ce78a3 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#108727 - tshepang:example-translatable-diag…

    …nostic, r=Nilstrieb
    
    rustc_expand: make proc-macro derive error translatable
    
    kept this tiny so as to point to it as an example in rustc-dev-guide
    
    `@rustbot` label +A-translation
    Dylan-DPC authored Mar 4, 2023
    Configuration menu
    Copy the full SHA
    0965c7e View commit details
    Browse the repository at this point in the history