summaryrefslogtreecommitdiff
path: root/src/scope.rs
AgeCommit message (Expand)Author
2018-09-04code re-org have slightly less pub(crate) itemskyren
2018-09-04Comment updates that I really hope are correctkyren
2018-09-04Initial design for non-'static scoped userdatakyren
2018-08-05Solve (maybe) *another* soundness issue with `Lua::scope`kyren
2018-08-05Remove out of date documentation, simpler scope lifetimeskyren
2018-08-05Fix for a soundness bug around scope, don't allow callback parameters to escapekyren
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-12Fix some bad potential unsafety on inner callback calls.kyren
2018-03-12Documentation improvements, split scope into its own module, improved testskyren