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 tweaking #81398

Closed
wants to merge 25 commits into from
Closed

rustdoc tweaking #81398

wants to merge 25 commits into from

Commits on Jan 29, 2021

  1. build_local_trait_impl: reuse memory

    Co-authored-by: Joshua Nelson <joshua@yottadb.com>
    bugadani and Joshua Nelson committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    73a0c79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30c2646 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6f80ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fcdaffc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0d9d9ed View commit details
    Browse the repository at this point in the history
  6. Avoid unnecessary re-hashing

    bugadani committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    b59efa0 View commit details
    Browse the repository at this point in the history
  7. Avoid writing MAX_DEF_ID

    bugadani committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    a9c2094 View commit details
    Browse the repository at this point in the history
  8. Remove all_fake_def_ids

    bugadani committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    f0b662e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    90ef94e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    76cd3ba View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b56c383 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3b71d3a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a137c23 View commit details
    Browse the repository at this point in the history
  14. Don't pre-concatenate path

    bugadani committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    4398750 View commit details
    Browse the repository at this point in the history
  15. Try to avoid string copies

    bugadani committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    e8f90b1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    14824c5 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7885ce5 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1b8741c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7aaf95d View commit details
    Browse the repository at this point in the history
  20. Only format prefix once

    bugadani committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    f93f422 View commit details
    Browse the repository at this point in the history
  21. Remove unnecessary get_mut

    bugadani committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    e367d0c View commit details
    Browse the repository at this point in the history
  22. Inline constant format arg

    bugadani committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    a43ef3b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e2fa4e0 View commit details
    Browse the repository at this point in the history
  24. Fewer temporary strings

    bugadani committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    d5cac19 View commit details
    Browse the repository at this point in the history
  25. Address review comments

    bugadani committed Jan 29, 2021
    Configuration menu
    Copy the full SHA
    c9c1200 View commit details
    Browse the repository at this point in the history