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 9 pull requests #108465

Closed

Commits on Feb 10, 2023

  1. Update LLVM submodule

    icedrocket committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    41ff6a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2023

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

Commits on Feb 14, 2023

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

Commits on Feb 22, 2023

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

Commits on Feb 23, 2023

  1. Configuration menu
    Copy the full SHA
    a914f37 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddd7d10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a87443a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b93d545 View commit details
    Browse the repository at this point in the history
  5. Add ui test for E0271 error

    obeis committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    99344a8 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Configuration menu
    Copy the full SHA
    37d4302 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dca52ac View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2023

  1. add known-bug test for unsoundness issue rust-lang#108425

    Part of the resolution to rust-lang#105107
    gburgessiv committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    60ac309 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f876cc View commit details
    Browse the repository at this point in the history
  3. add known-bug test for unsoundness issue rust-lang#107975

    Part of the resolution to rust-lang#105107
    gburgessiv committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    7d83d69 View commit details
    Browse the repository at this point in the history
  4. add known-bug test for unsoundness issue rust-lang#105787

    Part of the resolution to rust-lang#105107
    gburgessiv committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    6adc76d View commit details
    Browse the repository at this point in the history
  5. fix: fix issue in macro

    Ezrashaw committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    3b51e9f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ed34354 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c934ee8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    885f9e7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    181e38d View commit details
    Browse the repository at this point in the history
  10. Rollup merge of rust-lang#107890 - obeis:mapping-to-unit, r=cjgillot

    Lint against `Iterator::map` receiving a callable that returns `()`
    
    Close rust-lang#106991
    compiler-errors committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    9960a3e View commit details
    Browse the repository at this point in the history
  11. Rollup merge of rust-lang#107941 - compiler-errors:str-has-u8-slice-f…

    …or-auto, r=lcnr
    
    Treat `str` as containing `[u8]` for auto trait purposes
    
    Wanted to gauge `@rust-lang/lang` and `@rust-lang/types` teams' thoughts on treating `str` as "containing" a `[u8]` slice for auto-trait purposes.
    
    `@dtolnay` brought this up in rust-lang#13231 (comment) as a blocker for future `str` type librarification, and I think it's both a valid concern and very easy to fix. I'm interested in actually doing that `str` type librarification (rust-lang#107939), but this probably should be considered in the mean time regardless of that PR.
    
    r? types for the impl, though this definitely needs an FCP.
    compiler-errors committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    a2329e0 View commit details
    Browse the repository at this point in the history
  12. Rollup merge of rust-lang#108431 - GuillaumeGomez:regression-test-for…

    …-107918, r=notriddle
    
    Add regression test for rust-lang#107918
    
    Fixes rust-lang#107918.
    
    r? `@notriddle`
    compiler-errors committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    eb2da60 View commit details
    Browse the repository at this point in the history
  13. Rollup merge of rust-lang#108436 - tshepang:translatable-proc-macro-p…

    …anicked, r=estebank
    
    make "proc macro panicked" translatable
    compiler-errors committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    ec85ac5 View commit details
    Browse the repository at this point in the history
  14. Rollup merge of rust-lang#108444 - Ezrashaw:add-test+docs-for-e0476, …

    …r=GuillaumeGomez
    
    docs/test: add UI test and docs for `E0476`
    
    Final undocumented error code. Not entirely sure about wording in the docs.
    
    Part of rust-lang#61137.
    
    r? `@compiler-errors`
    
    cc `@compiler-errors`
    compiler-errors committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    c894630 View commit details
    Browse the repository at this point in the history
  15. Rollup merge of rust-lang#108445 - gburgessiv:add-known-bug, r=compil…

    …er-errors
    
    Add known-bug tests for a few I-unsound issues
    
    Just a few commits to push rust-lang#105107 forward.
    
    r? `@jackh726`
    compiler-errors committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    fd548b2 View commit details
    Browse the repository at this point in the history
  16. Rollup merge of rust-lang#108449 - fee1-dead-contrib:do_not_lint_unre…

    …solved, r=compiler-errors
    
    Do not lint ineffective unstable trait impl for unresolved trait
    compiler-errors committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    7e9f0b7 View commit details
    Browse the repository at this point in the history
  17. Rollup merge of rust-lang#108456 - clubby789:ast-passes-diag-migrate,…

    … r=compiler-errors
    
    Complete migrating `ast_passes` to derive diagnostics
    
    cc rust-lang#100717
    
    `@rustbot` label +A-translation
    compiler-errors committed Feb 25, 2023
    Configuration menu
    Copy the full SHA
    91a6f37 View commit details
    Browse the repository at this point in the history