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: Fix generating documentation from json #32698

Closed
wants to merge 3 commits into from

Commits on Apr 3, 2016

  1. Fix de/serializing rustdoc documentation

    `DefId` needs to be converted to a `String` so that we can use it as
    a key for a `Json::Object`.
    mitaa committed Apr 3, 2016
    Configuration menu
    Copy the full SHA
    8c88cda View commit details
    Browse the repository at this point in the history
  2. Fix rendering docs from json

    When using a json source we sadly don't have any `CrateAnalysis` data.
    mitaa committed Apr 3, 2016
    Configuration menu
    Copy the full SHA
    d5dfe7f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    209c74d View commit details
    Browse the repository at this point in the history