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

Allow to modify globals without store #3

Closed
wants to merge 16 commits into from
Closed

Commits on Jul 15, 2023

  1. Configuration menu
    Copy the full SHA
    0a975d2 View commit details
    Browse the repository at this point in the history
  2. Rename function

    ark0f committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    1cc6bde View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Remove unused functions

    ark0f committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6430e52 View commit details
    Browse the repository at this point in the history
  2. Weaken resolve_mut_with ref

    ark0f committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    b17eb49 View commit details
    Browse the repository at this point in the history
  3. Revert "Remove unused functions"

    This reverts commit 6430e52.
    ark0f committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    8202cba View commit details
    Browse the repository at this point in the history
  4. Return global caching back

    ark0f committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    bd4473d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    021d766 View commit details
    Browse the repository at this point in the history
  6. Move our types into patches.rs

    ark0f committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    54d03fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a47692 View commit details
    Browse the repository at this point in the history
  8. Add InnerGlobals::alloc()

    ark0f committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    73a5480 View commit details
    Browse the repository at this point in the history
  9. Import GlobalIdx from crate

    ark0f committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    4b0c46d View commit details
    Browse the repository at this point in the history
  10. Allow new clippy lint

    ark0f committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    fa973dc View commit details
    Browse the repository at this point in the history
  11. Take env into quotes

    ark0f committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    eae9189 View commit details
    Browse the repository at this point in the history
  12. Remove space in env var

    ark0f committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    713e2fa View commit details
    Browse the repository at this point in the history
  13. Inline env

    ark0f committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    9a89568 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Use RefCell inside Globals

    ark0f committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    5da04cb View commit details
    Browse the repository at this point in the history