tanya/source/tanya
2018-04-25 15:13:03 +02:00
..
algorithm Add min/max algorithms 2018-04-22 12:08:33 +02:00
async async: Remove unused imports 2018-03-21 08:30:47 +01:00
container Fix list assertions for release build 2018-04-18 14:23:12 +02:00
encoding Fix lowerHexDigits string 2017-10-18 06:40:22 +02:00
hash Add hashing pointers 2018-03-27 05:18:46 +02:00
math Fix import order in math.random 2018-04-08 05:59:14 +02:00
memory Use syscall instead of mmap and munmap 2018-04-22 08:07:20 +02:00
meta Add CommonType 2018-04-24 15:45:47 +02:00
net net.inet: Replace CTFE-pow with pow operator 2018-04-20 15:15:00 +02:00
network Fix #33 2018-04-25 13:09:34 +02:00
os Rename ErrorCode.text() to toString() 2018-03-04 10:43:24 +01:00
range Remove support for moveFront/moveBack/moveAt 2018-04-03 21:44:50 +02:00
sys Replace SocketError with ErrorCode.ErrorNo 2018-04-25 12:59:38 +02:00
test Add test package 2017-10-12 07:41:35 +02:00
conv.d Replace body with do 2018-01-31 12:05:06 +01:00
exception.d Implement pure onOutOfMemory 2017-10-10 06:59:34 +02:00
format.d Fix #12 2018-02-02 16:13:55 +01:00
typecons.d typecons.Pair: Add better documentation unittests 2018-03-21 08:14:52 +01:00