summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* allow 'mixin' in genericsAraq2012-10-126-80/+84
|
* bugfix: leak in db_sqlite.GetValueAraq2012-10-101-3/+5
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-10-102-17/+58
|\
| * Fixes segfault in db_sqlite. Fixes problems with times.format.Dominik Picheta2012-10-072-17/+58
| |
* | bugfix: prevent endless loop in the parser for 'nimrod check'Araq2012-10-101-3/+8
| |
* | first version of a memory profilerAraq2012-10-108-56/+117
| |
* | better extension loading for the OpenGL wrapperAraq2012-10-096-10/+40
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-10-063-17/+3
|\
| * bugfix: closures as default param valuesZahary Karadjov2012-10-063-17/+3
| |
* | attempt to fix #183Araq2012-10-063-3/+16
|/
* bugfix: gensym in rofilesAraq2012-10-051-1/+2
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-10-0522-175/+146
|\
| * fixes #120Zahary Karadjov2012-10-042-7/+4
| |
| * syntax compatibility between do blocks and stmt blocksZahary Karadjov2012-10-0421-168/+142
| | | | | | | | | | | | | | | | | | | | | | | | See the section `do notation` in the manual for more info. * nkMacroStmt has been removed Macro statements are now mapped to regular nkCall nodes. The support for additional clauses (such as else, except, of, etc) have been restored - they will now appear as additional arguments for the nkCall node (as nkElse, nkExcept, etc nodes) * fixed some regressions in the `is` operator and semCompiles
* | code cleanup of caasAraq2012-10-052-45/+8
|/
* added titer7 testAraq2012-10-041-0/+57
|
* fixes #213Araq2012-10-041-2/+2
|
* next steps for 'compiler as a service'Araq2012-10-034-22/+24
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-10-0325-499/+829
|\
| * rebuilt the C sourcesZahary Karadjov2012-10-030-0/+0
| |
| * experimental support for querying the type of expressions within macrosZahary Karadjov2012-10-035-346/+371
| | | | | | | | normalised the line endings of macros.nim (minor edits otherwise)
| * the `is` operator now works with type classes and type variablesZahary Karadjov2012-10-0313-87/+161
| | | | | | | | | | bugfixes: the DLL tests were failing on Mac OS X, due to an incorrect DynlibFormat
| * implemented case expressionsZahary Karadjov2012-10-038-25/+138
| |
| * table constructors now mimic more closely the syntax of case... of...Zahary Karadjov2012-10-033-7/+47
| | | | | | | | see the safePrintF example in the manual as a motivation
| * always print stack traces on errors in debug builds of nimrodZahary Karadjov2012-10-031-7/+10
| | | | | | | | | | I've been using this for a while and it's really more convenient than hunting the message in msgs.nim and grepping the error code in the whole project
| * bugfix: allow tuple constructors in generic codeZahary Karadjov2012-10-032-0/+7
| |
| * implemented return type inferenceZahary Karadjov2012-10-039-36/+104
| | | | | | | | | | | | Other fixes: * bind once is now the default for type classes as documented in the manual * fixes an issue in template overloading (erroneous ambiguity when different typedesc params were used)
* | first steps for compiler as a serviceAraq2012-10-0311-40/+142
|/
* website improvementsAraq2012-09-291-12/+11
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-294-24/+31
|\
| * Fixes async scgi.Dominik Picheta2012-09-281-16/+17
| |
| * fixes ttypeselectorsZahary Karadjov2012-09-283-8/+14
| |
* | opengl wrapper compiles under windowsAraq2012-09-293-9/+8
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-282-3692/+3901
|\
| * missing documentation added to the manualZahary Karadjov2012-09-272-40/+249
| | | | | | | | | | | | | | | | | | | | documented: * closures and the do notation * type classes * return type inference * typedesc parameters and values * destructor pragma * fixed a number of typos
| * normalized the line endings in the manualZahary Karadjov2012-09-271-3685/+3685
| |
* | website improvements; better opengl wrapper (still broken)Araq2012-09-288-101/+137
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-2613-81/+118
|\
| * test cases for the new typedesc featuresZahary Karadjov2012-09-252-2/+28
| |
| * improved support for typedesc valuesZahary Karadjov2012-09-2511-79/+90
| | | | | | | | | | * can be stored in constants and variables (including in containers like sequences) * can be passed to and returned from macros
* | bugfix: c2nim and pas2nim work againAraq2012-09-263-4/+8
|/
* version 0.9.0Araq2012-09-230-0/+0
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-235-28/+30
|\
| * fixes #186 and the ttypedesc1 test caseZahary Karadjov2012-09-235-28/+30
| |
* | preparations for 0.9.0Araq2012-09-239-29/+472
|/
* Added close() to async versions of scgi and httpserver.Dominik Picheta2012-09-232-2/+10
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2012-09-231-1/+2
|\
| * Fixes sockets.recvFrom not setting length of data.Dominik Picheta2012-09-231-1/+2
| |
* | bugfix: proc bodies as exprAraq2012-09-231-1/+4
|/
* fixes #73Araq2012-09-233-7/+11
|