summary refs log tree commit diff stats
path: root/lib/pure/collections
Commit message (Expand)AuthorAgeFilesLines
* Enchanced random access support for queuesReneSac2016-06-121-24/+126
* Implements tables.clear.Dominik Picheta2016-06-022-5/+34
* moved random procs from math to its own module (breaking change)Andreas Rumpf2016-05-301-1/+1
* Introduce template withValue() for tables.nim too.cheatfate2016-05-271-0/+45
* Introduce template withValue()cheatfate2016-05-261-0/+53
* Fix 2 compile errors in LockFreeHash.nimLompiktab2016-05-141-3/+3
* Fix missing `]`Stephane Fontaine2016-05-131-1/+1
* Added heapqueue collection. Fixed timers in asyncdispatch.Yuriy Glukhov2016-04-281-0/+107
* Added del for OrderedTable and OrderedTableRefYuriy Glukhov2016-04-131-0/+41
* added missing file for --gc:stackAndreas Rumpf2016-03-311-0/+44
* added missing fileAndreas Rumpf2016-03-281-0/+95
* Fixed Table::del in JSYuriy Glukhov2016-03-211-1/+4
* Fixes foldl() and foldr() + foldl() with start parameter.Hans Raaf2016-03-061-10/+37
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-03-041-1/+1
|\
| * Removed unused import of 'os' module from module 'sets'Rostyslav Dzinko2016-03-041-1/+1
* | added intsets.clear procAndreas Rumpf2016-03-041-0/+7
|/
* Don't expect all keys in hashsets to have $ definedSamantha Doran2016-03-011-1/+5
* Consistently use Channel instead of TChanneldef2016-02-251-1/+1
* Merge pull request #3831 from ephja/nimrod-to-nimAndreas Rumpf2016-02-061-1/+1
|\
| * nimrod -> nimErik Johansson Andersson2016-02-051-1/+1
* | Fix a few deprecation warningsdef2016-01-251-1/+1
|/
* Fix CountTableRef#getOrDefaultSloane Simmons2016-01-091-1/+13
* Update comment about `map` being in system moduledef2015-11-231-6/+3
* added prefix matching to critbits.nimAraq2015-11-101-16/+24
* Merge branch 'devel' of https://github.com/nim-lang/Nim into develAraq2015-10-131-0/+93
|\
| * added all/any/allIt/anyIt with tests and inline documentationrbmz2015-10-131-0/+93
* | udpated the compiler and tester to use getOrDefaultAraq2015-10-133-12/+17
* | added getOrDefault; bootstrapping works againAraq2015-10-132-33/+40
* | Merge branch 'mget' of https://github.com/def-/Nim into def--mgetAraq2015-10-133-43/+101
|\ \ | |/ |/|
| * Rename mget to `[]`def2015-03-313-75/+120
* | Merge pull request #3423 from petermora/breakSequtilsAndreas Rumpf2015-10-121-35/+168
|\ \
| * | restore {.immediate.} to toSeqPeter Mora2015-10-061-1/+1
| * | sequtils related changesPeter Mora2015-10-051-36/+169
* | | added critbits.inc procAraq2015-10-061-0/+8
|/ /
* | Fixed my name.Alexander Mitchell-Robinson2015-09-071-2/+2
* | lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-044-239/+239
* | removed sequtils.reversed again since it's already in algorithm.nimAraq2015-08-101-23/+0
* | added sequtils.reversed; refs #3148Araq2015-08-091-0/+23
* | breaking change: symbol lookups in generics follows spec more closely; fixes ...Araq2015-08-071-4/+4
* | 'sequtils doesn't take confusing default args anymoreAraq2015-07-081-1/+1
* | prepared selectors module for multi threadingAraq2015-06-301-3/+3
* | Merge branch 'more_concurrency' into develAraq2015-06-304-168/+440
|\ \
| * | some progress on making async multithreadedAraq2015-05-284-168/+440
* | | lib/pure/a-c - Dropped 'T' from typespdw2015-06-044-98/+100
* | | Add contains proc for tables to allow usage of `in`Jonathan2015-05-051-0/+24
|/ /
* | fixes #2625Araq2015-05-031-4/+7
* | Turn some test outputs into actual testsOleh Prypin2015-04-213-15/+18
* | Don't run non-test code when defined(testing)Oleh Prypin2015-04-215-11/+17
* | Merge pull request #2411 from reactormonk/merge-counttablesAndreas Rumpf2015-04-211-0/+61
|\ \
| * | doc comments for mergeSimon Hafner2015-03-261-0/+3