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

[beta] backports #103316

Merged
merged 13 commits into from
Oct 21, 2022
Merged

[beta] backports #103316

merged 13 commits into from
Oct 21, 2022

Commits on Oct 20, 2022

  1. Better binder treatment

    (cherry picked from commit 83e6128)
    compiler-errors authored and cuviper committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    f2dd585 View commit details
    Browse the repository at this point in the history
  2. Add missing space between notable trait tooltip and where clause

    (cherry picked from commit e214385)
    Urgau authored and cuviper committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    45b953a View commit details
    Browse the repository at this point in the history
  3. Avoid defensive re-initialization of the BufReader buffer

    (cherry picked from commit 95ae993)
    saethlin authored and cuviper committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    de7a6e5 View commit details
    Browse the repository at this point in the history
  4. Ensure enum cast moves

    (cherry picked from commit de0396c)
    nbdd0121 authored and cuviper committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    f66eca1 View commit details
    Browse the repository at this point in the history
  5. Add test for issue 102389

    (cherry picked from commit f1452fc)
    nbdd0121 authored and cuviper committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    8c36d46 View commit details
    Browse the repository at this point in the history
  6. Bless tests

    (cherry picked from commit 247da7b)
    nbdd0121 authored and cuviper committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    b4ad734 View commit details
    Browse the repository at this point in the history
  7. Fix test

    (cherry picked from commit 4a25a49)
    nbdd0121 authored and cuviper committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    7539bc3 View commit details
    Browse the repository at this point in the history
  8. Tweak deriving-all-codegen.rs.

    To include some `Option<>` fields of different types in a single enum.
    The test output is currently buggy, but the next commit will fix that.
    
    (cherry picked from commit dfa9d5c)
    nnethercote authored and cuviper committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    8f1050e View commit details
    Browse the repository at this point in the history
  9. Fix TyKind::is_simple_path.

    PR rust-lang#98758 introduced code to avoid redundant assertions in derived code
    like this:
    ```
    let _: ::core::clone::AssertParamIsClone<u32>;
    let _: ::core::clone::AssertParamIsClone<u32>;
    ```
    But the predicate `is_simple_path` introduced as part of this failed to
    account for generic arguments. Therefore the deriving code erroneously
    considers types like `Option<bool>` and `Option<f32>` to be the same.
    
    This commit fixes `is_simple_path`.
    
    Fixes rust-lang#103157.
    
    (cherry picked from commit 9a23f60)
    nnethercote authored and cuviper committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    692bc5b View commit details
    Browse the repository at this point in the history
  10. Extract orig_opt_local_def_id as a function

    (cherry picked from commit fb54758)
    spastorino authored and cuviper committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    2396c20 View commit details
    Browse the repository at this point in the history
  11. Do anonymous lifetimes remapping correctly for nested rpits

    (cherry picked from commit 49ce8a2)
    spastorino authored and cuviper committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    5dbca91 View commit details
    Browse the repository at this point in the history
  12. [beta] Update cargo

    1 commits in 082503982ea0fb7a8fd72210427d43a2e2128a63..4bc8f24d3e899462e43621aab981f6383a370365
    2022-09-13 17:49:38 +0000 to 2022-10-20 06:00:42 +0000
    
    - [BETA-1.65] Fix deadlock when build scripts are waiting for input on stdin (rust-lang/cargo#11257)
    weihanglo authored and cuviper committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    b1fb60e View commit details
    Browse the repository at this point in the history
  13. linker: Fix weak lang item linking with combination windows-gnu + LLD…

    … + LTO
    
    (cherry picked from commit acf51e1)
    petrochenkov authored and cuviper committed Oct 20, 2022
    Configuration menu
    Copy the full SHA
    731bbc8 View commit details
    Browse the repository at this point in the history