Commit graph

57 commits

Author SHA1 Message Date
Martin Nowak
43a1e276fe fix Issue 12915 - RedBlackTree leaks memory 2014-10-18 20:46:57 +02:00
Jakob Ovrum
643eae5884 Add construction-from-range capability to RedBlackTree 2014-07-24 03:27:26 +09:00
Jakob Ovrum
d4e17e67e9 Move examples in RedBlackTree to documented unit tests 2014-07-24 03:27:25 +09:00
Dmitry Olshansky
d9684cc181 Merge pull request #2247 from Safety0ff/rbrefac
std.container: RedBlackTree.remove readability enhancement.
2014-06-29 17:30:35 +04:00
k-hara
fa8c4f3280 Add missing imports 2014-06-28 21:46:48 +09:00
safety0ff
9cf72cd9e6 std.container: RedBlackTree.remove readability enhancement. 2014-06-26 18:48:31 -04:00
Damian Day
0634e408f7 New Container
Turn std.container into a package.

Delete container.d

Remove totalcontainer from package.
Create std.container.util.d and reference it from other containers.
Correct code coverage for containers.

Add containers for unit testing.

Make std.container.util public from any module.
Move around imports (avoid version(unittest)).

Remove irrelevant unittests.
2014-05-28 08:31:22 +01:00