summary refs log tree commit diff stats
path: root/lib/pure/collections
Commit message (Expand)AuthorAgeFilesLines
...
* | add more functionality from sets to intsets (#7185)Imran Hendley2018-02-121-21/+156
|/
* Fixed mutex usage in SharedList and SharedTable. Closes #6988 (#6990)Yuriy Glukhov2017-12-312-9/+26
* Tables: toCountTable: Update docs.Konstantin Molchanov2017-12-271-1/+2
* Tables: make `toCountTable` actually count the elements of the input openArray.Konstantin Molchanov2017-12-271-1/+1
* Fix counttable smallest loop start (#6917)GULPF2017-12-151-3/+3
* Improved collection-to-string behavior (#6825)Fabian Keller2017-12-145-8/+8
* Fix counttable smallest (#6912)GULPF2017-12-131-2/+7
* improve the docs for tables.addAraq2017-12-122-0/+5
* fix documentation comments in sequtils.nimAndreas Rumpf2017-12-051-2/+2
* fix ordered set equality (#6791)andri lim2017-11-241-5/+21
* added a warning that the .deprecate statement is unreliable for routinesAndreas Rumpf2017-11-211-2/+0
* cleaned up macros.nimAndreas Rumpf2017-11-191-4/+5
* replaced asArray with a much more powerful mapLiterals macroAndreas Rumpf2017-11-181-16/+39
* Use 'typedesc' instead of 'untyped'Andreas Rumpf2017-11-181-1/+1
* Move asArray macro back to sequtilsFredrik Høisæther Rasch2017-11-181-0/+30
* Moving asArray to future moduleFredrik Høisæther Rasch2017-11-181-29/+0
* Swapping asArray parameter orderFredrik Høisæther Rasch2017-11-181-3/+3
* Changing asArray documentationFredrik Høisæther Rasch2017-11-181-2/+2
* avoid asArray macros import when using nimscriptFredrik Høisæther Rasch2017-11-181-25/+25
* Implement an `asArray` macroFredrik Høisæther Rasch2017-11-181-0/+29
* Trim remaining expr/stmt from stdlib (#6742)Lynn C. Rees2017-11-151-2/+2
* Add heapqueue module to doc index (#6655)Lynn C. Rees2017-11-101-0/+9
* fixes #6631Andreas Rumpf2017-10-301-1/+1
* make tests green againAndreas Rumpf2017-10-291-2/+2
* make tests green againAndreas Rumpf2017-10-291-2/+1
* more replacements for the deprecated '<'Andreas Rumpf2017-10-292-2/+2
* deprecated unary '<'Andreas Rumpf2017-10-291-17/+17
* Sequtils improvements (#6574)narimiran2017-10-251-171/+267
* update linksnarimiran2017-10-221-2/+2
* change seq name to `list`narimiran2017-10-221-75/+76
* more descriptive namesnarimiran2017-10-221-4/+4
* add `count` to sequtilsnarimiran2017-10-211-0/+31
* Refac of lists module (#6400)GULPF2017-10-161-105/+32
* Sets enhancements, fixes #2467 (#6158)GULPF2017-09-201-4/+94
* Add counterpart to containsOrIncl for excl (#6360)superfunc2017-09-153-37/+93
* Fix #4366 (#6290)Daniil Yarancev2017-09-021-1/+1
* tables.nim: use proper spacingAndreas Rumpf2017-08-311-5/+5
* remove ArrayDummySize with unchecked arrays (#5818)Jacek Sieka2017-08-282-4/+2
* fixes #6250 (#6251)David Krause2017-08-171-1/+15
* Fixes #6110Daniil Yarancev2017-08-121-1/+1
* optimized intsets to not allocate for the common casesAndreas Rumpf2017-07-251-59/+120
* Remove expr/stmt (#5857)Arne Döring2017-07-255-8/+9
* fix orderedtable enlarge proc. (#5937)Parashurama2017-06-051-2/+5
* Implement 'take' for Table and TableRef (#5773)Ruslan Mustakov2017-05-041-11/+30
* Minor: spelling correction in tables.nim (#5727)Zach Smith2017-04-191-2/+2
* Deques compilation error fix (#5591)Dmitriy Fomichev2017-03-241-2/+2
* Added clear() function for OrderedSet and HashSet. (#5545)GrundleTrundle2017-03-161-0/+25
* Minor doc fix as per issue #5523 (#5533)Mark Summerfield2017-03-141-1/+2
* sequtils: removed outdated noteAndreas Rumpf2017-03-141-3/+0
* fixes #5487 (#5494)David Krause2017-03-071-15/+49