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: show inner enum and struct in type definition for concrete type #114855

Merged
merged 8 commits into from
Sep 7, 2023

Commits on Aug 24, 2023

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

Commits on Aug 25, 2023

  1. Configuration menu
    Copy the full SHA
    2c35abe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b3bba8 View commit details
    Browse the repository at this point in the history
  3. rustdoc: bind typedef inner type items to the folding system

    This let's us handle a multitude of things for free:
     - #[doc(hidden)]
     - private fields/variants
     - --document-private-items
     - --document-hidden-items
    
    And correct in the process the determination of "has stripped items" by
    doing the same logic done by other ones.
    Urgau committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    af6889c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9443f84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    282acb9 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    706d010 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85e4b89 View commit details
    Browse the repository at this point in the history