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

feat: add de-sugaring for impl Trait in function parameters #4919

Merged
merged 9 commits into from
Apr 29, 2024

Commits on Apr 25, 2024

  1. add de-sugaring for impl trait in fn parameters, add simple unique id…

    …ent generation, add cases where args to TraitAsType could contain numeric generics, add parsing and function-parsing unit tests, add two top-level unit tests
    michaeljklein committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    d4ed47a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7895aba View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6461bb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f92e68 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Configuration menu
    Copy the full SHA
    fd0db8b View commit details
    Browse the repository at this point in the history
  2. move desugaring into desugar_impl_trait_args function, add function i…

    …d and trait name to variable name, remove flakey test
    michaeljklein committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    b130531 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Configuration menu
    Copy the full SHA
    ea468bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d30367e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3278051 View commit details
    Browse the repository at this point in the history