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
/
table.rs
Age
Commit message (
Expand
)
Author
2019-09-29
Add Table::raw_remove method
Alex Orlenko
2019-09-29
Backport changes from rlua 0.16 (master branch)
Alex Orlenko
2018-10-01
Allow non-utf8 Lua source in load / exec / eval
kyren
2018-08-05
format with up-to-date rustfmt
kyren
2018-03-28
New approach for ref types, use an auxillary thread stack
kyren
2018-03-19
Small renames and comments to better communicate the intention of stack check...
kyren
2018-03-19
Where possible, don't call to_lua / from_lua / to_lua_multi / from_lua_multi ...
kyren
2018-03-12
Remove `stack_guard` function and instead just use StackGuard directly
kyren
2018-03-11
A lot of performance changes.
kyren
2018-03-08
Simplify stack_guard / stack_err_guard
kyren
2018-02-12
Some changes for panic correctness, stack usage correctness, and speed
kyren
2018-02-09
Move all tests into a tests/ subfolder
kyren
2018-02-09
Error correctly on too many arguments / returns / binds / recursions
kyren
2018-02-06
Lots of changes, not sure if actually safe yet.
kyren
2017-12-04
more reorganization in an attempt to shrink the size of lua.rs
kyren
2017-12-04
Move function and thread into their own modules, auto-formatting
kyren
2017-12-04
Include garbage collector error type, remove unnecessary setmetatable wrapper
kyren
2017-12-04
I *THINK* this might actually be it, is rlua 'm' safe now?
kyren
2017-12-03
I believe this is all the external API changes necessary for 'm' safety
kyren
2017-12-03
Couple of changes in preparation for 'm' safety:
kyren
2017-12-03
remove specific protected functions in favor of generic protect_lua_call
kyren
2017-12-03
missed stack size fix
kyren
2017-12-03
More refactoring towards mem error safety
kyren
2017-12-02
new strategy for protected ffi calls
kyren
2017-12-02
Experimental protected versions of all used 'm' erroring functions
kyren
2017-10-23
auto-formatting
kyren
2017-09-30
more reorganization, move simple type defines to types.rs module
kyren
2017-09-30
move table tests to table.rs
kyren
2017-09-15
Move string and table wrappers into own files
Jonas Schievink