summaryrefslogtreecommitdiff
path: root/src/lib.rs
AgeCommit message (Expand)Author
2023-05-27clippyAlex Orlenko
2023-04-26Add OwnedStringAlex Orlenko
2023-04-14Fix feature flags for owned typesAlex Orlenko
2023-04-14Remove usage of crate::ffi (clippy)Alex Orlenko
2023-04-13Don't set html_root_url (it's not recommended)Alex Orlenko
2023-04-12Move ffi module into mlua-sys crateAlex Orlenko
2023-03-30Prepare v0.9.0-beta.1Alex Orlenko
2023-03-28More user-friendly error message about missing value for `name` attribute in ...Alex Orlenko
2023-03-26Support setting memory limit for Lua 5.1/JIT/LuauAlex Orlenko
2023-03-19Seal LuaSerdeExt/TableExt/AnyUserDataExtAlex Orlenko
2023-03-17Add `ErrorContext` extension trait to attach additional context to `Error`Alex Orlenko
2023-03-12Update README and CHANGELOGAlex Orlenko
2023-03-02Update exports in libs and preludeAlex Orlenko
2023-02-26Add `UserDataRef` and `UserDataRefMut` types that implement `FromLua`Alex Orlenko
2023-02-18Add `AnyUserDataExt` trait with auxiliary functions for `AnyUserData`Alex Orlenko
2023-02-12Add create_userdata_ref/create_userdata_ref_mut for scope (#206)Alex Orlenko
2022-12-19Rename ToLua/ToLuaMulti -> IntoLua/IntoLuaMultiAlex Orlenko
2022-12-19Add "unstable" feature flag.Alex Orlenko
2022-12-18Initial implementation of owned Lua typesAlex Orlenko
2022-11-07v0.8.6Alex Orlenko
2022-10-30v0.8.5Alex Orlenko
2022-10-09v0.8.4Alex Orlenko
2022-08-02v0.8.3Alex Orlenko
2022-07-25v0.8.2Alex Orlenko
2022-06-29v0.8.1Alex Orlenko
2022-06-02Prepare for v0.8.0 releaseAlex Orlenko
2022-05-25v0.8.0-beta.5Alex Orlenko
2022-05-24Add `Function::coverage` for Luau to obtain coverage reportAlex Orlenko
2022-04-25v0.8.0-beta.4Alex Orlenko
2022-04-18Add `Function::info()` to get information about functions.Alex Orlenko
2022-04-03v0.8.0-beta.3Alex Orlenko
2022-03-31Move some Luau functionality to a new moduleAlex Orlenko
2022-03-30Support Luau interrupts (closes #138)Alex Orlenko
2022-03-25Update docsAlex Orlenko
2022-03-21Prepare v0.8.0-beta.1Alex Orlenko
2022-03-21Move StaticUserData* implementation from `lua` module to the new `userdata_impl`Alex Orlenko
2022-03-21Move chunks structs to a new module.Alex Orlenko
2022-03-21Enable `Lua::inspect_stack` for LuauAlex Orlenko
2022-03-20Initial Luau supportAlex Orlenko
2022-03-01v0.7.4Alex Orlenko
2022-01-19v0.7.3Alex Orlenko
2022-01-17v0.7.2Alex Orlenko
2021-12-23v0.7.1Alex Orlenko
2021-11-25v0.7.0Alex Orlenko
2021-11-25Update docsAlex Orlenko
2021-10-12v0.6.6Alex Orlenko
2021-10-12Update documentation referencesAlex Orlenko
2021-10-05v0.6.5Alex Orlenko
2021-09-28v0.6.4Alex Orlenko
2021-09-28Fix doc feature labelsAlex Orlenko