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: make #[doc(include)] relative to the containing file #60938

Merged
merged 7 commits into from
Jul 26, 2019
Merged

rustdoc: make #[doc(include)] relative to the containing file #60938

merged 7 commits into from
Jul 26, 2019

Commits on Jul 23, 2019

  1. libsyntax: factor out file path resolving

    This allows the same logic used by `include_X!` macros to be used by
    `#[doc(include)]`.
    jonas-schievink committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    ba78db3 View commit details
    Browse the repository at this point in the history
  2. Make #[doc(include)] paths behave like other paths

    This makes them relative to the containing file instead of the crate
    root
    jonas-schievink committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    138e08c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cc7c21 View commit details
    Browse the repository at this point in the history
  4. stage0 -> bootstrap

    jonas-schievink committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    8ccf52c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    edb2187 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7c42259 View commit details
    Browse the repository at this point in the history
  7. Update test

    jonas-schievink committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    218ab4c View commit details
    Browse the repository at this point in the history