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 let...else #87688

Merged
merged 13 commits into from
Sep 1, 2021
Merged

Introduce let...else #87688

merged 13 commits into from
Sep 1, 2021

Commits on Aug 31, 2021

  1. Add let-else to AST

    camsteffen committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    89d2600 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    581abbf View commit details
    Browse the repository at this point in the history
  3. Refactor lower_stmts

    camsteffen committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    120d46e View commit details
    Browse the repository at this point in the history
  4. Lower let-else to HIR

    camsteffen committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    ae32e88 View commit details
    Browse the repository at this point in the history
  5. Add let_else feature gate

    camsteffen committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    960ea09 View commit details
    Browse the repository at this point in the history
  6. Fix clippy for let-else

    camsteffen committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    04d7903 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cb4439a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2f4e86b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    29bc94f View commit details
    Browse the repository at this point in the history
  10. Calculate LetSource later

    camsteffen committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    dc028f6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    df9a2e0 View commit details
    Browse the repository at this point in the history
  12. Add let-else tests

    camsteffen committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    5b95df4 View commit details
    Browse the repository at this point in the history
  13. Fix tests

    camsteffen committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    3ff1d6b View commit details
    Browse the repository at this point in the history