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
/
function.rs
Age
Commit message (
Expand
)
Author
2023-07-22
Use c-unwind ABI (Rust 1.71+)
Alex Orlenko
2023-07-06
Make Debug interface more user friendly
Alex Orlenko
2023-06-03
Support getting and setting environment for Lua functions.
Alex Orlenko
2023-05-30
Update `FunctionInfo` doc and interface
Alex Orlenko
2023-04-26
Various improvements for owned types, including:
Alex Orlenko
2023-04-14
Remove unstable feature flag from Function::wrap/wrap_mut/wrap_async
Alex Orlenko
2022-12-22
Add `Function::wrap`/`Function::wrap_mut`/`Function::wrap_async` to wrap func...
Alex Orlenko
2022-12-19
Refactor `AsChunk` trait
Alex Orlenko
2022-07-22
Fix a bug in `Function::bind` when args and binds are empty
Alex Orlenko
2022-04-18
Add `Function::info()` to get information about functions.
Alex Orlenko
2022-03-20
Initial Luau support
Alex Orlenko
2021-07-05
Add new functions: `lua.load_from_function()` and `lua.create_c_function()`
Alex Orlenko
2021-05-02
Change signature of Function::dump() to remove Result
Alex Orlenko
2021-04-16
Drop 'feature(link_args)' (removed from nightly). Don't run tests for LuaJIT ...
Alex Orlenko
2020-07-28
Add ChunkMode enum to mark chunks as text or binary
Alex Orlenko
2020-07-27
Add Function::dump() to dump lua function to a binary chunk
Alex Orlenko
2020-06-06
Add LuaJIT 2.0.5 stable support
Alex Orlenko
2020-04-18
Add family of `call_async` function
Alex Orlenko
2020-04-17
v0.3.0-alpha.1 with async support
Alex Orlenko
2020-01-25
Support vendored versions of Lua and LuaJIT
Alex Orlenko
2019-11-04
Add LuaJIT support
Alex Orlenko
2019-10-17
Lua 5.1 support
Alex Orlenko
2019-10-01
Rename to mlua
Alex Orlenko
2019-09-29
Update tests (excl. compile-fail)
Alex Orlenko
2019-09-29
cargo fmt
Alex Orlenko
2018-10-01
Allow non-utf8 Lua source in load / exec / eval
kyren
2018-09-16
Move integration tests into top-level tests directory
kyren