summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-28Fix link to v0.9 release notes in READMEAlex Orlenko
2023-07-28v0.9.0-rc.2Alex Orlenko
2023-07-28mlua-sys: v0.3.0Alex Orlenko
2023-07-28mlua_derive: v0.9.0-rc.2Alex Orlenko
2023-07-28Update v0.9 release notesAlex Orlenko
2023-07-28Add v0.9 release notesAlex Orlenko
2023-07-27Move `impl IntoLua for WrappedFunction` to the `function.rs` fileAlex Orlenko
2023-07-27Fix `AsChunk` trait to support capturing wrapped Lua types (`AnyUserData::wra...Alex Orlenko
2023-07-26Fix lua51/52 case in userdata testsAlex Orlenko
2023-07-26Set `__type` metatable field for Luau instead of `__name`.Alex Orlenko
2023-07-22Use c-unwind ABI (Rust 1.71+)Alex Orlenko
2023-07-22Fix loading luau code starting with \tAlex Orlenko
2023-07-21Do not rely on vendored feature when testing luajit memory limitAlex Orlenko
2023-07-21Pin lua-src and luajit-src versionsAlex Orlenko
2023-07-21Use giraffate/clippy-actionAlex Orlenko
2023-07-21Support LUA_LIB_NAME in module mode for windows.Alex Orlenko
2023-07-20Make `module` and `vendored` features mutually exclusiveAlex Orlenko
2023-07-20Update READMEAlex Orlenko
2023-07-20Drop openresty specific luajit extensionsAlex Orlenko
2023-07-20Support vendored module mode for windows (raw-dylib linking)Alex Orlenko
2023-07-16Add `#[derive(FromLua)]` macro to opt-in into `FromLua<T> where T: 'static + ...Alex Orlenko
2023-07-11v0.9.0-rc.1Alex Orlenko
2023-07-11Rename `UserDataRegistrar` to `LuaUserDataRegistry`Alex Orlenko
2023-07-11Use pretty format in the repl exampleAlex Orlenko
2023-07-11Use `__tostring` if `__name` is not available when pretty printing userdata v...Alex Orlenko
2023-07-11Make `Lua::push_value()` and `Lua::pop_value()` public (but hidden from the d...Alex Orlenko
2023-07-11Add back `Table::raw_sequence_values()` with deprecation noticeAlex Orlenko
2023-07-11Revert `Add error-send feature`Alex Orlenko
2023-07-11v0.9.0-rc.1Alex Orlenko
2023-07-11mlua-sys: v0.2.1Alex Orlenko
2023-07-11mlua_derive: v0.9.0-rc.1Alex Orlenko
2023-07-11Some doc improvementsAlex Orlenko
2023-07-11Add error-send featureAlex Orlenko
2023-07-10Remove clippy::let_and_return ignoreAlex Orlenko
2023-07-10Add `Error::runtime()` helperAlex Orlenko
2023-07-10Add `AnyUserData::wrap()` to more easy way of creating _any_ userdata in Lua.Alex Orlenko
2023-07-10Drop futures-timer dev-dependencyAlex Orlenko
2023-07-10Update itertools dev-dependencyAlex Orlenko
2023-07-10Update rustyline dependency to 12.0Alex Orlenko
2023-07-10Add new module attribule `skip_memory_check` to improve performanceAlex Orlenko
2023-07-10Update compile testsAlex Orlenko
2023-07-10Various cosmetic changesAlex Orlenko
2023-07-10Improve performance `AnyUserData::{is_serializable/inspect/serialize}`Alex Orlenko
2023-07-09Rename `AnyUserData::get_*_user_value` to `AnyUserData::*_user_value`.Alex Orlenko
2023-07-09Fix Luau vector4 formatting when throwing it in exceptionAlex Orlenko
2023-07-09Take &str as function name in `TableExt` and `AnyUserDataExt` traitsAlex Orlenko
2023-07-09Use usize instead of c_int for table capacity (Lua::create_table_with_capacity)Alex Orlenko
2023-07-09Add #[must_use] hint and const to some Luau Compiler functionsAlex Orlenko
2023-07-09Refactor Lua 5.4 warnings to use &str instead of CStrAlex Orlenko
2023-07-09Always set hook on a current Lua context (state) and remove MainThreadNotAvai...Alex Orlenko