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

Merged
merged 25 commits into from
Sep 29, 2023
Merged

Rollup of 6 pull requests #116275

merged 25 commits into from
Sep 29, 2023

Commits on Sep 22, 2023

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

Commits on Sep 28, 2023

  1. Configuration menu
    Copy the full SHA
    f99fdac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02b01a4 View commit details
    Browse the repository at this point in the history
  3. add RegionDef

    ouz-a committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    e49aa04 View commit details
    Browse the repository at this point in the history
  4. add stable for RegionKind

    ouz-a committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    5dc2214 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d835599 View commit details
    Browse the repository at this point in the history
  6. fix imports

    ouz-a committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    2069e8c View commit details
    Browse the repository at this point in the history
  7. remove un-needed variants

    ouz-a committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    da2f897 View commit details
    Browse the repository at this point in the history
  8. add real folder to Region

    ouz-a committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    bb17fe8 View commit details
    Browse the repository at this point in the history
  9. add visitor for Region

    ouz-a committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    fed72e0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9f2e15d View commit details
    Browse the repository at this point in the history
  11. simplify fold

    ouz-a committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    8c41cd0 View commit details
    Browse the repository at this point in the history
  12. visit and fold ty::ref

    ouz-a committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    0cca109 View commit details
    Browse the repository at this point in the history
  13. simplify visit

    ouz-a committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    eb77903 View commit details
    Browse the repository at this point in the history
  14. remove unimplemented

    ouz-a committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    34f10e2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    a95f20c View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

  1. Configuration menu
    Copy the full SHA
    b83dfb5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90f317b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3853774 View commit details
    Browse the repository at this point in the history
  4. Rollup merge of rust-lang#112123 - bvanjoi:fix-98562, r=compiler-errors

    fix(suggestion): insert projection to associated types
    
    Fixes rust-lang#98562
    
    This PR has fixed some help suggestions for unsupported syntax, such as `fn f<T>(_:T) where T: IntoIterator, std::iter::IntoIterator::Item = () {}` to `fn f<T: IntoIterator<Item = ()>>(_T) {}`.
    matthiaskrgr committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    4a88646 View commit details
    Browse the repository at this point in the history
  5. Rollup merge of rust-lang#116024 - ouz-a:smir_region, r=oli-obk

    Implement Region for smir
    
    Adds Region and it's relevant types to smir and covers them with stable implementation
    
    r? `@oli-obk`
    matthiaskrgr committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    26be575 View commit details
    Browse the repository at this point in the history
  6. Rollup merge of rust-lang#116030 - RalfJung:abi-compat-test, r=wesley…

    …wiser
    
    run abi/compatibility test against a whole bunch of targets
    matthiaskrgr committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    77e9dcd View commit details
    Browse the repository at this point in the history
  7. Rollup merge of rust-lang#116216 - heiher:crosstool, r=Kobzol

    ci: upgrade to crosstool-ng 1.26.0
    
    This PR upgrades our builders from crosstool-ng 1.25.0 to 1.26.0. Except for LoongArch64 and RISC-V 64, which have minor version upgrades, other architectures have not changed.
    matthiaskrgr committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    60ba6b4 View commit details
    Browse the repository at this point in the history
  8. Rollup merge of rust-lang#116241 - dtolnay:exclusivefwd, r=Amanieu

    Add Exclusive forwarding impls (FnOnce, FnMut, Generator)
    
    This is adapted from rust-lang#104057.
    matthiaskrgr committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    4db2b74 View commit details
    Browse the repository at this point in the history
  9. Rollup merge of rust-lang#116263 - ferrocene:pa-more-bare-metal-fixes…

    …, r=oli-obk
    
    More fixes for running the test suite on a bare metal target
    
    This PR adds more fixes needed to run the test suite on bare metal targets (in this case, without unwinding and with static relocations). There is no CI job exercising tests without unwinds, but I can confirm this worked in Ferrocene's CI.
    matthiaskrgr committed Sep 29, 2023
    Configuration menu
    Copy the full SHA
    3ee2c52 View commit details
    Browse the repository at this point in the history