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
2023-08-12
Add `OwnedThread` type (unstable)
Alex Orlenko
2023-07-28
Add v0.9 release notes
Alex Orlenko
2023-07-16
Add `#[derive(FromLua)]` macro to opt-in into `FromLua<T> where T: 'static + ...
Alex Orlenko
2023-07-11
Rename `UserDataRegistrar` to `LuaUserDataRegistry`
Alex Orlenko
2023-07-10
Add new module attribule `skip_memory_check` to improve performance
Alex Orlenko
2023-07-09
Re-export ffi crate (mlua-sys)
Alex Orlenko
2023-06-20
Add a dedicated type for Luau vector.
Alex Orlenko
2023-05-29
Refactor application data container.
Alex Orlenko
2023-05-27
clippy
Alex Orlenko
2023-04-26
Add OwnedString
Alex Orlenko
2023-04-14
Fix feature flags for owned types
Alex Orlenko
2023-04-14
Remove usage of crate::ffi (clippy)
Alex Orlenko
2023-04-13
Don't set html_root_url (it's not recommended)
Alex Orlenko
2023-04-12
Move ffi module into mlua-sys crate
Alex Orlenko
2023-03-30
Prepare v0.9.0-beta.1
Alex Orlenko
2023-03-28
More user-friendly error message about missing value for `name` attribute in ...
Alex Orlenko
2023-03-26
Support setting memory limit for Lua 5.1/JIT/Luau
Alex Orlenko
2023-03-19
Seal LuaSerdeExt/TableExt/AnyUserDataExt
Alex Orlenko
2023-03-17
Add `ErrorContext` extension trait to attach additional context to `Error`
Alex Orlenko
2023-03-12
Update README and CHANGELOG
Alex Orlenko
2023-03-02
Update exports in libs and prelude
Alex Orlenko
2023-02-26
Add `UserDataRef` and `UserDataRefMut` types that implement `FromLua`
Alex Orlenko
2023-02-18
Add `AnyUserDataExt` trait with auxiliary functions for `AnyUserData`
Alex Orlenko
2023-02-12
Add create_userdata_ref/create_userdata_ref_mut for scope (#206)
Alex Orlenko
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
[next]