Commit graph

212 commits

Author SHA1 Message Date
Jakob Ovrum
8c329d6197 std.container.array.Array.stableLinearRemove aliases to wrong symbol
Removed the alias entirely because Array.linearRemove is not actually stable anyway
2014-07-14 13:44:01 +09:00
k-hara
62e5095fa5 fix Issue 13076 - [dmd 2.066-b2] DList clearing of empty list 2014-07-09 23:35:29 +09:00
Mikhail Novikov
a81e88be8d SList: small change in unittests 2014-06-30 23:47:06 +03:00
Mikhail Novikov
8724918979 SList: add missed opBinaryRight 2014-06-30 23:41:05 +03:00
Mikhail Novikov
5836ac8292 SList: removed unnecessary code in opBinary 2014-06-30 23:08:48 +03: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
Mikhail Novikov
deb84d53ec Fix Issue 12996 - SList: linearRemove cannot remove root node 2014-06-28 21:53:08 +03: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
b52a338ed4 Merge totalcontainer.d with package.d 2014-06-06 12:55:14 +01:00
Damian Day
82544bd272 Update to git head. 2014-06-06 10:32:04 +01: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