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

rustdoc-search: show type signature on type-driven SERP #124544

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 24, 2024

  1. Configuration menu
    Copy the full SHA
    d8ce6d8 View commit details
    Browse the repository at this point in the history
  2. rustdoc-search: simplify the checkTypes fast path

    This reduces code size while still matching the common case
    for plain, concrete types.
    notriddle committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    d769cee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    644392b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6e6a0b1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b678a6b View commit details
    Browse the repository at this point in the history