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

Skip unreachable code when early return can be statically analysed #8890

Merged
merged 15 commits into from
Aug 1, 2024

Commits on Jul 31, 2024

  1. handle early returns

    sokra committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    39737e1 View commit details
    Browse the repository at this point in the history
  2. improve test case

    sokra committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    8bfc2eb View commit details
    Browse the repository at this point in the history
  3. uncomment code

    sokra committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    e334956 View commit details
    Browse the repository at this point in the history
  4. fix test case

    sokra committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    d5e01cb View commit details
    Browse the repository at this point in the history
  5. clippy

    sokra committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1aa6523 View commit details
    Browse the repository at this point in the history
  6. handle try catch finally

    sokra committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    1d8ebbd View commit details
    Browse the repository at this point in the history
  7. fix

    sokra committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    7e725fc View commit details
    Browse the repository at this point in the history
  8. add switch case support

    sokra committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    eb154be View commit details
    Browse the repository at this point in the history
  9. remove not-sure

    sokra committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a61efa9 View commit details
    Browse the repository at this point in the history
  10. fix case when both paths return

    sokra committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    a638562 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3e6d472 View commit details
    Browse the repository at this point in the history
  12. handle hoisted effects

    sokra committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    43fa273 View commit details
    Browse the repository at this point in the history
  13. clippy

    sokra committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    529804a View commit details
    Browse the repository at this point in the history
  14. fix constructor handling

    sokra committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    40148dc View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

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