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
/
lib.rs
Age
Commit message (
Expand
)
Author
2022-12-19
Rename ToLua/ToLuaMulti -> IntoLua/IntoLuaMulti
Alex Orlenko
2022-12-19
Add "unstable" feature flag.
Alex Orlenko
2022-12-18
Initial implementation of owned Lua types
Alex Orlenko
2022-11-07
v0.8.6
Alex Orlenko
2022-10-30
v0.8.5
Alex Orlenko
2022-10-09
v0.8.4
Alex Orlenko
2022-08-02
v0.8.3
Alex Orlenko
2022-07-25
v0.8.2
Alex Orlenko
2022-06-29
v0.8.1
Alex Orlenko
2022-06-02
Prepare for v0.8.0 release
Alex Orlenko
2022-05-25
v0.8.0-beta.5
Alex Orlenko
2022-05-24
Add `Function::coverage` for Luau to obtain coverage report
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-03
v0.8.0-beta.3
Alex Orlenko
2022-03-31
Move some Luau functionality to a new module
Alex Orlenko
2022-03-30
Support Luau interrupts (closes #138)
Alex Orlenko
2022-03-25
Update docs
Alex Orlenko
2022-03-21
Prepare v0.8.0-beta.1
Alex Orlenko
2022-03-21
Move StaticUserData* implementation from `lua` module to the new `userdata_impl`
Alex Orlenko
2022-03-21
Move chunks structs to a new module.
Alex Orlenko
2022-03-21
Enable `Lua::inspect_stack` for Luau
Alex Orlenko
2022-03-20
Initial Luau support
Alex Orlenko
2022-03-01
v0.7.4
Alex Orlenko
2022-01-19
v0.7.3
Alex Orlenko
2022-01-17
v0.7.2
Alex Orlenko
2021-12-23
v0.7.1
Alex Orlenko
2021-11-25
v0.7.0
Alex Orlenko
2021-11-25
Update docs
Alex Orlenko
2021-10-12
v0.6.6
Alex Orlenko
2021-10-12
Update documentation references
Alex Orlenko
2021-10-05
v0.6.5
Alex Orlenko
2021-09-28
v0.6.4
Alex Orlenko
2021-09-28
Fix doc feature labels
Alex Orlenko
2021-09-16
v0.6.3
Alex Orlenko
2021-09-15
Add `DeserializeOptions` struct to control deserializer behavior.
Alex Orlenko
2021-08-17
Add `Debug::event()` to the hook's Debug structure
Alex Orlenko
2021-07-13
v0.6.2
Alex Orlenko
2021-07-05
Add new functions: `lua.load_from_function()` and `lua.create_c_function()`
Alex Orlenko
2021-06-28
v0.6.1
Alex Orlenko
2021-06-28
Update chunk! documentation
Alex Orlenko
2021-06-21
v0.6.0
Alex Orlenko
2021-06-04
v0.6.0-beta.3
Alex Orlenko
2021-05-13
v0.6.0-beta.2
Alex Orlenko
2021-05-09
Re-export UserDataFields/UserDataMetatable
Alex Orlenko
2021-05-05
Add chunk! macro support
Alex Orlenko
2021-05-04
v0.6.0-beta.1
Alex Orlenko
2021-05-03
Update code docs
Alex Orlenko
2021-05-03
Add `LuaOptions` to customize Lua/Rust behaviour.
Alex Orlenko
2021-04-27
Hide Deserializer inner fields
Alex Orlenko
[next]