mlua/src
kyren 4358034bbf Do not crash in release when accessing an AnyUserData
Also, don't bother asserting if the userdata has no metatable, just behave as
though the userdata has no type.  This should be impossible to trigger currently
without the debug library, but it is not really that useful of an assert anyway.
2018-03-12 17:48:05 -04:00
..
tests Move several asserts to only be active with debug, bump alpha version number 2018-03-12 16:14:52 -04:00
conversion.rs A lot of performance changes. 2018-03-11 23:20:10 -04:00
error.rs Error correctly on too many arguments / returns / binds / recursions 2018-02-09 23:40:23 -05:00
ffi.rs A lot of performance changes. 2018-03-11 23:20:10 -04:00
function.rs Remove `stack_guard` function and instead just use StackGuard directly 2018-03-12 13:13:44 -04:00
lib.rs Documentation improvements, split scope into its own module, improved tests 2018-03-12 16:00:11 -04:00
lua.rs Move several asserts to only be active with debug, bump alpha version number 2018-03-12 16:14:52 -04:00
macros.rs Move several asserts to only be active with debug, bump alpha version number 2018-03-12 16:14:52 -04:00
multi.rs A lot of performance changes. 2018-03-11 23:20:10 -04:00
prelude.rs export accidentally hidden `Scope` type 2018-02-08 01:54:30 -05:00
scope.rs Documentation improvements, split scope into its own module, improved tests 2018-03-12 16:00:11 -04:00
string.rs Move several asserts to only be active with debug, bump alpha version number 2018-03-12 16:14:52 -04:00
table.rs Remove `stack_guard` function and instead just use StackGuard directly 2018-03-12 13:13:44 -04:00
thread.rs Remove `stack_guard` function and instead just use StackGuard directly 2018-03-12 13:13:44 -04:00
types.rs A lot of performance changes. 2018-03-11 23:20:10 -04:00
userdata.rs Do not crash in release when accessing an AnyUserData 2018-03-12 17:48:05 -04:00
util.rs Move several asserts to only be active with debug, bump alpha version number 2018-03-12 16:14:52 -04:00
value.rs Documentation improvements, split scope into its own module, improved tests 2018-03-12 16:00:11 -04:00