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

Move to GitHub merge queues. #228

Merged
merged 5 commits into from
Jan 17, 2024
Merged

Commits on Nov 9, 2023

  1. Move to GitHub merge queues.

    ltratt committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    9499f0b View commit details
    Browse the repository at this point in the history
  2. Use the standard linker rather than forcing gold.

    This setting causes problems and we don't gain sufficient benefit from
    it.
    ltratt committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    886af63 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. Update dependencies

    jacob-hughes committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    8e39124 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Implement Sync for yksom VM types

    This is needed because their trait objects are passed to a GC so must be
    FSA-safe.
    jacob-hughes committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    676db21 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2023

  1. Remove use of SmartString

    The SmartString library uses pointer obfuscation tricks internally which
    hide GC pointers from alloy. We must therefore remove it as it is
    incompatible with conservative pointer scanning.
    jacob-hughes committed Nov 21, 2023
    Configuration menu
    Copy the full SHA
    0e4445f View commit details
    Browse the repository at this point in the history