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: various cross-crate reexport fixes #103885

Merged

Commits on Nov 4, 2022

  1. rustdoc: render late-bound lifetimes in generic parameter list of cro…

    …ss-crate functions and methods
    fmease committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    5965af7 View commit details
    Browse the repository at this point in the history
  2. rustdoc: render unnamed arguments as underscores in cross-crate funct…

    …ions & function pointers
    
    for consistency with the way we display local definitions (cleaned from HIR, not from rustc_middle).
    fmease committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    9cdab67 View commit details
    Browse the repository at this point in the history
  3. rustdoc: move cross-crate lifetime/outlives bounds on GAT params from…

    … where-clause to param declaration site
    
    I've overlooked this in rust-lang#103190.
    fmease committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    2d9755f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ac7034 View commit details
    Browse the repository at this point in the history
  5. rustdoc: render the return type of cross-crate Fn-family trait boun…

    …ds in trait-object types
    fmease committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    71561f8 View commit details
    Browse the repository at this point in the history
  6. rustdoc: add test for cross-crate trait-object types

    as well as some FIXMEs
    fmease committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    7ec50b6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ccaed2 View commit details
    Browse the repository at this point in the history