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

Generate links to definition in rustdoc source code pages #84176

Merged
merged 22 commits into from
Aug 6, 2021

Commits on Aug 5, 2021

  1. Configuration menu
    Copy the full SHA
    023231a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2104bf2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83dcd30 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b689ced View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    71763a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1abb7fa View commit details
    Browse the repository at this point in the history
  7. Update rustdoc tests

    GuillaumeGomez committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    89bdc33 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b5c27b4 View commit details
    Browse the repository at this point in the history
  9. * Rename 'move_span' into 'local_span_to_global_span'

    * Add documentation on new arguments/functions
    GuillaumeGomez committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    2a3b71a View commit details
    Browse the repository at this point in the history
  10. * Rename Span::from_rustc_span to Span::new

    * Rename Span::wrap to Span::wrap_raw
    * Improve documentation for Span::wrap_raw
    GuillaumeGomez committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    38444f6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c5c927d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e8869cb View commit details
    Browse the repository at this point in the history
  13. Move extra arguments for highlight URL generation into a new ContextI…

    …nfo struct for better readability
    GuillaumeGomez committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    dffc9c0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f233a70 View commit details
    Browse the repository at this point in the history
  15. formatting

    GuillaumeGomez committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    ef0d909 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b336f28 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1a48d1a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fd69fa8 View commit details
    Browse the repository at this point in the history
  19. * Rename LightSpan::empty into LightSpan::dummy

    * Add Classifier::new_light_span to wrap LightSpan::new_in_file constructor
    GuillaumeGomez committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    0799528 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5cf300d View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    dfe4fec View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    ba11dc7 View commit details
    Browse the repository at this point in the history