summary refs log tree commit diff stats
path: root/lib/pure/collections
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #365 from gradha/pr_adds_mention_of_nextPowerOfTwo_procAraq2013-03-171-6/+15
|\ | | | | Mentions nextPowerOfTwo proc for table initialization.
| * Mentions nextPowerOfTwo proc for table initialization.Grzegorz Adam Hankiewicz2013-03-171-6/+15
| |
* | Fixes the dirtyness of the filterIt template. Refs #351.Grzegorz Adam Hankiewicz2013-03-171-2/+7
|/
* Merge pull request #362 from gradha/pr_adds_fold_templates_to_sequtilsAraq2013-03-161-57/+154
|\ | | | | Adds fold templates to sequtils
| * Adds foldl and foldr templates to sequtils.Grzegorz Adam Hankiewicz2013-03-161-0/+98
| |
| * Indents documentation tests with blocks for hygiene.Grzegorz Adam Hankiewicz2013-03-161-57/+56
| |
* | Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-165-0/+0
|/
* Renames each proc to map, each is left deprecated.Grzegorz Adam Hankiewicz2013-01-221-2/+2
|
* fixes sequtils.filterItAraq2013-01-191-5/+4
|
* 'sort' for ordered tablesAraq2013-01-121-1/+47
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-01-111-10/+154
|\
| * Adds note about distnct being misspelled on purpose.Grzegorz Adam Hankiewicz2013-01-091-1/+5
| |
| * Adds documentation examples to sequtils.Grzegorz Adam Hankiewicz2013-01-091-8/+145
| |
| * Hyperlinks each proc and explains it is like map.Grzegorz Adam Hankiewicz2013-01-091-2/+5
| |
* | 'importcpp' for the JS target to generate an infix callAraq2013-01-111-1/+1
|/
* Merge pull request #296 from gradha/pr_makes_toseq_publicAraq2013-01-081-0/+6
|\ | | | | Moves toSeq template to public sequtils module.
| * Moves toSeq template to public sequtils module.Grzegorz Adam Hankiewicz2013-01-031-0/+6
| |
* | fixes #293Araq2013-01-081-1/+1
|/
* implements 'export' featureAraq2012-12-011-0/+5
|
* made more tests green; fixes #201Araq2012-09-122-2/+2
|
* documented hygienic templates; made tests green; fixed system.clampAraq2012-08-224-20/+31
|
* made tests green againAraq2012-08-161-1/+1
|
* openarray/varargs split; breaks bootstrappingAraq2012-08-161-11/+11
|
* bugfix: collection/sets only worked by chance ...Araq2012-07-251-4/+4
|
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-161-2/+2
|
* more fixes for new integer promotion rules; fixes #152; fixes #157; fixes ↵Araq2012-07-091-1/+1
| | | | #156; fixes #155
* the test suite is mostly green againZahary Karadjov2012-03-161-1/+1
|
* year 2012 for most copyright headersAraq2012-01-026-6/+6
|
* GC: use simple balanced tree instead of AVL treeAraq2011-12-301-0/+302
|
* bugfix: 'when' sections in generic objects now work, so TThread[void] compilesAraq2011-11-201-1/+28
|
* tester: threading tests addedAraq2011-11-191-10/+12
|
* memfiles now uses winlean; changed the interface to raise EOSAraq2011-11-051-0/+3
|
* added system.slurp for easy embedding of resourcesAraq2011-08-101-1/+17
|
* modifyable results for generics; teventemitter worksAraq2011-08-092-14/+59
|
* bugfixes; added events module, sequtils moduleAraq2011-07-261-0/+59
|
* preparations for 0.8.12Araq2011-07-104-9/+9
|
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-0/+89
|
* intsets are now a proper module and part of the stdlibAraq2011-06-141-0/+177
|
* implemented tables.addAraq2011-06-112-2/+24
|
* Bugfix: no #line dir with 0 generatedAraq2011-06-101-1/+1
|
* basic generic collections implemented and testedAraq2011-06-073-80/+287
|
* bugfix: generic instantiation across module boundariesAraq2011-06-062-199/+356
|
* gc tweaking to gain a few percent of performanceAraq2011-05-071-1/+8
|
* cleaned up the tests; fixes #30; fixes #26Araq2011-05-011-22/+131
|
* c2nim compiles againAraq2011-04-232-3/+11
|
* got rid of some arcane module namesAraq2011-04-212-3/+263
|
* hashtables: 2nd versionAraq2011-04-191-29/+31
|
* hashtables: 1st version; parseutils additionsAraq2011-04-181-0/+146