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: Cleanup CacheBuilder code for building search index #128578

Merged
merged 7 commits into from
Aug 4, 2024

Commits on Aug 3, 2024

  1. Configuration menu
    Copy the full SHA
    7dd5ad2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2721e97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e20847 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    015aa8d View commit details
    Browse the repository at this point in the history
  5. Extract local variables

    camelid committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    08f4d54 View commit details
    Browse the repository at this point in the history
  6. Restructure add_item_to_search_index to eliminate code paths

    Many of the code paths it handled were actually impossible. In other
    cases, the various checks and transformations were spread around in such
    a way that it was hard to tell what was going on.
    camelid committed Aug 3, 2024
    Configuration menu
    Copy the full SHA
    220c2d8 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2024

  1. rustdoc: Re-add missing stripped_mod check; explain orphan impls

    Co-authored-by: Michael Howell <michael@notriddle.com>
    camelid and notriddle committed Aug 4, 2024
    Configuration menu
    Copy the full SHA
    007d9e1 View commit details
    Browse the repository at this point in the history