index
:
mlua
main
master
topic/bsd-0.10.1
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
2024-11-09
v0.10.1
HEAD
v0.10.1
main
Alex Orlenko
2024-11-09
mlua-sys: v0.6.5
Alex Orlenko
2024-11-09
Add `String::display` method
Alex Orlenko
2024-11-09
Update `String::to_string_lossy` doc
Alex Orlenko
2024-11-09
Fix formatting
Alex Orlenko
2024-11-09
Fix wrong formatting table with string keys that are numbers
Alex Orlenko
2024-11-09
Update links to luau.org
Alex Orlenko
2024-11-09
Support Luau 0.650 native vector library
Alex Orlenko
2024-11-09
clippy
Alex Orlenko
2024-11-09
feat(table): improve pretty-printing for simple tables and lists (#478)
vhyrro
2024-11-08
Merge `Scope::attach_destructor` into `Scope::seal_userdata`
Alex Orlenko
2024-11-07
Add `Scope::create_any_userdata` to create Lua objects from any non-static Ru...
Alex Orlenko
2024-11-07
Add `AnyUserData::destroy` method
Alex Orlenko
2024-11-04
Don't store and use wrong main Lua state in module mode (Lua 5.1/JIT only).
Alex Orlenko
2024-11-03
Update Luau to 0.650 (luau0-src 0.11.1)
Alex Orlenko
2024-11-03
Update tarpaulin.toml
Alex Orlenko
2024-11-03
Update tarpaulin.toml to include `userdata-wrappers`
Alex Orlenko
2024-11-03
Relax `UserDataBorrowRef` restrictions to allow recursive calls
Alex Orlenko
2024-11-03
Add `userdata-wrappers` feature
Alex Orlenko
2024-11-02
Switch between shared and exclusive lock for `UserDataRef` depending if `T: S...
Alex Orlenko
2024-10-31
Revert `&Scope` to `&mut Scope`
Alex Orlenko
2024-10-31
Add `Scope::add_destructor` to attach custom destructors
Alex Orlenko
2024-10-31
Fix tests
Alex Orlenko
2024-10-30
Skip setting `Send`/`Sync` in non-send mode for `UserDataCell`
Alex Orlenko
2024-10-30
Add `Lua::try_app_data_ref` and `Lua::try_app_data_mut`
Alex Orlenko
2024-10-30
Add `From<Vec>` and `Into<Vec>` support to `MultiValue` and `Variadic` types
Alex Orlenko
2024-10-30
Update v0.10 release notes (add breaking changes)
Alex Orlenko
2024-10-29
Fix attaching __gc metamethod
Alex Orlenko
2024-10-29
Defer metatable return on userdata creation until the end
Alex Orlenko
2024-10-25
v0.10.0
v0.10.0
Alex Orlenko
2024-10-25
Update docs
Alex Orlenko
2024-10-23
More tests
Alex Orlenko
2024-10-23
Add `error-send` feature flag
Alex Orlenko
2024-10-22
Rename `Error::MemoryLimitNotAvailable` to `Error::MemoryControlNotAvailable`
Alex Orlenko
2024-10-22
Move Luau Vector type to top level
Alex Orlenko
2024-10-20
cargo fmt
Alex Orlenko
2024-10-20
Replace `Either` enum with implementation from `either` crate
Alex Orlenko
2024-10-20
Add missing `serde::{de, ser}` top level comment
Alex Orlenko
2024-10-20
Bump TARGET_MLUA_LUAU_ABI_VERSION
Alex Orlenko
2024-10-20
Keep stack in `FromLuaMulti::from_stack_multi`
Alex Orlenko
2024-10-19
Optimize `Table` readonly check (Luau)
Alex Orlenko
2024-10-19
Update docs
Alex Orlenko
2024-10-19
Remove functions deprecated in v0.9
Alex Orlenko
2024-10-19
Add back `Lua::load_from_std_lib` (with deprecated flag)
Alex Orlenko
2024-10-19
More Lua values conversion tests
Alex Orlenko
2024-10-19
clippy
Alex Orlenko
2024-10-19
More `Either` tests
Alex Orlenko
2024-10-19
Fix test_inspect_stack
Alex Orlenko
2024-10-18
Fix `Value::String::to_pointer` for Lua < 5.4
Alex Orlenko
2024-10-18
Update Value tests
Alex Orlenko
[next]