index
:
mlua
master
topic/freebsd
topic/freebsd-0.10
High level Lua 5.4/5.3/5.2/5.1 (including LuaJIT) and Roblox Luau bindings to Rust with async/await support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
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-03-06
Update docs to include warning about RegistryKey in callbacks
kyren
2018-03-06
Further safety updates of `protect_lua_call`
kyren
2018-03-01
Also describe how protect_lua_call functions should not hold types that Drop
kyren
2018-03-01
Make some changes whose necessity became recently apparent while reading rust...
kyren
2018-02-28
Add debug API to ffi (not used yet, was using experimentally)
kyren
2018-02-19
Remove terrible awful no-good evil hack
kyren
2018-02-19
Cleanup max upvalues constant a bit, add some luaconf.h assumptions
kyren
2018-02-19
Communicate a little bit better about the checkstack constant
kyren
2018-02-19
Letting scope handles escape the scope was unsafe
kyren
2018-02-18
Make error_traceback never trigger a Lua error
kyren
2018-02-18
more hard to trigger bugs that I noticed doing conversion
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-16
Remove debugging println!s
kyren
2018-02-15
Provisional "fix" for #71. Requires nightly :(
kyren
2018-02-12
comment fixes
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
Add `UserDataMethods::` `add_function_mut` and `add_meta_function_mut`
kyren
2018-02-11
It's far too easy to write 'stack_guard' as opposed to 'stack_err_guard'!
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-11
Add some extra warnings about the reference cycle dangers of `RegistryKey`
kyren
2018-02-10
fix unused process import warnings
kyren
2018-02-10
lua_abort / lua_internal_abort macros
kyren
2018-02-10
Attempt to enable compiletest_rs on nightly on travis
kyren
2018-02-09
Move all tests into a tests/ subfolder
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-09
A few small performance improvements
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-08
export accidentally hidden `Scope` type
kyren
2018-02-07
Don't panic with "rlua internal error" message on panics that are not internal
kyren
2018-02-07
slightly faster, less obnoxious scope drop
kyren
2018-02-07
More correct scope drop behavior
kyren
2018-02-07
Don't keep the unref list around forever after Lua is dropped
kyren
2018-02-06
Lots of changes, not sure if actually safe yet.
kyren
2018-02-06
fix missing unwrap in tests
kyren
2018-02-06
Don't panic on mismatched `RegistryKey` use, instead return error
kyren
2018-02-06
Slightly different strategy with RegistryKey values
kyren
[next]