summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2019-04-05Make Array.get system functionEugen Wissner
.get() returns a memory block that can be changed if the original array is manipulated after getting the slice. So the slice returned by .get() may allow access to invalid memory.
2019-03-22Move memory/package.d into memory.allocatorEugen Wissner
2019-03-21Fix MmapPool private tests; move remaining testsEugen Wissner
2019-03-20algorithm: import searching publicallyEugen Wissner
2019-03-19net: Add missing public imports, move testsEugen Wissner
2019-03-19Separate non-documentation tests from the codeEugen Wissner