Age | Commit message (Expand) | Author |
---|---|---|
2018-09-04 | code re-org have slightly less pub(crate) items | kyren |
2018-09-04 | Comment updates that I really hope are correct | kyren |
2018-09-04 | Initial design for non-'static scoped userdata | kyren |
2018-08-05 | Solve (maybe) *another* soundness issue with `Lua::scope` | kyren |
2018-08-05 | Remove out of date documentation, simpler scope lifetimes | kyren |
2018-08-05 | Fix for a soundness bug around scope, don't allow callback parameters to escape | kyren |
2018-08-05 | format with up-to-date rustfmt | kyren |
2018-03-19 | Small renames and comments to better communicate the intention of stack check... | kyren |
2018-03-12 | Fix some bad potential unsafety on inner callback calls. | kyren |
2018-03-12 | Documentation improvements, split scope into its own module, improved tests | kyren |