summaryrefslogtreecommitdiff
path: root/src/thread.rs
AgeCommit message (Expand)Author
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
2017-12-16auto formattingkyren
2017-12-04Add `ExpiredUserData` error and avoid what was previously a panickyren
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