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

The Great Generics Generalisation: HIR Edition #48149

Merged
merged 41 commits into from
Jun 21, 2018

Commits on Jun 20, 2018

  1. Configuration menu
    Copy the full SHA
    494859e View commit details
    Browse the repository at this point in the history
  2. Rename *Parameter to *Param

    varkor committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    1ed60a9 View commit details
    Browse the repository at this point in the history
  3. Abstract walk_path_parameters

    varkor committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    e05ad4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e89753 View commit details
    Browse the repository at this point in the history
  5. Rename "parameter" to "arg"

    varkor committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    76c0d68 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f9d0968 View commit details
    Browse the repository at this point in the history
  7. Rename ast::GenericParam and ast::GenericArg

    It's so confusing to have everything having the same name, at least while refactoring.
    varkor committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    d643946 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    82dba3d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c818a1d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fba1fe2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    2c6ff24 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e1d888c View commit details
    Browse the repository at this point in the history
  13. Remove AngleBracketedArgs impl

    varkor committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    c654548 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    10229fd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    80b381e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f457b3d View commit details
    Browse the repository at this point in the history
  17. Rename structures in ast

    varkor committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    3bcb006 View commit details
    Browse the repository at this point in the history
  18. Refactor counting methods

    varkor committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    8bccfe7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    a5328bc View commit details
    Browse the repository at this point in the history
  20. Lift bounds into GenericParam

    varkor committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    aed530a View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    80dbe58 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    32b2dac View commit details
    Browse the repository at this point in the history
  23. Lift name into GenericParam

    varkor committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    c4e8e71 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    6015edf View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    831b5c0 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    59feafd View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    390aa5d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8bc3a35 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    7de6ed0 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    91712bc View commit details
    Browse the repository at this point in the history
  31. Address various comments

    varkor committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    991efa4 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    c5f16e0 View commit details
    Browse the repository at this point in the history
  33. Make GenericBound explicit

    varkor committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    95f1866 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    3720402 View commit details
    Browse the repository at this point in the history
  35. Fix accidental quadratic loops

    varkor committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    a65a9d7 View commit details
    Browse the repository at this point in the history
  36. Fix additional comments

    varkor committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    dde942b View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    4343c20 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    7a82927 View commit details
    Browse the repository at this point in the history
  39. Simplify some counting

    varkor committed Jun 20, 2018
    Configuration menu
    Copy the full SHA
    95ce05c View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    21136b8 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    daf7e35 View commit details
    Browse the repository at this point in the history