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

Merged
merged 21 commits into from
Nov 29, 2023
Merged

Rollup of 7 pull requests #118434

merged 21 commits into from
Nov 29, 2023

Commits on Nov 27, 2023

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

Commits on Nov 28, 2023

  1. Remove a comment.

    It was merged by accident in a previous PR.
    nnethercote committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    fd37da7 View commit details
    Browse the repository at this point in the history
  2. Remove unused feature.

    nnethercote committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3570468 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbaa786 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b12851c View commit details
    Browse the repository at this point in the history
  5. Create LoweringContext::lower_assoc_item.

    By moving most of `ItemLowerer::lower_assoc_item` into it. This is
    similar to `LoweringContext::lower_foreign_item`.
    nnethercote committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    ed2868e View commit details
    Browse the repository at this point in the history
  6. Add LoweringContext::new.

    nnethercote committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    3bae927 View commit details
    Browse the repository at this point in the history
  7. Remove unnecessary Option from `LoweringContext::allow_{try_trait,g…

    …en_future}`.
    
    Also remove some unnecessary slicing.
    nnethercote committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    5c680e1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    de13a38 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9386e14 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    115eac0 View commit details
    Browse the repository at this point in the history
  11. Update cargo

    weihanglo committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9b85fc0 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2023

  1. Configuration menu
    Copy the full SHA
    3a4edf0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b8cdd43 View commit details
    Browse the repository at this point in the history
  3. Rollup merge of rust-lang#118342 - compiler-errors:macro-generic-bang…

    …, r=estebank
    
    Dont suggest `!` for path in function call if it has generic args
    
    Fixes rust-lang#118335
    matthiaskrgr authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    5e7f770 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#118383 - shepmaster:unused-tuple-struct-fie…

    …ld-cleanup-stdlib, r=m-ou-se
    
    Address unused tuple struct fields in the standard library
    matthiaskrgr authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    f8628a1 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#118401 - nnethercote:rustc_ast_lowering, r=…

    …compiler-errors
    
    `rustc_ast_lowering` cleanups
    
    Just some cleanups I found while looking through this code.
    
    r? `@spastorino`
    matthiaskrgr authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    82eda58 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#118409 - klensy:position-opt, r=compiler-er…

    …rors
    
    format_foreign.rs: unwrap return Option value for `fn position`, as it always returns Some
    
    Trivial cleanup.
    
    It will be nice to have way to run exhaustiveness analysis on similar cases to see dead code.
    matthiaskrgr authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    69e48d0 View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#118413 - chenyukang:yukang-fix-118145-unwra…

    …p-for-shorthand, r=compiler-errors
    
    Fix the issue of suggesting unwrap/expect for shorthand field
    
    Fixes rust-lang#118145
    matthiaskrgr authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    8727538 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#118425 - weihanglo:update-cargo, r=weihanglo

    Update cargo
    
    7 commits in 9b13310ca596020a737aaa47daa4ed9ff8898a2f..26333c732095d207aa05932ce863d850fb309386
    2023-11-24 16:20:51 +0000 to 2023-11-28 20:07:39 +0000
    - docs: link to the packages lint table from the related workspace table (rust-lang/cargo#13057)
    - Add more doc comments for gc changes. (rust-lang/cargo#13055)
    - docs: Provide pointers for MSRV (rust-lang/cargo#13056)
    - Fixed typo in SemVer Compatibility documentation page (rust-lang/cargo#13054)
    - refactor: use custom error instead of anyhow (rust-lang/cargo#13050)
    - review and remove ignored tests in rustfix (rust-lang/cargo#13047)
    - docs: add doc comments for rustfix (rust-lang/cargo#13048)
    
    r? ghost
    matthiaskrgr authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    9c93eff View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#118429 - cuviper:its-arguments, r=compiler-…

    …errors
    
    Fix a typo in a `format_args!` note
    matthiaskrgr authored Nov 29, 2023
    Configuration menu
    Copy the full SHA
    0687dcb View commit details
    Browse the repository at this point in the history