summary refs log tree commit diff stats
path: root/lib/pure/collections
Commit message (Collapse)AuthorAgeFilesLines
* 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