summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Fixed recvLine deprecation warnings.Dominik Picheta2013-04-146-81/+73
* Fixed incorrect drawing of rectangles by graphics.drawRect.Dominik Picheta2013-04-141-3/+8
* Merge pull request #384 from Tass/masterAraq2013-04-131-66/+100
|\
| * added toSeconds and fromSeconds to times. fixes #334Simon Hafner2013-04-131-66/+100
* | added manyloc test suite; --path now relative to project dir if not absoluteAraq2013-04-1351-5/+9286
* | fixes #244Araq2013-04-131-0/+4
* | implements #258; activate via --verbosity:2Araq2013-04-131-0/+2
* | fixes #310Araq2013-04-134-22/+45
* | fixes #287; bugfix: subrange checking is performed againAraq2013-04-1214-32/+147
* | improved error message for #291Araq2013-04-111-1/+4
|/
* cleanup of tests; use 'koch install' instead of 'install.sh' for a bootstrapp...Araq2013-04-117-1198/+9
* fixes #283Araq2013-04-112-1/+2
* bugfix: new(TTable[string, int]) compilesAraq2013-04-101-4/+9
* experimental support for outputting code snippets in error messages; implemen...Zahary Karadjov2013-04-092-0/+21
* bugfix: fix linking when symbol files are usedZahary Karadjov2013-04-085-13/+12
* bugfix: varargs min/max procs; fixes #373Araq2013-04-081-6/+8
* fixes #378Araq2013-04-081-0/+2
* fixes #321Araq2013-04-082-1/+11
* fixes #368Araq2013-04-082-2/+63
* implemented --dynlibOverride option for static linking of 'dynlib'Araq2013-04-086-3/+34
* documented restricted destructorsAraq2013-04-082-1/+34
* next steps to make symbol files work againAraq2013-04-082-3/+10
* rodfile viewer works againAraq2013-04-081-2/+4
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-04-083-13/+17
|\
| * use file IDs consistently instead of file paths in the rod files handlingZahary Karadjov2013-04-072-12/+13
| * A file stream now makes sure to only close its file descriptor once.Dominik Picheta2013-04-071-1/+4
* | improvements for destructorsAraq2013-04-086-35/+91
* | bugfix: lambdalifting needs to deep copy parametersAraq2013-04-081-6/+11
|/
* bugfix evals.nimAraq2013-04-072-4/+7
* optimized evals.nim a bitAraq2013-04-071-8/+8
* rod file viewer for easier debugging of rod filesAraq2013-04-048-21/+303
* fixes memory leaks concerning closuresAraq2013-03-291-3/+2
* bugfix: mark&sweep GCAraq2013-03-291-14/+16
* better treatment of var/let/const/type sections in the templating systemAraq2013-03-291-1/+7
* Fixed some recvLine deprecation warnings in httpserver module.Dominik Picheta2013-03-271-32/+32
* Fixed issue with rst parser failing to parse a specific character.Dominik Picheta2013-03-271-1/+2
* added immediate versions of macros.dumpLisp and dumpTreeAraq2013-03-251-0/+6
* fixes a long-standing bug about procvar checkingAraq2013-03-258-22/+45
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-03-249-695/+130
|\
| * Deprecated recvLine and added an improved version named readLine to theDominik Picheta2013-03-233-5/+127
| * Fixed bug with xmltree.attrs when attributes have not been initialisedDominik Picheta2013-03-236-690/+3
* | fixes #376Araq2013-03-245-12/+72
|/
* fixes #335Araq2013-03-231-1/+2
* added system.localsAraq2013-03-217-18/+64
* bugfix: case exhaustiveness checkingAraq2013-03-215-6/+27
* better error message when C compilation failsAraq2013-03-193-2/+10
* tester supports large testsAraq2013-03-187-1/+715
* fixes #257Araq2013-03-182-28/+29
* added broken 'range' types to todoAraq2013-03-181-0/+1
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-03-183-5/+18
|\