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
/
conversion.rs
Age
Commit message (
Expand
)
Author
2017-10-24
Fix some clippy lints, possible edge case API incompatibility around HashMap
kyren
2017-10-23
auto-formatting
kyren
2017-09-30
more reorganization, move simple type defines to types.rs module
kyren
2017-09-30
crudely move LightUserData/UserData/AnyUserData to their own module
kyren
2017-09-15
Move string and table wrappers into own files
Jonas Schievink
2017-08-02
Remove expected field from FromLuaConversionError
Jonas Schievink
2017-08-01
Enhance error messages
Jonas Schievink
2017-07-29
Relax requirements for UserData to impl FromLua
Jonas Schievink
2017-07-24
Do several more Lua prefix renames, add prelude module
kyren
2017-07-23
Rename `LuaString` to `String`
Jonas Schievink
2017-07-23
Remove the `Lua*` prefix from most types
Jonas Schievink
2017-07-19
Rename LightUserData to LuaLightUserData for consistency
kyren
2017-06-25
Another major API change, out of stack space is not an Err
kyren
2017-06-25
Simplification of error types
kyren
2017-06-25
This is a SLIGHTLY better implementation I think.
kyren
2017-06-25
Not sure I like everything about this approach yet
kyren
2017-06-24
Lots of LuaError changes
kyren
2017-06-24
Big API incompatible error change, remove dependency on error_chain
kyren
2017-06-23
Change LuaError ToLua approach
kyren
2017-06-23
Add ToString metamethod, make LuaError implement LuaUserData
kyren
2017-06-20
Method renames, remove ToLua / FromLua impls for Sets
kyren
2017-06-19
Big API change for tables
kyren
2017-06-18
Rename `LuaString::get` to `to_str`
Jonas Schievink
2017-05-25
Correct checking of LuaRef origin, support lightuserdata
kyren
2017-05-24
Basic coroutine support, currently very slightly broken
kyren
2017-05-21
Initial import
kyren