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

Remove unnecessary sorts in rustc_hir_analysis #131328

Commits on Oct 6, 2024

  1. Remove unnecessary sorts in rustc_hir_analysis.

    This is an attempt to gain the performance loss after the PR rust-lang#131140.
    Here the related objects are `IndexSet` so do not require a sort to stay stable.
    ismailarilik committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    a0e687f View commit details
    Browse the repository at this point in the history