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
Age
Commit message (
Expand
)
Author
2021-05-10
Improve error reporting in module mode.
Alex Orlenko
2021-05-09
Re-export UserDataFields/UserDataMetatable
Alex Orlenko
2021-05-05
Add chunk! macro support
Alex Orlenko
2021-05-05
Update lua state when polling futures
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-04
Update sys align code
Alex Orlenko
2021-05-04
Fix clippy warnings
Alex Orlenko
2021-05-04
v0.6.0-beta.1
Alex Orlenko
2021-05-03
Update code docs
Alex Orlenko
2021-05-03
Make `SerializeOptions` non_exhaustive.
Alex Orlenko
2021-05-03
Add `LuaOptions` to customize Lua/Rust behaviour.
Alex Orlenko
2021-05-03
Replace 'Thread already finished' error with common `Error::CoroutineInactive`
Alex Orlenko
2021-05-03
Implement/Derive `Debug` for Lua and few other structs
Alex Orlenko
2021-05-03
Store `safe` property in Extra state to inherit into Lua structs made from po...
Alex Orlenko
2021-05-03
Implement ToLua/FromLua for Box<str> and Box<[T]>
Alex Orlenko
2021-05-02
Improve growing the auxiliary stack of the ref thread:
Alex Orlenko
2021-05-02
Allocate Waker slot in Registry in re-use it (instead of creating new userdat...
Alex Orlenko
2021-05-02
Make AsyncPollPending internal value as LightUserData
Alex Orlenko
2021-05-02
Change signature of Function::dump() to remove Result
Alex Orlenko
2021-05-02
Stack assertions review
Alex Orlenko
2021-04-27
Refactor UserDataCell
Alex Orlenko
2021-04-27
Store nonstatic UserData pointer in self userdata (instead of metatable)
Alex Orlenko
2021-04-27
Fix lua51 scope compilation
Alex Orlenko
2021-04-27
Hide Deserializer inner fields
Alex Orlenko
2021-04-27
Remove Result from lua.null() and lua.array_metatable(). They never fail.
Alex Orlenko
2021-04-27
Add SerializeOptions to to change default Lua serializer behaviour
Alex Orlenko
2021-04-27
Replace lazy_static with once_cell
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
Add inline(always) to some compat53 functions
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
2021-04-20
v0.5.4
Alex Orlenko
2021-04-16
Make error::Error non_exhaustive
Alex Orlenko
2021-04-16
Hide raw_sequence_values_by_len under async/serialize feature flags
Alex Orlenko
2021-04-16
Serialize only known (registered) userdata.
Alex Orlenko
2021-04-15
Improve panic handling (check for twice resumed panics)
Alex Orlenko
2021-03-04
v0.5.3
Alex Orlenko
2021-03-03
Optimise async callbacks (polling)
Alex Orlenko
2021-03-03
Fix bug in returning nil-prefixed multi values from async function
Alex Orlenko
2021-02-27
v0.5.2
Alex Orlenko
2021-02-27
Fix/whitelist some clippy warnings
Alex Orlenko
2021-02-26
Bump copyright year
Alex Orlenko
2021-02-26
Add ToLua implementation for Cow<str> and Cow<CStr>
Alex Orlenko
2021-02-22
Remove `registered_userdata_mt` check
Alex Orlenko
[next]