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

[let_chains, 2/6] Introduce Let(..) in AST, remove IfLet + WhileLet and parse let chains #60861

Merged
merged 35 commits into from
Jun 23, 2019

Commits on Jun 22, 2019

  1. Configuration menu
    Copy the full SHA
    42accc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f0ab633 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fc9642 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dff1e37 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    70a65e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fcffac5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a7b00f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c9fb639 View commit details
    Browse the repository at this point in the history
  9. let_chains: Add feature gate.

    Centril committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    ebea1c2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    357b499 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c0c5791 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6a6b079 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d45dadd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b425df0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    530f954 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    86250a6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8b72e4c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3b7f0cb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1ff947f View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a80aa34 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    07f37c8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a505d9d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    61fc727 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    92587e4 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d551880 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    eb4f54a View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    10234d2 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    2017be4 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    5ae5086 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    7465eb4 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    851066f View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    bc72ce6 View commit details
    Browse the repository at this point in the history
  33. let_chains: More accurately describe ast::ExprKind::Let.

    Co-Authored-By: Vadim Petrochenkov <[email protected]>
    Centril and petrochenkov committed Jun 22, 2019
    Configuration menu
    Copy the full SHA
    90b9e96 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    7abb235 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    c75f7ec View commit details
    Browse the repository at this point in the history