summary refs log tree commit diff stats
path: root/lib/pure/collections/tables.nim
Commit message (Expand)AuthorAgeFilesLines
* case consistency part 4Araq2013-12-271-3/+3
* case consistency part 1Araq2013-12-271-36/+36
* Mentions nextPowerOfTwo proc for table initialization.Grzegorz Adam Hankiewicz2013-03-171-6/+15
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* 'sort' for ordered tablesAraq2013-01-121-1/+47
* 'importcpp' for the JS target to generate an infix callAraq2013-01-111-1/+1
* fixes #293Araq2013-01-081-1/+1
* made more tests green; fixes #201Araq2012-09-121-1/+1
* documented hygienic templates; made tests green; fixed system.clampAraq2012-08-221-7/+10
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* tester: threading tests addedAraq2011-11-191-10/+12
* modifyable results for generics; teventemitter worksAraq2011-08-091-7/+57
* preparations for 0.8.12Araq2011-07-101-4/+4
* implemented tables.addAraq2011-06-111-0/+22
* Bugfix: no #line dir with 0 generatedAraq2011-06-101-1/+1
* basic generic collections implemented and testedAraq2011-06-071-48/+33
* bugfix: generic instantiation across module boundariesAraq2011-06-061-0/+395