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
2022-07-17
Fix clippy warnings
Alex Orlenko
2022-07-17
Optimize `WrappedFailure` userdata detection.
Alex Orlenko
2022-07-17
Add lua_xpush to 5.1-5.4
Alex Orlenko
2022-07-01
Add `MultiValue::get` & add clear error in `Index`
Eric Long
2022-06-29
v0.8.1
Alex Orlenko
2022-06-29
Set source name to full file path in Luau require
Alex Orlenko
2022-06-29
Update Lua::create_userdata doc about sharing metatable.
Alex Orlenko
2022-06-29
Merge pull request #180 from khvzak/userdata_proxy
Alex Orlenko
2022-06-28
Add Lua::create_proxy for easy access to UserData static fields and functions
Alex Orlenko
2022-06-28
Merge pull request #179 from hack3ric/master
Alex Orlenko
2022-06-28
Make clippy happy
Alex Orlenko
2022-06-29
Implement utilities for MultiValue
Eric Long
2022-06-27
Add `Table::to_pointer()` and `String::to_pointer()` functions
Alex Orlenko
2022-06-27
Derive Default for Lua::MemoryInfo
Alex Orlenko
2022-06-27
Don't use custom allocator for non-vendored LuaJIT (fixes #176)
Alex Orlenko
2022-06-07
Forgotten part of userdata performance optimization for Lua 5.1
Alex Orlenko
2022-06-06
Add `ffi::luau::lua_tolightuserdata` introduced in Luau 0.528
Alex Orlenko
2022-06-06
More performance optimization (userdata part)
Alex Orlenko
2022-06-02
Prepare for v0.8.0 release
Alex Orlenko
2022-05-31
Always use Rust allocator for Lua 5.1/u
Alex Orlenko
2022-05-30
Fix luaL_requiref glb handling for Lua<=5.1
Alex Orlenko
2022-05-30
Update integer/number coercion logic
Alex Orlenko
2022-05-30
Experimental optimization to skip oom check
Alex Orlenko
2022-05-29
More inline attributes
Alex Orlenko
2022-05-28
Make Variadic::new and MultiValue::new const
Alex Orlenko
2022-05-27
Update type of lua_Integer for lua51/52
Alex Orlenko
2022-05-26
Add [track_caller] attribute when working with app data container
Alex Orlenko
2022-05-25
v0.8.0-beta.5
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-18
Fix typo
Alex Orlenko
2022-05-16
Cache bytecode for internal Lua chunks
Alex Orlenko
2022-05-15
Refactor `Function::bind` implementation.
Alex Orlenko
2022-05-12
Fix Send impl
Alex Orlenko
2022-05-09
Add Iter metamethod for Luau (available from 0.526)
Alex Orlenko
2022-05-07
Update to Luau 0.526
Alex Orlenko
2022-04-27
Assert stack for Luau in `callback_error_ext` when operating on a cached wrap...
Alex Orlenko
2022-04-25
v0.8.0-beta.4
Alex Orlenko
2022-04-18
Add `Function::info()` to get information about functions.
Alex Orlenko
2022-04-17
More parking_lot ci tests
Alex Orlenko
2022-04-17
Merge pull request #147 from sondr3/parking_lot
Alex Orlenko
2022-04-17
Faster lua_rotate for Lua < 5.3
Alex Orlenko
2022-04-16
Add parking_lot dependency and feature
Sondre Aasemoen
2022-04-14
Fix clippy warnings
Alex Orlenko
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 collectgarbage for Luau: support more options
Alex Orlenko
2022-04-13
Define CallbackUpvalue/AsyncCallbackUpvalue as type alises to Upvalue
Alex Orlenko
2022-04-13
Revert "Remove Lua::into_static/from_static"
Alex Orlenko
[prev]
[next]