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

Mark StackSlot as Sync #121

Merged
merged 6 commits into from
Feb 26, 2024
Merged

Mark StackSlot as Sync #121

merged 6 commits into from
Feb 26, 2024

Commits on Feb 25, 2024

  1. feat: Mark StackSlot as Sync

    Since it has no interior mutability it should be safe to share between
    threads.
    
    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    55d74a5 View commit details
    Browse the repository at this point in the history
  2. chore: Fix 'unused extern crate' warning

    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    3c7216f View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2024

  1. chore: Fix build error

    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    f15a9d8 View commit details
    Browse the repository at this point in the history
  2. chore: Fix build error #2

    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    097fc7b View commit details
    Browse the repository at this point in the history
  3. chore: Reword std

    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    97958ed View commit details
    Browse the repository at this point in the history
  4. chore: Fix no-std build

    Signed-off-by: John Nunley <dev@notgull.net>
    notgull committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    2022449 View commit details
    Browse the repository at this point in the history