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

Merge TraitItem & ImplItem into AssocItem` #67131

Merged
merged 26 commits into from
Dec 20, 2019
Merged

Commits on Dec 12, 2019

  1. Alias TraitItem & ImplItem.

    Allow defaultness on trait items syntactically.
    Centril committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    c4bbe9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73557fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f6403c6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c02fd31 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3907376 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92a372b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d92aa5 View commit details
    Browse the repository at this point in the history
  8. Fuse associated type parsing.

    Centril committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    10270bc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7672bff View commit details
    Browse the repository at this point in the history
  10. Unify associated item parsing.

    An exception is `fn` params.
    Centril committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    63a9030 View commit details
    Browse the repository at this point in the history
  11. Relocate is_const_item.

    Centril committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    fa828d7 View commit details
    Browse the repository at this point in the history
  12. Leave a FIXME re. allow_plus.

    Centril committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    404013e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    34d9170 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9193d7a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    76576d4 View commit details
    Browse the repository at this point in the history
  16. Simplify nt_to_tokenstream.

    Centril committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    c6c17e3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0d8a9d7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    51ccdeb View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b499a88 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0d41d0f View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3a57a2c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    35e9e09 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    abf2e7a View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    e52f902 View commit details
    Browse the repository at this point in the history
  25. De-fatalize ... parsing.

    Also fix error the code description.
    Centril committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    74d4fbc View commit details
    Browse the repository at this point in the history
  26. make visitor uses more robust

    Centril committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    054458b View commit details
    Browse the repository at this point in the history