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

perf(turbopack): Use Arc<String> instead of String #7772

Open
wants to merge 78 commits into
base: main
Choose a base branch
from
Open

Commits on May 28, 2024

  1. print clone

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    37c4173 View commit details
    Browse the repository at this point in the history
  2. Arc

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e120c39 View commit details
    Browse the repository at this point in the history
  3. Arc: turbo-tasks-memory

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    526162a View commit details
    Browse the repository at this point in the history
  4. Fix turbo-tasks

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    6baa89c View commit details
    Browse the repository at this point in the history
  5. Fix turbo-tasks-fs

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    dae98a6 View commit details
    Browse the repository at this point in the history
  6. Fix turbo-tasks-memory

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    0be3a1f View commit details
    Browse the repository at this point in the history
  7. Fix turbo-tasks-fs

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    c0f784f View commit details
    Browse the repository at this point in the history
  8. Fix turbo-tasks-env

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ba22df6 View commit details
    Browse the repository at this point in the history
  9. Fix turbopack-core

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    978a3bb View commit details
    Browse the repository at this point in the history
  10. Fix turbopack-core

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    64a7934 View commit details
    Browse the repository at this point in the history
  11. Fix turbopack-core

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1e86606 View commit details
    Browse the repository at this point in the history
  12. Fix turbopack-core

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    83fff2a View commit details
    Browse the repository at this point in the history
  13. Fix turbopack-core

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    8336f71 View commit details
    Browse the repository at this point in the history
  14. Fix turbopack-core

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    288d125 View commit details
    Browse the repository at this point in the history
  15. Fix turbopack-core

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    5a47811 View commit details
    Browse the repository at this point in the history
  16. Fix turbopack-core

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    6e5b302 View commit details
    Browse the repository at this point in the history
  17. Fix turbopack-core

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    82943b5 View commit details
    Browse the repository at this point in the history
  18. Fix turbopack-core

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    8e86d0b View commit details
    Browse the repository at this point in the history
  19. Fix turbo-tasks-fetch

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4f9f27e View commit details
    Browse the repository at this point in the history
  20. Fix turbopack-resolve

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4bb748e View commit details
    Browse the repository at this point in the history
  21. Fix turbopack-resolve

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    53654b1 View commit details
    Browse the repository at this point in the history
  22. Fix turbopack-ecmascript

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    f9bed38 View commit details
    Browse the repository at this point in the history
  23. Remove println

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    434c8ab View commit details
    Browse the repository at this point in the history
  24. Fix turbopack-css

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b2f5565 View commit details
    Browse the repository at this point in the history
  25. Fix turbopack-css

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e19bc94 View commit details
    Browse the repository at this point in the history
  26. Fix turbopack-env

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    7ad012f View commit details
    Browse the repository at this point in the history
  27. Fix turbopack-css

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    787fec3 View commit details
    Browse the repository at this point in the history
  28. More wokr

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    02b2df6 View commit details
    Browse the repository at this point in the history
  29. More work

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    a4187af View commit details
    Browse the repository at this point in the history
  30. Fix turbopack-dev-server

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    02b1fb2 View commit details
    Browse the repository at this point in the history
  31. Fix turbopack-dev-server

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ad0ea3f View commit details
    Browse the repository at this point in the history
  32. Fix turbopack-dev-server

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b73802f View commit details
    Browse the repository at this point in the history
  33. Fix turbopack-dev-server

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    979bb08 View commit details
    Browse the repository at this point in the history
  34. Fix turbopack-dev-server

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    eb44251 View commit details
    Browse the repository at this point in the history
  35. Fix turbopack-dev-server

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e909d55 View commit details
    Browse the repository at this point in the history
  36. Fix turbo-tasks-fs

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    8400a10 View commit details
    Browse the repository at this point in the history
  37. Fix turbopack-node

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    fc61018 View commit details
    Browse the repository at this point in the history
  38. Fix turbopack-node

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1f2dd7b View commit details
    Browse the repository at this point in the history
  39. Fix turbopack-node

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    244323b View commit details
    Browse the repository at this point in the history
  40. Fix turbopack-node

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    221a6c5 View commit details
    Browse the repository at this point in the history
  41. Fix turbopack-node

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4231d82 View commit details
    Browse the repository at this point in the history
  42. Fix turbopack-node

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    13116cf View commit details
    Browse the repository at this point in the history
  43. Fix turbopack

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    33adb0a View commit details
    Browse the repository at this point in the history
  44. Fix turbopack

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    eb87c72 View commit details
    Browse the repository at this point in the history
  45. Fix node-file-trace

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    2309dd7 View commit details
    Browse the repository at this point in the history
  46. Fix node-file-trace

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    bbd9591 View commit details
    Browse the repository at this point in the history
  47. fix more

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    83b20da View commit details
    Browse the repository at this point in the history
  48. fix more

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    30b408e View commit details
    Browse the repository at this point in the history
  49. fix more

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    3d335b7 View commit details
    Browse the repository at this point in the history
  50. fix more

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    c98db0a View commit details
    Browse the repository at this point in the history
  51. more work

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    69630ac View commit details
    Browse the repository at this point in the history
  52. fix more

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    05eaea2 View commit details
    Browse the repository at this point in the history
  53. fix more

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    65e77b9 View commit details
    Browse the repository at this point in the history
  54. fix more

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1102e6a View commit details
    Browse the repository at this point in the history
  55. fix more

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    7728ab3 View commit details
    Browse the repository at this point in the history
  56. fix more

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    dd06114 View commit details
    Browse the repository at this point in the history
  57. fix more

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    3900b81 View commit details
    Browse the repository at this point in the history
  58. fix more

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ab86162 View commit details
    Browse the repository at this point in the history
  59. fix more

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    47c0a9b View commit details
    Browse the repository at this point in the history
  60. fix more

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    c05ab77 View commit details
    Browse the repository at this point in the history
  61. fix more

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    8519e73 View commit details
    Browse the repository at this point in the history
  62. fix more

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    425f603 View commit details
    Browse the repository at this point in the history
  63. fix more

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    da945bd View commit details
    Browse the repository at this point in the history
  64. fix more

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    b65400e View commit details
    Browse the repository at this point in the history
  65. fix more

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    88a306d View commit details
    Browse the repository at this point in the history
  66. fix more

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    2a25f97 View commit details
    Browse the repository at this point in the history
  67. fix more

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    1bb4878 View commit details
    Browse the repository at this point in the history
  68. fix more

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    5c63a9f View commit details
    Browse the repository at this point in the history
  69. RcStr

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    23d86d4 View commit details
    Browse the repository at this point in the history
  70. fixup: RcStr

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    30cd742 View commit details
    Browse the repository at this point in the history
  71. reexport

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    ccf5bb4 View commit details
    Browse the repository at this point in the history
  72. Implement more From to RcStr

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    7d21901 View commit details
    Browse the repository at this point in the history
  73. Fix turbo-tasks

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    46f9efd View commit details
    Browse the repository at this point in the history
  74. impl AsRef<Path> for RcStr

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    e552404 View commit details
    Browse the repository at this point in the history
  75. Fix turbo-tasks-fs

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    3704937 View commit details
    Browse the repository at this point in the history
  76. impl TraceRawVcs for RcStr

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    4442b04 View commit details
    Browse the repository at this point in the history
  77. Fix turbo-tasks-fs

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    d1a6b45 View commit details
    Browse the repository at this point in the history
  78. Fix turbo-tasks-memory

    kdy1 committed May 28, 2024
    Configuration menu
    Copy the full SHA
    87f2c94 View commit details
    Browse the repository at this point in the history