summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | transf: big refactoring; other small fixesAraq2011-01-051-0/+2
* | bugfix: multiple yield statements and loop body varsAraq2010-12-132-5/+75
* | added strutils.alignAraq2010-12-071-3/+23
* | docgen understands and ignores *when false*Araq2010-11-185-62/+281
|/
* pegs: captured search loopAraq2010-11-071-4/+49
* added os.findExeAraq2010-10-311-0/+13
* pegs: bugfixes and extensionsAraq2010-10-311-10/+39
* bugfixes: htmlparser moduleAraq2010-10-302-4/+15
* bugfix: httpclientAraq2010-10-302-2/+9
* Added a close function to the ssl module.dom962010-10-271-0/+5
* added install.sh; scgi: does not set system.stackTraceNewLine anymoreAraq2010-10-261-1/+0
* bugfix: typo in SMTP module; SCGI module finishedAraq2010-10-252-29/+185
* ssl.connect now returns the result of the certificate validation.dom962010-10-231-4/+3
* Added {.final.} to objects which are not meant to be inherited, and added an ...dom962010-10-231-2/+2
* Removed the assert()'s from ssl.nim, and limited lines to 80 chars.dom962010-10-231-8/+17
* Added an openssl wrapper, ssl module and smtp module.dom962010-10-231-0/+176
* base64: decoding worksAraq2010-10-231-20/+6
* added base64 module; decoding still brokenAraq2010-10-233-3/+132