Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mlua-rs/mlua
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: mlua-rs/mlua
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8
Choose a head ref
  • 16 commits
  • 16 files changed
  • 1 contributor

Commits on Jan 4, 2023

  1. v0.8.7

    khvzak committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    e86ef9d View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2023

  1. Configuration menu
    Copy the full SHA
    c108dc8 View commit details
    Browse the repository at this point in the history
  2. Fix potential deadlock when trying to reuse dropped RegistryKey.

    If no free registry id found, we call protect_lua! macro while keeping mutex guard to the unref list.
    Protected calls can trigger garbage collection and if RegistryKey is placed in userdata being collected, this can lead to deadlock.
    The solution is drop mutex guard as soon as possible.
    Also this commit includes optimization in creating reference in Lua registry.
    khvzak committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    c9715aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc19498 View commit details
    Browse the repository at this point in the history
  4. v0.8.8

    khvzak committed Mar 5, 2023
    Configuration menu
    Copy the full SHA
    34679e1 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. Configuration menu
    Copy the full SHA
    eb84284 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bfdb408 View commit details
    Browse the repository at this point in the history
  3. Use lua_closethread instead of lua_resetthread in vendored mode (intr…

    …oduced in Lua 5.4.6)
    khvzak committed May 16, 2023
    Configuration menu
    Copy the full SHA
    5a96e80 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72de17b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    573d713 View commit details
    Browse the repository at this point in the history
  6. Update tarpaulin settings

    khvzak committed May 16, 2023
    Configuration menu
    Copy the full SHA
    765117c View commit details
    Browse the repository at this point in the history
  7. v0.8.9

    khvzak committed May 16, 2023
    Configuration menu
    Copy the full SHA
    15e353a View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    e4eeee0 View commit details
    Browse the repository at this point in the history
  2. Update to Luau 0.590

    khvzak committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    c9099a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    032d4af View commit details
    Browse the repository at this point in the history
  4. v0.8.10

    khvzak committed Aug 15, 2023
    Configuration menu
    Copy the full SHA
    84811b1 View commit details
    Browse the repository at this point in the history
Loading