summary refs log tree commit diff stats
path: root/lib/pure/collections
Commit message (Expand)AuthorAgeFilesLines
* Improve documentation for deques (#16589)konsumlamm2021-01-061-156/+106
* Improve sequtils documentation (#16559)konsumlamm2021-01-041-78/+79
* Improve documentation for critbits (#16568)konsumlamm2021-01-031-135/+107
* Fix #16554 (#16564)hlaaftana2021-01-031-2/+3
* O(1) concatenation of singly- and doubly linked lists. (#16362)Peter Salvi2020-12-201-1/+147
* sequtils.nim: Change some `func` back to `proc` (#16309)ee72020-12-141-28/+28
* Fix broken links in docs (#16336)Elliot Waite2020-12-142-37/+37
* clean the docs of sequtils (#16332)flywind2020-12-141-97/+89
* improve tests for collections (#16328)Timothee Cour2020-12-121-63/+45
* sequtils.nim: Use `func` (#16293)ee72020-12-092-47/+47
* fixed article duplication typos (#16216)ihlec2020-12-021-1/+1
* fixes #15076 (#16143)Andreas Rumpf2020-11-261-5/+5
* move tests to testament (#16101)flywind2020-11-242-377/+0
* improve document for heapqueue (#16107)flywind2020-11-241-46/+69
* sets minor improvement (#16087)flywind2020-11-211-269/+1
* deques minor improvement (#16084)flywind2020-11-211-129/+18
* heapqueue minor improvement (#16088)flywind2020-11-211-62/+10
* Make IntSet a generic ordinal set OrdSet[A] (#15564)landerlo2020-11-131-687/+7
* fix #15941 (#15948)flywind2020-11-131-4/+7
* Update tables documentation (#15807)Thomas Tay2020-11-021-0/+34
* Grammar fixesClyybber2020-10-301-4/+4
* promote `collect` macro as a map+filter replacement (#15788)Miran2020-10-301-0/+27
* fix #15750narimiran2020-10-281-0/+2
* Tables, use sink val arguments more actively (#15625)cooldome2020-10-192-10/+10
* Fix doc for CountTable (#15561) [backport]Christopher Dunn2020-10-131-1/+1
* docs minor (#15550)flywind2020-10-111-2/+2
* Iterate over smaller set when computing intersection (#15497)Benjamin Lee2020-10-061-2/+9
* heapqueue.nim: Add `toHeapQueue` proc (#15459)ee72020-10-021-0/+18
* intsets.nim: Add `toIntSet` proc (#15460)ee72020-10-021-3/+25
* Add critbits.toCritBitTree (#15444)Juan Carlos2020-10-011-8/+20
* Add 1 overload to apply (#15439)Juan Carlos2020-10-011-0/+5
* string is not nil anymore (#15352)flywind2020-09-181-4/+1
* docs minor and #15335 (#15337)flywind2020-09-161-0/+7
* remove annoying messages when creating orderedTables (#15309)flywind2020-09-121-11/+11
* fixes #15021Araq2020-09-111-2/+2
* Add some enhancements to `jsonutils.nim` (#15133)Ivan Bobev2020-09-092-6/+2
* fix in doc: incomplete output (#15222) [ci skip]Jon2020-08-241-1/+1
* deques.nim: Refactor the `toDeque` functionality (#15166)ee72020-08-071-5/+18
* Added the ability to initialize a deque with an openArray (#15138)archnim2020-08-051-0/+6
* Fix tables.CountTable largest and smallest (#15115)treeform2020-07-291-4/+4
* fixes #14139 (#15107)flywind2020-07-291-3/+3
* Attempt to explain better why delImplIdx is the way it is. Maybe this can (#...c-blake2020-07-291-0/+30
* Fulfill https://github.com/nim-lang/Nim/pull/14995#issuecomment-664914391 (#1...c-blake2020-07-283-42/+41
* deprecate tables.allValues; continuation of #15047 (#15092)Miran2020-07-281-1/+2
* deprecate tables.add (#15047)Miran2020-07-251-4/+8
* Fix #14994 (#14996)Clyybber2020-07-151-1/+2
* remove a condition that table size must be passed as power of 2 (#14926)Miran2020-07-087-92/+29
* tables.nim: Add named fields in `smallest` and `largest` (#14919)ee72020-07-061-2/+2
* Clean out sharedlists (#14857)Juan Carlos2020-07-021-6/+0
* Clean out sharedtables (#14858)Juan Carlos2020-06-301-10/+0