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(es): Use swc_allocator #9245

Closed
wants to merge 46 commits into from
Closed

perf(es): Use swc_allocator #9245

wants to merge 46 commits into from

Commits on Jul 15, 2024

  1. Dep on allocator

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    515b0f1 View commit details
    Browse the repository at this point in the history
  2. cargo lockfile

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    28eb1e6 View commit details
    Browse the repository at this point in the history
  3. Use box & vec

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a3c78d0 View commit details
    Browse the repository at this point in the history
  4. fix

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    1f22ed4 View commit details
    Browse the repository at this point in the history
  5. fix more

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    bc1acf2 View commit details
    Browse the repository at this point in the history
  6. lint

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c773b67 View commit details
    Browse the repository at this point in the history
  7. More box

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a3351e2 View commit details
    Browse the repository at this point in the history
  8. #[fundamental]

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c672cc4 View commit details
    Browse the repository at this point in the history
  9. fix

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f756595 View commit details
    Browse the repository at this point in the history
  10. Fix AST

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    37c165a View commit details
    Browse the repository at this point in the history
  11. Dep

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4589e5e View commit details
    Browse the repository at this point in the history
  12. cargo lockfile

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    8f4e381 View commit details
    Browse the repository at this point in the history
  13. Dep

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c2ff010 View commit details
    Browse the repository at this point in the history
  14. cargo lockfile

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    e7f92b6 View commit details
    Browse the repository at this point in the history
  15. Import for vistor

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    d282b2e View commit details
    Browse the repository at this point in the history
  16. Fix parser

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    755db34 View commit details
    Browse the repository at this point in the history
  17. Fix more

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    05f9996 View commit details
    Browse the repository at this point in the history
  18. Fix more

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    b74d02c View commit details
    Browse the repository at this point in the history
  19. vec![]

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    6d08d0e View commit details
    Browse the repository at this point in the history
  20. More work

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f499a1a View commit details
    Browse the repository at this point in the history
  21. More work

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    212a87d View commit details
    Browse the repository at this point in the history
  22. More work

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    a0449c3 View commit details
    Browse the repository at this point in the history
  23. More work

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    3b3041e View commit details
    Browse the repository at this point in the history
  24. More work

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    fdf2f1e View commit details
    Browse the repository at this point in the history
  25. More work

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    6ee8b26 View commit details
    Browse the repository at this point in the history
  26. More work

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ad831af View commit details
    Browse the repository at this point in the history
  27. More work

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ca89380 View commit details
    Browse the repository at this point in the history
  28. fix vec!

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    43c7e0f View commit details
    Browse the repository at this point in the history
  29. fix vec!

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    9331e1b View commit details
    Browse the repository at this point in the history
  30. Fix macro

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    01046c4 View commit details
    Browse the repository at this point in the history
  31. Fix allocator

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    555ddce View commit details
    Browse the repository at this point in the history
  32. Fix allocator

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    fc63819 View commit details
    Browse the repository at this point in the history
  33. fixup

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4651c43 View commit details
    Browse the repository at this point in the history
  34. Fix parser

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    4b6cc0d View commit details
    Browse the repository at this point in the history
  35. Fix for rebase

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    2bc6ace View commit details
    Browse the repository at this point in the history
  36. allocator

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f9361fc View commit details
    Browse the repository at this point in the history
  37. Use scoped

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f113358 View commit details
    Browse the repository at this point in the history
  38. dep

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    ed943de View commit details
    Browse the repository at this point in the history
  39. cargo lockifle

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    c10b4c2 View commit details
    Browse the repository at this point in the history
  40. Lifetime to guard

    kdy1 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    3a64b91 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. cleanup

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    4ac82d6 View commit details
    Browse the repository at this point in the history
  2. comment

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0454242 View commit details
    Browse the repository at this point in the history
  3. fix drop impl

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    18cd361 View commit details
    Browse the repository at this point in the history
  4. Try pin

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c850fd2 View commit details
    Browse the repository at this point in the history
  5. Add segfault test

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ff91e26 View commit details
    Browse the repository at this point in the history
  6. fix unbox()

    kdy1 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f18b948 View commit details
    Browse the repository at this point in the history