summary refs log tree commit diff stats
path: root/lib/pure/collections
Commit message (Expand)AuthorAgeFilesLines
* stdlib: use system.default if it existsAndreas Rumpf2019-03-052-12/+10
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-2/+0
* use `initHashSet` and `toHashSet`, fixes #10730 (#10736)Miran2019-02-251-86/+94
* revive #10228 (fix #9880) (#10610)Timothee Cour2019-02-131-1/+1
* Cleanup heapqueue module (#10476)Oscar Nihlgård2019-01-281-42/+115
* docs: fix trailing comma in linksnarimiran2019-01-252-5/+5
* fixes #10433 (#10444)Miran2019-01-241-0/+9
* Better docs for sets and intsets (#10362)Miran2019-01-222-613/+1062
* better docs for lists and deques (#10390)Miran2019-01-212-76/+755
* Remove long deprecated stuff (#10332)Miran2019-01-183-19/+0
* remove queues (#10347)Miran2019-01-171-257/+0
* documentation: remove author field [ci skip]narimiran2019-01-172-4/+0
* sequtils doc: another quickfix [ci skip]narimiran2019-01-161-3/+3
* quickfix for sequtils docs [ci skip]narimiran2019-01-161-6/+3
* better docs: tablesnarimiran2019-01-162-623/+2031
* better docs: sequtilsnarimiran2019-01-161-303/+414
* Fixes #10065 (#10260)Arne Döring2019-01-141-54/+43
* Implements BackwardsIndex `[]` for deque. (#10105)Dominik Picheta2019-01-131-1/+13
* make the stdlib work with the changed docgenAraq2019-01-112-2/+2
* help Nim optimize intsets.initIntSetAndreas Rumpf2018-12-301-8/+7
* IntSet documentation notes (#10051)Alexis Hope2018-12-211-19/+28
* Merge branch 'devel' into sorted_deduplicateAndreas Rumpf2018-12-122-2/+19
|\
| * Merge pull request #9805 from pacien/181126-list-appendAndreas Rumpf2018-12-111-0/+15
| |\
| | * add SinglyLinkedList.append procspacien2018-11-271-0/+15
| * | refs #9880 show index and bound in lots of `index out of bounds` errorsTimothee Cour2018-12-091-2/+4
| |/
* / Add the parameter isSorted for the sequtils.deduplicatedata-man2018-12-071-3/+21
|/
* universal toSeq: works with UFCS; works with inline & closure iterators, and ...Timothee Cour2018-11-221-30/+130
* removes deprecated T/P typesAraq2018-11-167-30/+1
* make tests green againAraq2018-11-061-1/+0
* added system.typeof operation; fixes #9093Araq2018-10-241-4/+18
* Fix OrderedSet.excl (#9287)Oscar Nihlgård2018-10-111-34/+29
* better docs for `tables` module (#9221)Miran2018-10-091-176/+190
* Merges #8451 manually. Fixes #8099.Dominik Picheta2018-10-031-1/+1
* make sequtils compileAraq2018-08-221-1/+0
* make more things compile without isNilAraq2018-08-221-1/+1
* even more strict isNil handling for strings/seqs in order to detect bugsAraq2018-08-221-1/+1
* make tests green againAraq2018-08-211-4/+1
* fixes #7187 sequtils.toSeq produces the sequence from the iterator twice (#8586)Timothee Cour2018-08-161-14/+26
* Merge branch 'devel' into araq-miscAndreas Rumpf2018-08-161-38/+86
|\
| * fixes #8577, fixes #8580, other bug fixes (#8584)Timothee Cour2018-08-141-38/+86
* | make more tests greenAndreas Rumpf2018-08-141-1/+1
* | WIP: disallow 'nil' for strings and seqsAndreas Rumpf2018-08-131-9/+15
|/
* Fix regression for mapIt (#8567)LemonBoy2018-08-081-3/+8
* Make mapIt work on openArray's (#8543)LemonBoy2018-08-071-3/+30
* add sets.pop procedure (analogue to python) (#8383)skilchen2018-07-211-0/+12
* sequtils: remove some aligning spaces around == to silence warningsskilchen2018-07-211-13/+13
* Clarify the docs for tables.del (#8134)Yuriy Glukhov2018-06-271-4/+6
* stdlib workZahary Karadjov2018-06-161-6/+51
* Removed redundant conditions in CritBitTree.inc, speedup it.data-man2018-06-081-4/+1
* Add the val parameter for CritBitTree[T].incl (#7988)Dmitry Atamanov2018-06-081-0/+20