summaryrefslogtreecommitdiff
path: root/src/tests/mod.rs
AgeCommit message (Expand)Author
2018-09-16Move integration tests into top-level tests directorykyren
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-28New approach for ref types, use an auxillary thread stackkyren
2018-03-12Fix some bad potential unsafety on inner callback calls.kyren
2018-03-12Move several asserts to only be active with debug, bump alpha version numberkyren
2018-03-12Documentation improvements, split scope into its own module, improved testskyren
2018-03-11A lot of performance changes.kyren
2018-02-10Attempt to enable compiletest_rs on nightly on traviskyren
2018-02-09Move all tests into a tests/ subfolderkyren