Commit Graph

8 Commits

Author SHA1 Message Date
Eugen Wissner c68b8d1bdd Update compiler, remove deprecated modules 2020-05-04 06:03:45 +02:00
Eugen Wissner c69282a8df Work around 2.086 bugs 2019-08-28 20:50:15 +02:00
Eugen Wissner e6c6a2d21a Make Array.get system function
.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-04-05 08:58:22 +02:00
Eugen Wissner ad46afb10b Move memory/package.d into memory.allocator 2019-03-22 08:18:01 +01:00
Eugen Wissner a36b51f0c3 Fix MmapPool private tests; move remaining tests 2019-03-21 14:54:16 +01:00
Eugen Wissner 0fe7308a22 algorithm: import searching publically 2019-03-20 07:30:47 +01:00
Eugen Wissner 20c7e47ff7 net: Add missing public imports, move tests 2019-03-19 08:47:39 +01:00
Eugen Wissner 484cb13317 Separate non-documentation tests from the code 2019-03-19 07:45:52 +01:00