summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* adding some failing caas testsZahary Karadjov2013-05-043-2/+21
* test-runner for caas multi-step testsZahary Karadjov2013-05-049-4/+122
* Changed babel path handling.Dominik Picheta2013-05-021-1/+1
* nimrod dump can now produce a machine readable json reportZahary Karadjov2013-05-0110-34/+64
* proper compiler output delimiter in the stdin compiler serviceZahary Karadjov2013-04-291-0/+3
* Merge pull request #403 from fowlmouth/patch-4Araq2013-04-262-8/+10
|\
| * Update macros.nimBillingsly Wetherfordshire2013-04-251-6/+8
| * Update evals.nimBillingsly Wetherfordshire2013-04-251-2/+2
|/
* fixes #393; now works with backticksAraq2013-04-231-1/+5
* fixes #394Araq2013-04-231-2/+5
* added distinct array testAraq2013-04-232-7/+14
* fixes #395Araq2013-04-232-7/+9
* Merge pull request #392 from gradha/pr_improves_os_docstringsSimon Hafner2013-04-171-4/+11
|\
| * Adds to docstrings link between removeFile and removeDir.Grzegorz Adam Hankiewicz2013-04-181-4/+11
|/
* Merge pull request #388 from gradha/pr_improves_tutorial_tuples_exampleAraq2013-04-171-0/+18
|\
| * Improves tutorial tuples example.Grzegorz Adam Hankiewicz2013-04-151-0/+18
* | Merge pull request #389 from gradha/pr_corrects_default_verbosity_levelAraq2013-04-152-2/+3
|\ \
| * | Corrects default verbosity level from 0 to 1.Grzegorz Adam Hankiewicz2013-04-152-2/+3
|/ /
* | Merge pull request #387 from gradha/pr_documents_verbosity_levelsDominik Picheta2013-04-141-0/+18
|\ \
| * | Documents verbosity levels. Refs #258.Grzegorz Adam Hankiewicz2013-04-141-0/+18
| |/
* | Fixed some problems with the times module, added interval tests.Dominik Picheta2013-04-141-16/+15
* | times.nim compiles on windows againAraq2013-04-141-16/+21
* | 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
|/