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
/
tests
Age
Commit message (
Expand
)
Author
2023-02-12
Add create_userdata_ref/create_userdata_ref_mut for scope (#206)
Alex Orlenko
2023-02-03
Allow registering and creating custom userdata types that don't necessary imp...
Alex Orlenko
2023-01-06
Rename `to_lua_err` -> `into_lua_err`
Alex Orlenko
2023-01-06
Allow deserializing values from serializable UserData using `Lua::from_value(...
Alex Orlenko
2023-01-04
Better Debug for String
Alex Orlenko
2023-01-02
Add `Table::clear()` method
Alex Orlenko
2022-12-30
Rename wrapped_failure/thread cache to pool
Alex Orlenko
2022-12-24
Refactor `userdata::MetaMethod`.
Alex Orlenko
2022-12-22
Add `Function::wrap`/`Function::wrap_mut`/`Function::wrap_async` to wrap func...
Alex Orlenko
2022-12-21
Fix module tests
Alex Orlenko
2022-12-20
Remove FromLua impl for UserData+Clone
Alex Orlenko
2022-12-19
Refactor `AsChunk` trait
Alex Orlenko
2022-12-18
Check for invalid args when parsing `#[lua_module(...)]` proc macro
Alex Orlenko
2022-12-18
feat: Support custom name of `lua_module`
rise0chen
2022-12-18
Use `impl AsRef<str>` for userdata methods/fields instead of generic param.
Alex Orlenko
2022-12-18
Do not clear usevalues when taking value out of userdata.
Alex Orlenko
2022-12-15
Fix subtraction overflow when calculating index for `MultiValue::get()`.
Alex Orlenko
2022-12-03
Redefine `_VERSION` for Luau to include version number.
Alex Orlenko
2022-11-07
Fix bug when recycled Registry slot can be set to Nil.
Alex Orlenko
2022-10-30
Better checks and tests when trying to modify a Luau readonly table
Alex Orlenko
2022-10-23
Add push/pop methods to Table
Alex Orlenko
2022-10-22
Fix typo
Alex Orlenko
2022-08-23
Update compile tests
Alex Orlenko
2022-08-23
Fix error message in tests (luau)
Alex Orlenko
2022-08-23
Check if chunk is empty in luaL_loadbufferx for Luau (fixes #200)
Alex Orlenko
2022-08-01
Fix Lua assertion when inspecting another thread stack.
Alex Orlenko
2022-07-31
Close to-be-closed variables for Lua 5.4 when using call_async functions
Alex Orlenko
2022-07-22
Fix a bug in `Function::bind` when args and binds are empty
Alex Orlenko
2022-06-29
Set source name to full file path in Luau require
Alex Orlenko
2022-06-28
Add Lua::create_proxy for easy access to UserData static fields and functions
Alex Orlenko
2022-05-30
Update integer/number coercion logic
Alex Orlenko
2022-05-26
Add "send" test
Alex Orlenko
2022-05-24
Correctly deserialize newtype struct (#168)
Alex Orlenko
2022-05-24
Add `Function::coverage` for Luau to obtain coverage report
Alex Orlenko
2022-05-18
Add `Value::to_pointer()` function.
Alex Orlenko
2022-05-15
Refactor `Function::bind` implementation.
Alex Orlenko
2022-05-07
Don't require Lua sources for modules in build system
Alex Orlenko
2022-04-18
Add `Function::info()` to get information about functions.
Alex Orlenko
2022-04-17
Fix "unused" warning in tests
Alex Orlenko
2022-04-16
Add parking_lot dependency and feature
Sondre Aasemoen
2022-04-14
Refactor `AsChunk` trait.
Alex Orlenko
2022-04-14
Remove Luau compiler options from Chunk in favour of setting Compiler instance.
Alex Orlenko
2022-04-13
Update compile tests
Alex Orlenko
2022-04-13
Add tests for static Lua instance
Alex Orlenko
2022-04-08
Implement Hash for Lua String
Alex Orlenko
2022-04-08
Fix Luau documentation in docs.rs
Alex Orlenko
2022-04-08
Don't pass Lua handler to interrupt callback (Luau) as it's not safe.
Alex Orlenko
2022-03-31
Move some Luau functionality to a new module
Alex Orlenko
2022-03-30
Make LuaHook as Fn instead of FnMut to remove Mutex and improve performance
Alex Orlenko
2022-03-30
Support Luau interrupts (closes #138)
Alex Orlenko
[next]