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
/
types.rs
Age
Commit message (
Expand
)
Author
2019-09-29
Backport changes from rlua 0.16 (master branch)
Alex Orlenko
2019-09-29
Add dyn to trait objects
Alex Orlenko
2018-08-05
format with up-to-date rustfmt
kyren
2018-03-28
New approach for ref types, use an auxillary thread stack
kyren
2018-03-12
Documentation updates for new handle behavior, and some minor cleanup
kyren
2018-03-11
A lot of performance changes.
kyren
2018-03-06
Update docs to include warning about RegistryKey in callbacks
kyren
2018-02-11
shave this yak some more, make `Callback` type alias have two lifetimes
kyren
2018-02-11
Add some extra warnings about the reference cycle dangers of `RegistryKey`
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-08
Make the `Scope` lifetimes more sensible
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
Slightly different strategy with RegistryKey values
kyren
2018-02-06
experimentally make `RegistryKey` Send
kyren
2018-01-26
ACTUALLY expose `RegistryKey` API
kyren
2017-12-17
Add automatic Lua "user accessible registry" keys
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-10-23
auto-formatting
kyren
2017-09-30
more reorganization, move simple type defines to types.rs module
kyren