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
Age
Commit message (
Expand
)
Author
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-04
Update dependencies
Alex Orlenko
2021-05-03
Add CHANGELOG for v0.6.0-beta.1
Alex Orlenko
2021-05-03
Update README
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
Fix typo in README
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
Update github action to fix modules test on Windows (lua53 -> lua54)
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
Include nightly to github CI tests
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-20
Don't read lua.h from build script (was not used)
Alex Orlenko
2021-04-16
Don't fail CI on coverage
Alex Orlenko
2021-04-16
Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT ...
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-04-14
Add rerun-if-changed instructions to build script
Alex Orlenko
2021-04-14
Don't check LUA_LIB_NAME if it's not needed
Alex Orlenko
2021-03-04
v0.5.3
Alex Orlenko
2021-03-03
Fix compilation warnings on nightly
Alex Orlenko
[prev]
[next]