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
2017-08-01
Merge remote-tracking branch 'origin/master' into tuples
kyren
2017-08-01
Callbacks should be 'static again, fix #33
kyren
2017-07-31
Remove the rest of the uses of pack / unpack
kyren
2017-07-31
Two major API changes to start with:
kyren
2017-07-30
Merge pull request #31 from jonas-schievink/clone-userdata
kyren
2017-07-29
Relax requirements for UserData to impl FromLua
Jonas Schievink
2017-07-28
Small typo fix
kyren
2017-07-28
Document `Error`
Jonas Schievink
2017-07-27
Fix several bugs with error handling in xxx_with_traceback functions
kyren
2017-07-27
'main_state' fix
kyren
2017-07-26
Merge pull request #27 from jonas-schievink/userdata
kyren
2017-07-26
Clean up lifetimes after LuaCallback typedef change
kyren
2017-07-26
Don't use hlist macros in userdata example
Jonas Schievink
2017-07-26
Document Lua::create_function
Jonas Schievink
2017-07-26
Fix wrong name of __newindex metamethod
kyren
2017-07-26
Document the UserData trait
Jonas Schievink
2017-07-25
Deny warnings in doc tests
Jonas Schievink
2017-07-25
Remove unneeded variable from example
Jonas Schievink
2017-07-25
Merge pull request #24 from jonas-schievink/examples
kyren
2017-07-25
Use stack_guard when the function doesn't return Result
kyren
2017-07-25
tiny typo
Jonas Schievink
2017-07-25
AnyUserData docs
Jonas Schievink
2017-07-25
Replace unneeded eval by exec
Jonas Schievink
2017-07-25
Document UserDataMethods
Jonas Schievink
2017-07-25
Table docs and examples
Jonas Schievink
2017-07-25
Add an example
Jonas Schievink
2017-07-25
Beef up the String API
Jonas Schievink
2017-07-25
Add Function::call example
Jonas Schievink
2017-07-25
Beef up Function::bind docs + example
Jonas Schievink
2017-07-24
Remove "equivalent" Lua code from Function::bind
Jonas Schievink
2017-07-24
Make examples adhere to API guidelines
Jonas Schievink
2017-07-24
auto formatting
kyren
2017-07-24
Slight changes for consistency
kyren
2017-07-24
Merge remote-tracking branch 'base/master' into remove-lua-prefix
kyren
2017-07-24
Do several more Lua prefix renames, add prelude module
kyren
2017-07-23
Remove error_guard
kyren
2017-07-23
Fixes after rebase
Jonas Schievink
2017-07-23
Continue renames in comments/strings
Jonas Schievink
2017-07-23
Rename `LuaString` to `String`
Jonas Schievink
2017-07-23
Remove the `Lua*` prefix from most types
Jonas Schievink
2017-07-23
More aggressively remove code from error_guard
kyren
2017-07-23
Make test_expired_userdata less noisy
Jonas Schievink
2017-07-23
Add a test ensuring that userdata is dropped
Jonas Schievink
2017-07-23
Reduce error_guard code to as little as possible
kyren
2017-07-23
Userdata can have __gc metamethods called multiple times
kyren
2017-07-19
Possibly this fixes rust stable?
kyren
2017-07-19
Allow callback functions to have 'lua lifetime rather than 'static
kyren
2017-07-19
Rename LightUserData to LuaLightUserData for consistency
kyren
2017-07-19
Add back explanatory comment about trying "return <expr>" before statement
kyren
2017-07-16
Give `Lua::eval` a source name param and simplify
Jonas Schievink
[next]