summary refs log tree commit diff stats
path: root/lib/pure/collections
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | merge for CountTable, see #1680Simon Hafner2015-03-261-0/+58
| |/
* | Remove unneeded import os from intsetsOleh Prypin2015-04-091-1/+1
* | Use more Natural and Positive numbers in proc parametersdef2015-04-063-34/+34
* | Fix warning about sets.testModule() not used.ReneSac2015-04-041-174/+175
|/
* prepare for upcoming parsing change of unary operatorsAraq2015-03-222-18/+18
* Making tuples anonymous (so far... not finished).Hans Raaf2015-03-171-23/+22
* Changed cast to type conversion and added XXX.Hans Raaf2015-03-071-1/+1
* Do we want we to use the typesystem like this?Hans Raaf2015-03-061-2/+3
* Added repeat(seq, n) to sequtils.Hans Raaf2015-03-061-0/+28
* Fixed table getter not compiling when table value type had not '$' proc overr...krolik2015-03-051-1/+5
* Fix unknown symbol in tables mpairs iterator.Hans Raaf2015-02-211-1/+1
* Merge pull request #2139 from c-blake/develAndreas Rumpf2015-02-181-21/+59
|\
| * Merge ../Nim into develCharles Blake2015-02-164-13/+13
| |\
| * | Add comments explaining odd looking i<0..data[i].Charles Blake2015-02-161-3/+3
| * | Just do wide interface of hasKeyOrPut & mgetOrPut.Charles Blake2015-02-161-36/+55
| * | Add TableRef version of mgetOrPut.Charles Blake2015-02-161-0/+5