summary refs log tree commit diff stats
path: root/lib/pure/collections
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-172-45/+2
* Add `proc find` to `heapqueue` (#14628)c-blake2020-06-101-4/+13
* remove isMainModule from json,os,sequtils (#14572)Timothee Cour2020-06-061-461/+0
* fix #14404 foldr had the classic multiple evaluation bug (#14413)Timothee Cour2020-05-211-7/+7
* sequtils refactoring: prefer typeof over type (#14212)Andreas Rumpf2020-05-041-15/+15
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-024-5/+5
* change 'iff' to 'if' to stop "corrections" once and for all (#14182)Miran2020-05-012-5/+5
* JS unittest stacktrace fix, cleanup js repr and inclrtl includes (#14168)hlaaftana2020-04-301-2/+0
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-281-12/+12
* Add critbits.commonPrefixLen (#14072)Phil Krylov2020-04-241-0/+16
* Add deques.peekFirst/Last(var Deque[T]) -> var T (#13542)hlaaftana2020-04-211-0/+41
* fix mapIt issues #12625 & #12639 (#14041)Judd2020-04-211-14/+36
* Add runnableExamples to critbits module (#13994)jiro2020-04-181-25/+219
* Add `hashWangYi1` (#13823)c-blake2020-04-151-3/+2
* return types must not be Natural for reasons I won't outline hereAraq2020-04-021-1/+1
* feature/count (#13837)Dean Eigenmann2020-04-021-0/+19
* revert stdlib changes which are not required anymoreAndreas Rumpf2020-04-012-10/+13
* Hrm, the new errors highlighted some code that seems to be brokenZahary Karadjov2020-04-012-13/+10
* Unwind just the "pseudorandom probing" part of recent sets,tables changes (#1...c-blake2020-03-317-174/+98
* Add Documentation (#13811)Juan Carlos2020-03-311-0/+26