-
-
Notifications
You must be signed in to change notification settings - Fork 177
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: mlua-rs/mlua
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.8
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 16 commits
- 16 files changed
- 1 contributor
Commits on Jan 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e86ef9d - Browse repository at this point
Copy the full SHA e86ef9dView commit details
Commits on Mar 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c108dc8 - Browse repository at this point
Copy the full SHA c108dc8View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for c9715aa - Browse repository at this point
Copy the full SHA c9715aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc19498 - Browse repository at this point
Copy the full SHA bc19498View commit details -
Configuration menu - View commit details
-
Copy full SHA for 34679e1 - Browse repository at this point
Copy the full SHA 34679e1View commit details
Commits on May 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eb84284 - Browse repository at this point
Copy the full SHA eb84284View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfdb408 - Browse repository at this point
Copy the full SHA bfdb408View commit details -
Use lua_closethread instead of lua_resetthread in vendored mode (intr…
…oduced in Lua 5.4.6)
Configuration menu - View commit details
-
Copy full SHA for 5a96e80 - Browse repository at this point
Copy the full SHA 5a96e80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 72de17b - Browse repository at this point
Copy the full SHA 72de17bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 573d713 - Browse repository at this point
Copy the full SHA 573d713View commit details -
Configuration menu - View commit details
-
Copy full SHA for 765117c - Browse repository at this point
Copy the full SHA 765117cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 15e353a - Browse repository at this point
Copy the full SHA 15e353aView commit details
Commits on Aug 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e4eeee0 - Browse repository at this point
Copy the full SHA e4eeee0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9099a4 - Browse repository at this point
Copy the full SHA c9099a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 032d4af - Browse repository at this point
Copy the full SHA 032d4afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 84811b1 - Browse repository at this point
Copy the full SHA 84811b1View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...v0.8