index
:
mlua
master
topic/freebsd
topic/freebsd-0.10
High level Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau bindings to Rust with async/await support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
util.rs
Age
Commit message (
Expand
)
Author
2022-03-21
Fix __index and __newindex wrappers for Luau
Alex Orlenko
2022-03-20
Initial Luau support
Alex Orlenko
2022-03-20
Fix async userdata __index, __newindex metamethods
Tarik02
2021-12-23
Generate traceback from level 0 (instead of 1)
Alex Orlenko
2021-11-12
Update callback_error(_ext)
Alex Orlenko
2021-11-08
Add `set_nth_user_value` and `get_nth_user_value` to `AnyUserData`
Alex Orlenko
2021-11-07
Refactor `Error::CallbackError` reporting and include source to
Alex Orlenko
2021-11-04
Add luajit52 support (LuaJIT with partial compatibility with Lua 5.2)
Alex Orlenko
2021-10-19
Switch to FxHash
Alex Orlenko
2021-10-12
Fix clippy warnings
Alex Orlenko
2021-10-05
Add (hidden) method `UserData::take()` to take out value from userdata
Alex Orlenko
2021-09-28
Change syntax of `protect_lua` macro
Alex Orlenko
2021-09-28
Update check_stack requirements
Alex Orlenko
2021-09-28
Make `protect_lua` as a smart macro to choose from C/closure
Alex Orlenko
2021-09-28
Perf optimization: refactor metatable cache
Alex Orlenko
2021-09-28
Add inline attributes to few hot funcs
Alex Orlenko
2021-08-06
Don't catch Rust panics in userdata finalizer on drop
Alex Orlenko
2021-07-09
Combine WrappedError and WrappedPanic structs to WrappedFailure enum
Alex Orlenko
2021-07-08
Rename init_gc_metatable_for and get_gc_metatable_for
Alex Orlenko
2021-07-08
Minor fixes/compilation after revert
Alex Orlenko
2021-07-08
Revert "Make `protect_lua` as a smart macro to choose from C/closure"
Alex Orlenko
2021-07-08
Revert "Move away from metatable hashmap cache to direct keys"
Alex Orlenko
2021-07-08
Move away from metatable hashmap cache to direct keys
Alex Orlenko
2021-07-07
Make `protect_lua` as a smart macro to choose from C/closure
Alex Orlenko
2021-06-20
Lua->Rust callback performance improvements
Alex Orlenko
2021-06-16
Revert commit ced808d5ab
Alex Orlenko
2021-05-11
Update docs & minor error handling code changes
Alex Orlenko
2021-05-11
Try different approach for errors handling.
Alex Orlenko
2021-05-10
Fix spelling
Alex Orlenko
2021-05-10
Improve error reporting in module mode.
Alex Orlenko
2021-05-02
Stack assertions review
Alex Orlenko
2021-04-27
Replace lazy_static with once_cell
Alex Orlenko
2021-04-27
cargo fmt and other minor fixes
Alex Orlenko
2021-04-27
Don't trigger longjmp in rust.
Alex Orlenko
2021-04-27
Add `UserDataFields` API.
Alex Orlenko
2021-04-15
Improve panic handling (check for twice resumed panics)
Alex Orlenko
2021-02-21
Optimize callbacks
Alex Orlenko
2020-12-14
Serde support (serialize feature flag)
Alex Orlenko
2020-06-07
Refactor main_state handling
Alex Orlenko
2020-06-06
Dirty hack to get lua 5.1 main state
Alex Orlenko
2020-05-15
Add clippy check and fix clippy warnings
Alex Orlenko
2020-05-12
Add MetaMethod::Close to support Lua 5.4 to-be-closed variables
Alex Orlenko
2020-05-11
Add Lua 5.4 (rc2) support
Alex Orlenko
2020-05-11
Add Send capability to Lua
Alex Orlenko
2020-04-28
Fix bugs with metatable cache:
Alex Orlenko
2020-04-17
v0.3.0-alpha.1 with async support
Alex Orlenko
2019-11-30
Add Lua 5.2 support
Alex Orlenko
2019-11-04
Move lua 5.1 support under new "lua51" feature
Alex Orlenko
2019-11-04
Dont take wrapped panic in error_tostring()
Alex Orlenko
2019-10-17
Lua 5.1 support
Alex Orlenko
[next]