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

[WIP] make nightly compilers able to parallelize #101566

Closed
wants to merge 19 commits into from

Commits on Apr 23, 2023

  1. refactor Lock

    SparrowLii committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    8ba978a View commit details
    Browse the repository at this point in the history
  2. refactor WorkerLocal

    SparrowLii committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    209ff75 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    437e1e6 View commit details
    Browse the repository at this point in the history
  4. refactor Lock again

    SparrowLii committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    a7068db View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f97437e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d71085c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    219c3e6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb6218d View commit details
    Browse the repository at this point in the history
  9. use Sharded in caches

    SparrowLii committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    fc04774 View commit details
    Browse the repository at this point in the history
  10. use Arc as Lrc

    SparrowLii committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    720f717 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6e30bda View commit details
    Browse the repository at this point in the history
  12. use thread-safe RwLock

    SparrowLii committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    e166006 View commit details
    Browse the repository at this point in the history
  13. rebase

    SparrowLii committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    53ccfb2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    3507254 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dc3be9f View commit details
    Browse the repository at this point in the history
  16. use rayon_core::tlv

    SparrowLii committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    add456b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c170de7 View commit details
    Browse the repository at this point in the history
  18. use thread-safe indexmap

    SparrowLii committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    1435c15 View commit details
    Browse the repository at this point in the history
  19. remove const trait impl

    SparrowLii committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    f925ea0 View commit details
    Browse the repository at this point in the history