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-12-03
missed stack size fix
kyren
2017-12-03
More refactoring towards mem error safety
kyren
2017-12-03
auto formatting
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
auto-formatting
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
Add test ensuring behaviour is correct
Timidger
2017-11-07
Only get gc on setmetatable if metatable isn't nil
Timidger
2017-10-29
Check that we have enough room on stack for module
Timidger
2017-10-29
Fixed test to use Lua assert
Timidger
2017-10-29
Added pop after loading lua library
Timidger
2017-10-29
Added test for loading unsafe debug library in Lua
Timidger
2017-10-28
Added ability to load debug lib, Fixes #52
Timidger
2017-10-26
Correctly wrap external errors so that Debug trait and Error::cause are correct
kyren
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-24
It turns out, luaL_ref uses 1 extra internal stack space
kyren
2017-10-23
auto-formatting
kyren
2017-10-23
Possibly better stack behavior
kyren
2017-10-23
Fix quadratic behavior in bind
kyren
2017-10-14
Cleanups of userdata handling, particularly around callbacks
kyren
2017-09-30
more reorganization, move simple type defines to types.rs module
kyren
2017-09-30
move userdata tests into userdata.rs
kyren
2017-09-30
crudely move LightUserData/UserData/AnyUserData to their own module
kyren
2017-09-30
move table tests to table.rs
kyren
2017-09-30
Merge pull request #45 from jonas-schievink/string
kyren
2017-09-26
Print CallbackError in a better way
kyren
2017-09-16
Merge pull request #47 from jonas-schievink/base--
kyren
2017-09-17
Don't load the base library into the "base" global
Jonas Schievink
2017-09-15
Add `String::as_bytes_with_nul`
Jonas Schievink
2017-09-15
Impl `AsRef<[u8]>` and generic `PartialEq` for `String`
Jonas Schievink
2017-09-15
Move string and table wrappers into own files
Jonas Schievink
2017-09-15
Fix links in `Variadic` docs
Jonas Schievink
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
[next]