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: render implementations for type aliases #25892

Closed
wants to merge 2 commits into from
Closed

Rustdoc: render implementations for type aliases #25892

wants to merge 2 commits into from

Commits on May 29, 2015

  1. Rustdoc: let render_assoc_items render items of several types at once

    This will allow showing trait implementations associated with different
    aliases of the same type together.
    gkoz committed May 29, 2015
    Configuration menu
    Copy the full SHA
    f2c3bc4 View commit details
    Browse the repository at this point in the history
  2. Rustdoc: render implementations for type aliases

    For typedefs render items implemented for the type under both new and old names.
    Fixes (very narrowly) #19381.
    gkoz committed May 29, 2015
    Configuration menu
    Copy the full SHA
    675e018 View commit details
    Browse the repository at this point in the history