summaryrefslogtreecommitdiff
path: root/src/function.rs
AgeCommit message (Expand)Author
2020-01-07Implement PartialEq trait for Value (and subtypes)Alex Orlenko
2019-11-04Fix examples and docsAlex Orlenko
2019-10-01Rename to mluaAlex Orlenko
2019-09-29Backport changes from rlua 0.16 (master branch)Alex Orlenko
2018-08-05format with up-to-date rustfmtkyren
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-19Remove terrible awful no-good evil hackkyren
2018-02-19Cleanup max upvalues constant a bit, add some luaconf.h assumptionskyren
2018-02-18Fix several bugs found while doing C conversionkyren
2018-02-16Can.. can I do this? Is this a thing that actually works?kyren
2018-02-15Provisional "fix" for #71. Requires nightly :(kyren
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
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