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

Greatly speed up doctests by compiling compatible doctests in one file #123974

Open
wants to merge 24 commits into
base: master
Choose a base branch
from

Commits on May 18, 2024

  1. Configuration menu
    Copy the full SHA
    86833ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    587c522 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4867760 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    78171c6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e022387 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cce04bb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b8f0f2c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    56acb5d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    882d119 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    45b075f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cdb59a1 View commit details
    Browse the repository at this point in the history
  12. Bless rustdoc ui tests

    GuillaumeGomez committed May 18, 2024
    Configuration menu
    Copy the full SHA
    e6f38c5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2c27d9c View commit details
    Browse the repository at this point in the history
  14. Don't set test_harness to true by default as it would generate in…

    …valid code for combined doctests
    GuillaumeGomez committed May 18, 2024
    Configuration menu
    Copy the full SHA
    76f70fa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f235cbf View commit details
    Browse the repository at this point in the history
  16. Improve handling of --persist-doctests with combined doctests and u…

    …pdate associated test to check both combined and non-combined doctests
    GuillaumeGomez committed May 18, 2024
    Configuration menu
    Copy the full SHA
    b5ca844 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e4b74f4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7ea8909 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5a3d239 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    847664a View commit details
    Browse the repository at this point in the history
  21. Improve code

    GuillaumeGomez committed May 18, 2024
    Configuration menu
    Copy the full SHA
    24a23e1 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    88cbb78 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    222f7dc View commit details
    Browse the repository at this point in the history
  24. If there is any AST error with a doctest, we make it a standalone test

    To do so, AST error detection was improved in order to not filter out
    too many doctests.
    GuillaumeGomez committed May 18, 2024
    Configuration menu
    Copy the full SHA
    2e3c2aa View commit details
    Browse the repository at this point in the history