summary refs log tree commit diff stats
path: root/lib/pure/algorithm.nim
Commit message (Collapse)AuthorAgeFilesLines
* case consistency part 4Araq2013-12-271-2/+2
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* made tests green againAraq2012-09-181-1/+1
|
* preparations for making 'closure' the default calling convention for proc typesAraq2012-07-161-2/+2
|
* version 0.8.14Araq2012-02-091-1/+1
|
* closure implementation: first stepsAraq2012-02-041-0/+18
|
* fixed #96 as good as technically possible (debug frames are allocated on the ↵Araq2012-01-291-2/+2
| | | | C stack)
* pragma on/off improvements; endb rewrittenAraq2012-01-281-2/+4
|
* even more sys assertionsAraq2012-01-131-0/+3
|
* more sysasserts for allocator/gcAraq2012-01-121-4/+13
|
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* implemented write access to s[i] for macrosAraq2011-06-211-3/+3
|
* bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-231-0/+0
|
* distinction between re.replace and re.replacef; speed improvements for re moduleAraq2011-03-061-1/+1
|
* various bugfixes for generics; added generic sort procAraq2011-03-031-0/+101