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 8 pull requests #122190

Merged
merged 20 commits into from
Mar 8, 2024
Merged

Rollup of 8 pull requests #122190

merged 20 commits into from
Mar 8, 2024

Commits on Mar 6, 2024

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

Commits on Mar 7, 2024

  1. Configuration menu
    Copy the full SHA
    63091b1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb87e60 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d626d13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2d7d0bd View commit details
    Browse the repository at this point in the history
  5. Add known-bug tests for derive(PartialEq) mismatches with `#[repr(p…

    …acked)]` attributes that are not visible before macro expansion
    oli-obk committed Mar 7, 2024
    Configuration menu
    Copy the full SHA
    bed9d1f View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. Configuration menu
    Copy the full SHA
    025ad40 View commit details
    Browse the repository at this point in the history
  2. Bless tidy issues order

    chenyukang committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    ece20f0 View commit details
    Browse the repository at this point in the history
  3. rustc: Fix typo

    heiher committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    c2f13db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2e5f86c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c81521a View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#121025 - oli-obk:taint_after_errors, r=petr…

    …ochenkov
    
    add known-bug tests for derive failure to detect packed repr
    
    We only taint if it was a normal item. Modules and imports are untouched. Tainting them needs to be done differently, and it's unclear if that would be useful or desirable. If we just taint them into `Res::Err`, we end up losing some duplicate name messages *in the presence of other resolution errors*.
    
    r? `@petrochenkov`
    matthiaskrgr committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    075f1c3 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#121194 - beetrees:rustc-raw-args, r=petroch…

    …enkov
    
    Refactor pre-getopts command line argument handling
    
    Rebased version of rust-lang#111658. I've also fixed the Windows CI failure (although I don't have access to Windows to test it myself).
    matthiaskrgr committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    a8e3543 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#121563 - Jarcho:use_cf, r=petrochenkov

    Use `ControlFlow` in visitors.
    
    Follow up to rust-lang#121256
    
    This does have a few small behaviour changes in some diagnostic output where the visitor will now find the first match rather than the last match. The change in `find_anon_types.rs` has the only affected test. I don't see this being an issue as the last occurrence isn't any better of a choice than the first.
    matthiaskrgr committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3e634f8 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#122173 - compiler-errors:ptr-equality-in-ct…

    …fe, r=lcnr
    
    Don't ICE in CTFE if raw/fn-ptr types differ
    
    Fixes rust-lang#121688
    
    r? lcnr
    matthiaskrgr committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    3d71bad View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#122175 - chenyukang:yukang-fix-tidy-issues,…

    … r=workingjubilee
    
    Bless tidy issues order
    
    The order is not right now because of rust-lang#121248 (comment)
    
    from rust-lang#122161 (comment)
    
    r? `@workingjubilee`
    matthiaskrgr committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    af3d06c View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#122179 - heiher:fix-typo, r=lcnr

    rustc: Fix typo
    matthiaskrgr committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    9fd60c5 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#122181 - chenyukang:yukang-fix-late-lint-cr…

    …ash, r=oli-obk
    
    Fix crash in internal late lint checking
    
    Fixes rust-lang#122177
    matthiaskrgr committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    a08a5d4 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#122183 - RalfJung:read-discriminant-uninhab…

    …ited-variant, r=tmiasko
    
    interpret: update comment about read_discriminant on uninhabited variants
    matthiaskrgr committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    8abeac2 View commit details
    Browse the repository at this point in the history