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
/
userdata.rs
Age
Commit message (
Expand
)
Author
2022-05-09
Add Iter metamethod for Luau (available from 0.526)
Alex Orlenko
2022-04-08
(minor) Fix capturing variables in protect_lua closures
Alex Orlenko
2022-03-25
Update docs
Alex Orlenko
2022-03-20
Initial Luau support
Alex Orlenko
2021-11-25
Update docs
Alex Orlenko
2021-11-21
Add `get_named_user_value` and `set_named_user_value` to `AnyUserData`
Alex Orlenko
2021-11-08
Add `set_nth_user_value` and `get_nth_user_value` to `AnyUserData`
Alex Orlenko
2021-11-04
Publish `AnyUserData::take`
Alex Orlenko
2021-11-04
Add luajit52 support (LuaJIT with partial compatibility with Lua 5.2)
Alex Orlenko
2021-11-04
Add async meta methods for all Lua except 51
Alex Orlenko
2021-10-12
Update documentation references
Alex Orlenko
2021-10-05
Add (hidden) method `UserData::take()` to take out value from userdata
Alex Orlenko
2021-09-28
Refactor UserData metatables handling
Alex Orlenko
2021-09-28
Add inline attributes to few hot funcs
Alex Orlenko
2021-08-04
Update documentation about `FromLua` for UserData. Closes #64
Alex Orlenko
2021-07-13
Replace custom `UserDataRef(Mut)` with standard `Ref`(Mut)
Alex Orlenko
2021-07-11
UserData improvements:
Alex Orlenko
2021-06-16
Revert commit ced808d5ab
Alex Orlenko
2021-06-03
Remove `T: Clone` requirement from `add_async_function`
Alex Orlenko
2021-06-03
Add `__ipairs` metamethod (again) for Lua 5.2 only
Alex Orlenko
2021-06-03
Implement `UserData` for Rc<RefCell>/Arc<Mutex>/Arc<RwLock> wrappers
Alex Orlenko
2021-05-10
Fix spelling
Alex Orlenko
2021-05-05
Add `Thread::reset()` for luajit/lua54
Alex Orlenko
2021-05-04
Remove deprecated `AnyUserData::has_metamethod()`
Alex Orlenko
2021-05-02
Stack assertions review
Alex Orlenko
2021-04-27
Refactor UserDataCell
Alex Orlenko
2021-04-27
More tests
Alex Orlenko
2021-04-27
Add more checks for destructed userdata in AnyUserData
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
Fix some clippy warnings & minor changes
Alex Orlenko
2021-04-27
Make MetaMethod::name() public
Alex Orlenko
2021-04-27
Improve/fix scoped UserData drop
Alex Orlenko
2021-04-27
Add `UserDataFields` API.
Alex Orlenko
2020-12-31
Update documentation
Alex Orlenko
2020-12-14
Serde support (serialize feature flag)
Alex Orlenko
2020-06-06
Add `has_metamethod` to `AnyUserData`
Alex Orlenko
2020-05-15
Update documentation
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
Hide Lua "Send" capability under the optional "send" feature flag
Alex Orlenko
2020-05-11
Add Send capability to Lua
Alex Orlenko
2020-05-11
Bind Futures lifetimes to 'lua rather than 'static.
Alex Orlenko
2020-04-17
v0.3.0-alpha.1 with async support
Alex Orlenko
2020-01-25
Remove `__ipairs` metamethod deprecated in lua 5.3 and not available by default
Alex Orlenko
2020-01-07
Implement PartialEq trait for Value (and subtypes)
Alex Orlenko
2019-11-30
Add pair and ipair metamethods support (lua 5.2/5.3 only)
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
Fix examples and docs
Alex Orlenko
[next]