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

fix: upgrade deno_ast related crates #23187

Merged
merged 57 commits into from
Apr 11, 2024

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    2449847 View commit details
    Browse the repository at this point in the history
  2. Bump cache

    dsherret committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ca6bdd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0d7745 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    65d1da4 View commit details
    Browse the repository at this point in the history
  2. update cache key

    littledivy committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    612cf6e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    925fe0c View commit details
    Browse the repository at this point in the history
  4. re-order tmate job

    littledivy committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d995345 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1106e2c View commit details
    Browse the repository at this point in the history
  6. Fix lint with tmate setup

    littledivy committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    6d0e90b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    23b3ab8 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Try bumping hstr

    dsherret committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    4669dd1 View commit details
    Browse the repository at this point in the history
  2. Bump swc

    dsherret committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    438e6df View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    560e3d5 View commit details
    Browse the repository at this point in the history
  2. Update swc

    dsherret committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    5e18f2f View commit details
    Browse the repository at this point in the history
  3. Try running with sanitizers

    dsherret committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    9db24a6 View commit details
    Browse the repository at this point in the history
  4. Try this

    dsherret committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    38ffce8 View commit details
    Browse the repository at this point in the history
  5. Try this

    dsherret committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f7a37f9 View commit details
    Browse the repository at this point in the history
  6. try this

    dsherret committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f21bdaa View commit details
    Browse the repository at this point in the history
  7. try not using target

    dsherret committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    0bd741b View commit details
    Browse the repository at this point in the history
  8. Revert "try not using target"

    This reverts commit 0bd741b.
    dsherret committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    3e2e0c3 View commit details
    Browse the repository at this point in the history
  9. Use correct target folder

    dsherret committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    9991081 View commit details
    Browse the repository at this point in the history
  10. Try going back a month

    dsherret committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    58e0a7a View commit details
    Browse the repository at this point in the history
  11. Move ahead more

    dsherret committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    efd68c7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3d03d4e View commit details
    Browse the repository at this point in the history
  13. fix

    dsherret committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    da28c74 View commit details
    Browse the repository at this point in the history
  14. try this

    dsherret committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    1a6461d View commit details
    Browse the repository at this point in the history
  15. install nightly

    dsherret committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    949c894 View commit details
    Browse the repository at this point in the history
  16. try this

    dsherret committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    219471c View commit details
    Browse the repository at this point in the history
  17. Try sanitizer flags

    dsherret committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d8d6fd2 View commit details
    Browse the repository at this point in the history
  18. actually use -Zbuild-std

    dsherret committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    30b478c View commit details
    Browse the repository at this point in the history
  19. Fix arg

    dsherret committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    747e03d View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Update

    dsherret committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    7e1e976 View commit details
    Browse the repository at this point in the history
  2. Maybe fix

    dsherret committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    86a472f View commit details
    Browse the repository at this point in the history
  3. Try disable lto

    dsherret committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    0921aa1 View commit details
    Browse the repository at this point in the history
  4. v8_from_source=1

    dsherret committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    4b8a9fc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ddace01 View commit details
    Browse the repository at this point in the history
  6. Force a debug build of v8

    dsherret committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3ef23e8 View commit details
    Browse the repository at this point in the history
  7. Try with just V8_FORCE_DEBUG

    dsherret committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3afd2d3 View commit details
    Browse the repository at this point in the history
  8. Revert "Try with just V8_FORCE_DEBUG"

    This reverts commit 3afd2d3.
    dsherret committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    913df1e View commit details
    Browse the repository at this point in the history
  9. Try install libclang-16-dev

    dsherret committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    62333e6 View commit details
    Browse the repository at this point in the history
  10. Revert "Try install libclang-16-dev"

    This reverts commit 62333e6.
    
    Reapply "Try with just V8_FORCE_DEBUG"
    
    This reverts commit 913df1e.
    dsherret committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    7c5f3f3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    43623cb View commit details
    Browse the repository at this point in the history
  12. Use pr of v8 with asan

    dsherret committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5914642 View commit details
    Browse the repository at this point in the history
  13. Try again

    dsherret committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    c896227 View commit details
    Browse the repository at this point in the history
  14. Fix artifact upload path

    dsherret committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    8e12737 View commit details
    Browse the repository at this point in the history
  15. Use opt-level=1 for debug

    dsherret committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5d80ea1 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7de3774 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    548fa4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29458f9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    74effdb View commit details
    Browse the repository at this point in the history
  4. Maybe fixed in latest rust?

    dsherret committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    18ff85d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3161a0 View commit details
    Browse the repository at this point in the history
  6. Revert down swc version

    dsherret committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e9849b5 View commit details
    Browse the repository at this point in the history
  7. Reverts.

    dsherret committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    490cde6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6d16b96 View commit details
    Browse the repository at this point in the history
  9. Lint.

    dsherret committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0b851e8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    54939d6 View commit details
    Browse the repository at this point in the history