summary refs log tree commit diff stats
path: root/lib/pure/collections
Commit message (Expand)AuthorAgeFilesLines
* remove outdated codes (#17140)flywind2021-02-221-1/+0
* use single backtick (#17141)flywind2021-02-212-23/+23
* remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#1...Timothee Cour2021-02-174-30/+5
* Improve the heapqueue module (#17034)konsumlamm2021-02-151-55/+82
* fix the wrong examples (#17035)flywind2021-02-151-19/+42
* tables module uses runnableExamples (#16994)flywind2021-02-133-335/+312
* fix lists docs regression (#16981)flywind2021-02-091-21/+14
* Another typo corrected (#16974)Héctor M. Monacci2021-02-081-1/+1
* std/lists: Various changes to `lists` (RFC #303) (#16536)Peter Salvi2021-02-081-142/+244
* Correct typo (#16972)Héctor M. Monacci2021-02-081-1/+1
* close #15767 (#16959)flywind2021-02-081-1/+8
* use typeof instead type (#16962)flywind2021-02-083-8/+8
* [ci skip] CountTable, remove link to unexisting procnarimiran2021-02-021-1/+0
* critbits: fix error from strictFuncs (#16877)ee72021-02-011-2/+2
* intsets are here to stay (#16751)Andreas Rumpf2021-01-191-3/+1
* Improve documentation for packedsets (#16715)konsumlamm2021-01-161-3/+4
* Remove longestMatch in _WithPrefix iterators (#16689)konsumlamm2021-01-121-23/+15
* 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