summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of github.com:Araq/Nimroddom962011-04-241-12/+13
|\
| * C source regeneratedAraq2011-04-241-12/+13
* | Lots of fixes in redis.nimdom962011-04-241-175/+217
|/
* Removed the parseBulkStr() proc in redis.nimdom962011-04-231-23/+20
* Consistency fix in redis.nimdom962011-04-231-4/+4
* Added redis client module.dom962011-04-231-0/+834
* c2nim compiles againAraq2011-04-232-3/+11
* slice support in system.nim; syntactic sugar for tables; cleanup of grammar/p...Araq2011-04-231-0/+16
* got rid of some arcane module namesAraq2011-04-212-3/+263
* hashtables: 2nd versionAraq2011-04-191-29/+31
* hashtables: 1st version; parseutils additionsAraq2011-04-182-1/+169
* := templatable; lexer improvementsAraq2011-04-171-6/+6
* p[] instead of p^Araq2011-04-113-11/+11
* $ for strtabs; skipUntil, skipWhile for parseutilsAraq2011-04-052-9/+29
* bugfix: GC more forgivingAraq2011-04-031-2/+2
* ugh, maybe broke gitAraq2011-04-017-32/+56
* some little bugfixesAraq2011-03-272-3/+6
* fixes #21Araq2011-03-241-8/+7
* bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-234-7/+204
* linearScanEnd pragma; string case statement optimizationAraq2011-03-141-3/+6
* fixes #17; I hope!Araq2011-03-081-4/+17
* more fixes for dy(n)lib typo; fixes #15Araq2011-03-081-6/+7
* distinction between re.replace and re.replacef; speed improvements for re moduleAraq2011-03-063-7/+23
* various bugfixes for generics; added generic sort procAraq2011-03-033-13/+115
* tests themselves contain the expected resultAraq2011-02-203-9/+25
* Forgot that capital E can be used in floats too, I hate case sensitivity.dom962011-02-131-1/+1
* JSON module now distinguishes between Integers and Floats.dom962011-02-131-24/+50
* non-nil AST; continue after errors for IDE supportAraq2011-02-125-4/+4
* bugfix terminal compiles for windows againAraq2011-02-071-9/+9
* documentation improvementsAraq2011-02-062-11/+14
* nimgrep --ext supportAraq2011-02-021-3/+15
* nimgrep: first working versionAraq2011-02-022-11/+48
* unary <; countup two type parameters; --recursivePath should work nowAraq2011-01-291-1/+2
* Merge branch 'master' of github.com:Araq/Nimroddom962011-01-281-250/+0
|\
| * basic thread support; still broken on Windows; untested on Mac OS XAraq2011-01-181-250/+0
* | Corrected pretty() in json module, and added another file with json test data.dom962011-01-281-16/+25
|/
* cleanup: E_Base should not be used for inheriting exceptions; documentation g...Araq2011-01-1511-360/+18
* json module changesAraq2011-01-152-653/+670
* httpserver changesAraq2011-01-141-13/+16
* Merge branch 'master' of github.com:Araq/NimrodAraq2011-01-132-454/+738
|\
| * Added a higher level json module.dom962011-01-112-454/+738
* | httpserver may work better nowAraq2011-01-132-75/+90
|/
* c2nim compiles again [#9 state:resolved]; better error message for named para...Araq2011-01-091-1/+1
* bugfix: floating point precision; added strutils.formatFloatAraq2011-01-091-1/+1
* bugfix: floating point precision; added strutils.formatFloatAraq2011-01-092-3/+70
* bugfix: osproc compiles under windows againAraq2011-01-071-1/+1
* additions to complex moduleAraq2011-01-071-6/+205
* better tester; yet another iterator bugfixAraq2011-01-061-31/+46
* fixed whitespace conflictAraq2011-01-061-1/+1
|\
| * add sin proc for mathMichael Fellinger2011-01-041-0/+2