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-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
2018-02-06
test `owns_registry_value`
kyren
2018-02-06
Add method to check whether a RegistryKey is owned by a given `Lua` instance
kyren
2018-02-06
experimentally make `RegistryKey` Send
kyren
2018-02-05
Set the metatable of __gc'ed userdata to something more informative
kyren
2018-01-27
Use ptr::write to initialize uninitalized memory, NOT mem::replace
kyren
2018-01-27
Simplify handling of userdata __gc and resurrected userdata.
kyren
2018-01-26
Add an API that exposes the functionality of `lua_getuservalue` and `lua_setu...
kyren
2018-01-26
ACTUALLY expose `RegistryKey` API
kyren
2018-01-26
__gc would be safe now, reword MetaMethod docs accordingly
Jonas Schievink
2018-01-26
Additional `MetaMethod` docs
Jonas Schievink
2018-01-26
create_function docs: mention what returning `Err` does
Jonas Schievink
2018-01-26
Fix rustdoc rendering warning
Jonas Schievink
2018-01-26
Don't use a `StdResult` alias for better docs.
Jonas Schievink
2018-01-21
Experimentally use the `failure` crate for errors
kyren
2017-12-17
Missed unprotected call to luaL_ref
kyren
2017-12-17
Add automatic Lua "user accessible registry" keys
kyren
2017-12-16
Change API names, add unset function
kyren
2017-12-16
auto formatting
kyren
2017-12-16
API for registry access via string keys only (for now)
kyren
2017-12-05
spelling fix for my spelling fix
kyren
2017-12-05
spelling fixes
kyren
2017-12-04
extra space
kyren
2017-12-04
Add `ExpiredUserData` error and avoid what was previously a panic
kyren
2017-12-04
Couple of changes:
kyren
2017-12-04
more reorganization in an attempt to shrink the size of lua.rs
kyren
2017-12-04
Move function and thread into their own modules, auto-formatting
kyren
2017-12-04
Include garbage collector error type, remove unnecessary setmetatable wrapper
kyren
2017-12-04
I *THINK* this might actually be it, is rlua 'm' safe now?
kyren
2017-12-03
I believe this is all the external API changes necessary for 'm' safety
kyren
2017-12-03
missing push_string calls in util
kyren
2017-12-03
Couple of changes in preparation for 'm' safety:
kyren
2017-12-03
more refactoring
kyren
2017-12-03
remove specific protected functions in favor of generic protect_lua_call
kyren
2017-12-03
missed stack size fix
kyren
2017-12-03
More refactoring towards mem error safety
kyren
2017-12-03
auto formatting
kyren
2017-12-03
more refactoring trying to find a workable path to 'm' error safety
kyren
2017-12-02
still making small structural changes
kyren
2017-12-02
auto-formatting
kyren
2017-12-02
new strategy for protected ffi calls
kyren
2017-12-02
make some things private
kyren
2017-12-02
move error / panic metatable creation
kyren
2017-12-02
split macros into their own file
kyren
2017-12-02
Experimental protected versions of all used 'm' erroring functions
kyren
2017-11-07
Add test ensuring behaviour is correct
Timidger
[next]