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-09-14
More documentation work
Jonas Schievink
2017-09-10
Add methods to get/set metatables on Table
kyren
2017-09-09
Rename 'lua lifetimes to actually be 'lua
kyren
2017-08-03
Fixup grammar error in doc comments.
kyren
2017-08-03
autoformatting
kyren
2017-08-02
Riiight, doctests don't even *show* warnings by default, this flag is important.
kyren
2017-08-02
deny(warnings) on doctests I don't think is necessary anymore?
kyren
2017-08-02
Whoops, was testing removing that and placed it back in the wrong place
kyren
2017-08-02
Provide custom allocators that ensure that OOM results in an abort
kyren
2017-08-02
Merge pull request #34 from jonas-schievink/better-error
kyren
2017-08-02
setmetatable should return the table
kyren
2017-08-02
Handle LUA_ERRERR
Jonas Schievink
2017-08-02
Fix soundness problems with rlua
kyren
2017-08-02
Rename Active / Dead to better reflect their behavior
kyren
2017-08-02
Fix argument bugs with pcall / xpcall, add tests for it
kyren
2017-08-02
Remove ErrorError
Jonas Schievink
2017-08-02
Remove expected field from FromLuaConversionError
Jonas Schievink
2017-08-01
Remove stray 'for<'a>' of unused 'a lifetime
kyren
2017-08-01
Fix compilation
Jonas Schievink
2017-08-01
Fix error message and shorten code
Jonas Schievink
2017-08-01
Don't dispose whole traceback when it's not utf-8
Jonas Schievink
2017-08-01
Remove "lua" prefix from error messages
Jonas Schievink
2017-08-01
Merge IncompleteStatement into SyntaxError
Jonas Schievink
2017-08-01
Fix handling of `CallbackError`
Jonas Schievink
2017-08-01
Enhance error messages
Jonas Schievink
2017-08-01
Replace _: () with () everywhere
kyren
2017-08-01
Formatting, only implement tuple conversion up to 12
kyren
2017-08-01
Fix references to hlists in documentation, improve? Variadic usability
kyren
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
[next]