index
:
tanya
master
GC-free, high-performance D library: Containers, networking, metaprogramming, memory management, utilities.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-05-06
Remove deprecated functionality
Eugen Wissner
2020-05-05
Update copyrights
Eugen Wissner
2020-05-04
Update compiler, remove deprecated modules
v0.17.0
Eugen Wissner
2019-09-03
Deprecate Integer and isPseudoprime()
Eugen Wissner
2019-08-28
Work around 2.086 bugs
Eugen Wissner
2019-04-24
Add algorithm.iteration.foldr
Eugen Wissner
2019-04-22
Merge pull request #87 from n8sh/getAndPopFrontSafety
Eugene Wissner
2019-04-19
Ensure getAndPopFront/getAndPopBack don't promote `system` to `safe`
Nathan Sashihara
2019-04-17
Add getAndPopFront()/getAndPopBack()
Eugen Wissner
2019-04-16
Add algorithm.iteration.foldl
Eugen Wissner
2019-04-15
Build with -dip1000. Fix #85
Eugen Wissner
2019-04-14
Pass allocator in all HashTable/Set constructors
Eugen Wissner
2019-04-05
Make Array.get system function
Eugen Wissner
2019-04-03
Refactor allSatisfy, anySatisfy, staticIndexOf
v0.16.1
Eugen Wissner
2019-03-29
Merge pull request #84 from n8sh/inoutConstIteration
Eugene Wissner
2019-03-24
Add meta.trait.hasFunctionAttributes
Eugen Wissner
2019-03-23
In tanya.algorithm.iteration.take & retro preserve const/inout for `empty`/`f...
Nathan Sashihara
2019-03-23
Add DIP25 compatibility. Fix #83
Eugen Wissner
2019-03-22
Move memory/package.d into memory.allocator
Eugen Wissner
2019-03-21
Fix MmapPool private tests; move remaining tests
Eugen Wissner
2019-03-20
algorithm: import searching publically
Eugen Wissner
2019-03-19
net: Add missing public imports, move tests
Eugen Wissner
2019-03-19
Separate non-documentation tests from the code
Eugen Wissner
2019-03-17
Move memory functions into memory.lifecycle
Eugen Wissner
2019-03-16
Move memory exception into memory.lifecycle
Eugen Wissner
2019-03-05
Make subpackages of os, sys and encoding
Eugen Wissner
2019-03-02
Move meta into a separate subpackage
Eugen Wissner
2019-03-01
net.ip.Address6.toString() recommended notation
v0.16.0
Eugen Wissner
2019-02-25
algorithm.iteration: Add singleton()
Eugen Wissner
2019-02-24
range.adapter: new arrayInserter
Eugen Wissner
2019-02-19
format.sformat: Support range-based toString()
Eugen Wissner
2019-02-16
net.ip: Implement .toString() with output ranges
Eugen Wissner
2019-02-16
range.adapter: Add container-range adapters. Fix #67
Eugen Wissner
2019-02-12
Use word-wise hash instead of FNV-1a for arrays of word-aligned scalars
Nathan Sashihara
2019-02-12
Add sformat() writing to an output range
Eugen Wissner
2019-02-11
Update dmd to 2.084.1
Eugen Wissner
2019-02-06
Deprecate InputRange source for OutputRanges
Eugen Wissner
2019-02-04
Deprecate put() as an OutputRange primitive
Eugen Wissner
2019-02-01
move(): Give compiler an opportunity to optimize
v0.15.0
Eugen Wissner
2019-01-31
typecons.Variant: Make public. Fix #73
Eugen Wissner
2019-01-30
typecons.Option: Deprecate alias this
Eugen Wissner
2019-01-29
typecons.Option: Fix assigning nothing
Eugen Wissner
2019-01-28
meta.metafunction: Add Enumerate and EnumerateFrom
Eugen Wissner
2019-01-27
Call postblit when emplacing a struct. Fix #81
Eugen Wissner
2019-01-25
net.ip.Address: Address4/Address6 compatibility
Eugen Wissner
2019-01-24
net.ip: Add Address4 and Address6 wrapper
Eugen Wissner
2019-01-09
Merge remote-tracking branch 'n8sh/retro-slicing'
Eugen Wissner
2019-01-08
retro supports slicing if source range supports slicing
Nathan Sashihara
2018-12-21
Remove deprecated memory.op.cmp and Entropy class
Eugen Wissner
2018-12-18
container.array: Fix assigning non-copyable values
v0.14.0
Eugen Wissner
[next]