summaryrefslogtreecommitdiff
path: root/src/table.rs
AgeCommit message (Expand)Author
2019-09-29Add Table::raw_remove methodAlex Orlenko
2019-09-29Backport changes from rlua 0.16 (master branch)Alex Orlenko
2018-10-01Allow non-utf8 Lua source in load / exec / evalkyren
2018-08-05format with up-to-date rustfmtkyren
2018-03-28New approach for ref types, use an auxillary thread stackkyren
2018-03-19Small renames and comments to better communicate the intention of stack check...kyren
2018-03-19Where possible, don't call to_lua / from_lua / to_lua_multi / from_lua_multi ...kyren
2018-03-12Remove `stack_guard` function and instead just use StackGuard directlykyren
2018-03-11A lot of performance changes.kyren
2018-03-08Simplify stack_guard / stack_err_guardkyren
2018-02-12Some changes for panic correctness, stack usage correctness, and speedkyren
2018-02-09Move all tests into a tests/ subfolderkyren
2018-02-09Error correctly on too many arguments / returns / binds / recursionskyren
2018-02-06Lots of changes, not sure if actually safe yet.kyren
2017-12-04more reorganization in an attempt to shrink the size of lua.rskyren
2017-12-04Move function and thread into their own modules, auto-formattingkyren
2017-12-04Include garbage collector error type, remove unnecessary setmetatable wrapperkyren
2017-12-04I *THINK* this might actually be it, is rlua 'm' safe now?kyren
2017-12-03I believe this is all the external API changes necessary for 'm' safetykyren
2017-12-03Couple of changes in preparation for 'm' safety:kyren
2017-12-03remove specific protected functions in favor of generic protect_lua_callkyren
2017-12-03missed stack size fixkyren
2017-12-03More refactoring towards mem error safetykyren
2017-12-02new strategy for protected ffi callskyren
2017-12-02Experimental protected versions of all used 'm' erroring functionskyren
2017-10-23auto-formattingkyren
2017-09-30more reorganization, move simple type defines to types.rs modulekyren
2017-09-30move table tests to table.rskyren
2017-09-15Move string and table wrappers into own filesJonas Schievink