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
/
util.rs
Age
Commit message (
Expand
)
Author
2017-12-03
more refactoring
kyren
2017-12-03
remove specific protected functions in favor of generic protect_lua_call
kyren
2017-12-03
More refactoring towards mem error safety
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
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
Only get gc on setmetatable if metatable isn't nil
Timidger
2017-10-25
Fix xpcall return values, make the tests a lot better.
kyren
2017-10-24
Fix some clippy lints, possible edge case API incompatibility around HashMap
kyren
2017-10-23
auto-formatting
kyren
2017-10-14
Cleanups of userdata handling, particularly around callbacks
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
Fix argument bugs with pcall / xpcall, add tests for it
kyren
2017-08-02
Remove ErrorError
Jonas Schievink
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
Merge IncompleteStatement into SyntaxError
Jonas Schievink
2017-08-01
Fix handling of `CallbackError`
Jonas Schievink
2017-08-01
Enhance error messages
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-24
auto formatting
kyren
2017-07-24
Merge remote-tracking branch 'base/master' into remove-lua-prefix
kyren
2017-07-23
Remove error_guard
kyren
2017-07-23
Remove the `Lua*` prefix from most types
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-06-30
format fix, fixes rustfmt warning
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
Tests for LuaError conversion, Important pcall / xpcall bugfixes.
kyren
2017-06-25
Not sure I like everything about this approach yet
kyren
2017-06-25
A lot of corner case bugfixes
kyren
2017-06-24
Different strategy..
kyren
2017-06-24
Small improvements to WrappedError
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-15
rustfmt changes
kyren
2017-06-05
Use LUA_RIDX_MAINTHREAD instead of weird bespoke method
kyren
2017-06-05
Don't need pub on internal function
kyren
[prev]
[next]