summary refs log tree commit diff stats
path: root/lib/pure/collections
Commit message (Expand)AuthorAgeFilesLines
* fixed a bug in `map` for setsSimon Hafner2014-02-101-2/+2
* added `map` to setsSimon Hafner2014-02-101-0/+4
* indexBy, which indexes a collection into a hashtableSimon Hafner2014-02-061-0/+10
* Adds convenience mapIt templates.Grzegorz Adam Hankiewicz2014-02-021-0/+39
* corrected docs and testsSimon Hafner2014-02-011-2/+2
* sets equivalenceSimon Hafner2014-01-311-0/+17
* better html generator for the tester; fixes some VM bugsAraq2014-01-171-1/+1
* case consistency improvementsAraq2014-01-111-1/+2
* case consistency part 7Araq2013-12-281-21/+19
* case consistency part 4Araq2013-12-273-11/+11
* case consistency part 1Araq2013-12-273-44/+44
* Merge pull request #631 from mflamer/masterAndreas Rumpf2013-10-312-0/+622
|\
| * LockFree Hash Table 0.1Mark Flamer2013-10-222-0/+622
* | Apply changes suggested by AraqVarriount2013-10-271-2/+21
* | Added an insertion function that inserts elements of an openarray.Clay Sweetser2013-10-201-0/+50
|/
* 'inject' for 'for' loop variablesAraq2013-05-141-2/+1
* Merge pull request #365 from gradha/pr_adds_mention_of_nextPowerOfTwo_procAraq2013-03-171-6/+15
|\
| * 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 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.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 #15...Araq2012-07-091-1/+1
* 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