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

Merged
merged 12 commits into from
Feb 19, 2024
Merged

Rollup of 6 pull requests #121295

merged 12 commits into from
Feb 19, 2024

Commits on Feb 13, 2024

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

Commits on Feb 17, 2024

  1. Extend Level API

    GuillaumeGomez committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    c17539c View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. Configuration menu
    Copy the full SHA
    d9c1c73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f614cb View commit details
    Browse the repository at this point in the history
  3. Add Future and IntoFuture to the 2024 prelude

    Implements RFC 3509.
    Noratrieb committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    bd8a1a4 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. Rollup merge of rust-lang#119808 - GnomedDev:encode-charsearcher-size…

    …-in-type, r=Mark-Simulacrum
    
    Store core::str::CharSearcher::utf8_size as u8
    
    This is already relied on being smaller than u8 due to the `safety invariant: utf8_size must be less than 5`, so this helps LLVM optimize and maybe improve copies due to padding instead of unused bytes.
    matthiaskrgr authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c5da038 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25bba60 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#121041 - Nilstrieb:into-the-future-of-2024,…

    … r=Mark-Simulacrum
    
    Add `Future` and `IntoFuture` to the 2024 prelude
    
    Implements rust-lang/rfcs#3509.
    matthiaskrgr authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    cf0b36a View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#121230 - GuillaumeGomez:extend-level-api, r…

    …=Nadrieril
    
    Extend Level API
    
    I need this API for rust-lang/rust-clippy#12303: I have a nested `cfg` attribute (so a `MetaItem`) and I'd like to still be able to match against all possible kind of `Level`s.
    matthiaskrgr authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    ec07410 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#121272 - pitaj:diag_items-legacy_numeric_co…

    …nstants, r=Nilstrieb
    
    Add diagnostic items for legacy numeric constants
    
    For rust-lang/rust-clippy#12312
    matthiaskrgr authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    c2cc066 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#121275 - tshepang:test-panicking-proc-macro…

    …s, r=nnethercote
    
    add test for panicking attribute macros
    matthiaskrgr authored Feb 19, 2024
    Configuration menu
    Copy the full SHA
    3fe809b View commit details
    Browse the repository at this point in the history