Age | Commit message (Expand) | Author |
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-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-09-30 | Allow arbitrary [u8] Lua strings | kyren |
2018-09-26 | Improve the situation with numerical conversion | 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-08-05 | format with up-to-date rustfmt | kyren |
2018-08-05 | very small doc fixes | kyren |
2018-03-28 | New approach for ref types, use an auxillary thread stack | 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-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 | 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-11 | A lot of performance changes. | kyren |
2018-03-08 | Enable stack leak panic universally | kyren |
2018-03-08 | Simplify stack_guard / stack_err_guard | kyren |
2018-03-08 | Whoops, fix an assert that was improperly changed to an internal error | kyren |
2018-03-08 | Change strategies for handling the Lua stack during panics | kyren |
2018-02-19 | Remove terrible awful no-good evil hack | kyren |
2018-02-19 | Letting scope handles escape the scope was unsafe | kyren |
2018-02-18 | Fix several bugs found while doing C conversion | kyren |
2018-02-16 | Can.. can I do this? Is this a thing that actually works? | kyren |
2018-02-15 | Provisional "fix" for #71. Requires nightly :( | kyren |
2018-02-12 | Some changes for panic correctness, stack usage correctness, and speed | kyren |
2018-02-11 | More documentation fixes | kyren |
2018-02-11 | Documentation fixes / additions | kyren |
2018-02-11 | shave this yak some more, make `Callback` type alias have two lifetimes | kyren |
2018-02-11 | Specify the types exactly in the scary transmute | kyren |
2018-02-11 | clarify the scary transmute | kyren |
2018-02-10 | fix unused process import warnings | kyren |
2018-02-10 | lua_abort / lua_internal_abort macros | kyren |
2018-02-09 | Error correctly on too many arguments / returns / binds / recursions | kyren |
2018-02-09 | Explicit error type for destructed callbacks | kyren |
2018-02-09 | Actually unref scope created types from the registry AS WELL AS destructing them | kyren |
2018-02-08 | Fix some strange lifetime usage on `Lua::create_function` | kyren |
2018-02-08 | Make the `Scope` lifetimes more sensible | kyren |
2018-02-08 | TERRIBLE HACK FIX I DO NOT UNDERSTAND | kyren |
2018-02-08 | This SHOULD fix the lifetime problem with scope... but it doesn't! | kyren |
2018-02-07 | slightly faster, less obnoxious scope drop | kyren |