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

Introduce more fine-grained borrowed locals analysis for generators #112050

Closed
wants to merge 20 commits into from

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    a4c1ca3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de5ce09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0fb7794 View commit details
    Browse the repository at this point in the history
  4. bless tests

    b-naber committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    2bc0875 View commit details
    Browse the repository at this point in the history
  5. add test for rust-lang#96084

    b-naber committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    ac015de View commit details
    Browse the repository at this point in the history
  6. handle projections correctly

    b-naber committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    21a9b51 View commit details
    Browse the repository at this point in the history
  7. add NodeKind::Local

    b-naber committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    5168a8a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fc87640 View commit details
    Browse the repository at this point in the history
  9. add doc-comment for module

    b-naber committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    1fedadd View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a9a2b89 View commit details
    Browse the repository at this point in the history
  11. more docs changes

    b-naber committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e8c6786 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d2b84b0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2f7aa5d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    65de226 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b679a03 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d16bff4 View commit details
    Browse the repository at this point in the history
  17. cleanup

    b-naber committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    0b39afe View commit details
    Browse the repository at this point in the history
  18. make LiveBorrows Clone

    b-naber committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    2208981 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9fb6c16 View commit details
    Browse the repository at this point in the history
  20. fix module doc comment

    b-naber committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    70b281f View commit details
    Browse the repository at this point in the history