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

Write Rustdoc titles like "x in crate::mod - Rust" #84380

Merged
merged 6 commits into from Apr 22, 2021

Commits on Apr 20, 2021

  1. Write Rustdoc titles like "x in crate::mod - Rust"

    This makes Rustdoc titles for items read like
    "x in cratename::blah::foo - Rust". Title for modules and other
    non-items are unchanged, and still read like
    "doccratenameconst::blah::foo - Rust". This makes managing several open
    Rustdoc tabs easier.
    
    Closes rust-lang#84371.
    syvb committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    0c193f8 View commit details
    Browse the repository at this point in the history
  2. Rename pushname to is_module

    syvb committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    7cf4f42 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9ff7ac View commit details
    Browse the repository at this point in the history
  4. fix is_module check

    syvb committed Apr 20, 2021
    Configuration menu
    Copy the full SHA
    05121a2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ddafb2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    df147c7 View commit details
    Browse the repository at this point in the history