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

WIP Add late desugaring to rustc_resolve #120247

Closed
wants to merge 8 commits into from

Commits on Jan 6, 2024

  1. Fix doc typo in LateResolutionVisitor

    rustc_resolve::late::LateResolutionVisitor contained a typo, claiming
    that `in_func_body` could hold a `None` value.  From context clues, I am
    guessing that at some point `in_func_body` was an optional.
    axelmagn committed Jan 6, 2024
    Configuration menu
    Copy the full SHA
    6819706 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    849cdcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    725b09f View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. WIP sort of get bare trait desugaring working

    still need to correctly construct TraitObject kind from res
    axelmagn committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    78e347f View commit details
    Browse the repository at this point in the history
  2. WIP move to debug statements

    axelmagn committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    88f425e View commit details
    Browse the repository at this point in the history
  3. WIP remove debug helper

    axelmagn committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    cbc52bf View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. Configuration menu
    Copy the full SHA
    95dd33b View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. WIP stub out path visitor

    axelmagn committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    8286160 View commit details
    Browse the repository at this point in the history