Age | Commit message (Expand) | Author |
2019-09-29 | Add Table::raw_remove method | Alex Orlenko |
2019-09-29 | Allow to catch rust panics via pcall | Alex Orlenko |
2019-09-29 | cargo fmt | Alex Orlenko |
2019-09-29 | Backport changes from rlua 0.16 (master branch) | Alex Orlenko |
2019-09-29 | Replace ffi module with implementation from "jcmoyer/rust-lua53" crate | Alex Orlenko |
2019-09-29 | Add dyn to trait objects | Alex Orlenko |
2019-09-26 | Allow only init Lua from an exiting state | Alex Orlenko |
2018-10-01 | Allow non-utf8 Lua source in load / exec / eval | kyren |
2018-10-01 | Some documentation and changelog fixes | kyren |
2018-09-30 | Allow arbitrary [u8] Lua strings | kyren |
2018-09-26 | Avoid mem::uninitialized in generic context as it is unsound with e.g. bool | kyren |
2018-09-26 | Improve the situation with numerical conversion | kyren |
2018-09-24 | Return rlua::Error on out of range numeric conversions using num_traits::cast | kyren |
2018-09-16 | Merge pull request #79 from acrisci/system-lua-pkg-config | kyren |
2018-09-16 | Move integration tests into top-level tests directory | kyren |
2018-09-16 | Rename Scope::create_userdata to Scope::create_nonstatic_userdata | kyren |
2018-09-04 | basic tests for nonstatic userdata | kyren |
2018-09-04 | comment terminology... fix? | kyren |
2018-09-04 | code re-org have slightly less pub(crate) items | kyren |
2018-09-04 | Comment updates that I really hope are correct | kyren |
2018-09-04 | Initial design for non-'static scoped userdata | kyren |
2018-09-04 | Don't leak userdata if the metatable creation errors or panics | kyren |
2018-09-02 | small macro style change | kyren |
2018-09-02 | Implement tuple MultiValue tuple conversion up to 16 | kyren |
2018-08-05 | Solve (maybe) *another* soundness issue with `Lua::scope` | kyren |
2018-08-05 | Remove out of date documentation, simpler scope lifetimes | kyren |
2018-08-05 | Fix for a soundness bug around scope, don't allow callback parameters to escape | kyren |
2018-08-05 | Update to failure 0.1.2, rename deprecated methods | kyren |
2018-08-05 | format with up-to-date rustfmt | kyren |
2018-08-05 | very small doc fixes | kyren |
2018-06-29 | Prepare for 0.14.0 release | kyren |
2018-05-14 | find system lua with pkg-config | Tony Crisci |
2018-03-28 | New approach for ref types, use an auxillary thread stack | kyren |
2018-03-20 | Use git dependency on failure 1.0 for right now | kyren |
2018-03-19 | Small renames and comments to better communicate the intention of stack check... | kyren |
2018-03-19 | Where possible, don't call to_lua / from_lua / to_lua_multi / from_lua_multi ... | kyren |
2018-03-19 | Always ensure LUA_MINSTACK available stack spaces on callback | kyren |
2018-03-19 | Clean up some lifetime specification | kyren |
2018-03-12 | Fix some bad potential unsafety on inner callback calls. | kyren |
2018-03-12 | Use rlua_ asserts instead of unreachable!, changelog updates for 0.14 | kyren |
2018-03-12 | Documentation updates for new handle behavior, and some minor cleanup | kyren |
2018-03-12 | Do not crash in release when accessing an AnyUserData | kyren |
2018-03-12 | Move several asserts to only be active with debug, bump alpha version number | kyren |
2018-03-12 | Documentation improvements, split scope into its own module, improved tests | kyren |
2018-03-12 | Remove `stack_guard` function and instead just use StackGuard directly | kyren |
2018-03-12 | Merge branch 'bench' | kyren |
2018-03-11 | A lot of performance changes. | kyren |
2018-03-10 | Improve documentation about __index vs regular methods | kyren |
2018-03-08 | Enable stack leak panic universally | kyren |
2018-03-08 | Simplify stack_guard / stack_err_guard | kyren |