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: turbofish operator on path segments #5603

Merged
merged 11 commits into from
Jul 25, 2024
Merged

Commits on Jul 24, 2024

  1. Introduce PathSegment

    For now it's just a wrapper around Ident, but eventually it will have
    the turbofish operator generics.
    asterite committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    64cba9c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    00284e8 View commit details
    Browse the repository at this point in the history
  2. clippy

    asterite committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    af86332 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11133fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7858e7d View commit details
    Browse the repository at this point in the history
  5. Format path

    asterite committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a2e70c0 View commit details
    Browse the repository at this point in the history
  6. Correctly format path

    asterite committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    f0b0b2e View commit details
    Browse the repository at this point in the history
  7. clippy

    asterite committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    80c0bf7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e129ff0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    18d1dde View commit details
    Browse the repository at this point in the history
  10. clippy

    asterite committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    be9b7e8 View commit details
    Browse the repository at this point in the history