summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* support suggest after compile in caas modeZahary Karadjov2013-05-059-7/+72
|
* bugfix: compiling after idetools usage is now possible in caas modeZahary Karadjov2013-05-052-0/+20
|
* experimental support for answering idetools --def requests fromZahary Karadjov2013-05-044-10/+72
| | | | an in-memory index built during compilation in caas mode
* remove some more references of containerID after mergingZahary Karadjov2013-05-041-3/+0
|
* Merge branch 'master' of gh:/Araq/Nimrod into upstreamZahary Karadjov2013-05-04942-3237/+13786
|\
| * failing test case demonstrating how generic arguments are preferred toZahary Karadjov2013-05-041-0/+26
| | | | | | | | openarray and varargs arguments
| * 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
| | | | | | | | | | | | | | | | | | | | | | | | | | The data in the report includes necessary information for starting the compiler service and setting up the project paths in the IDE. the default verbosity of 1 is now set in the compiler code to fix an issue with verbosity being temporary set to 1 during config parsing even when it's explicitly overridden on the command-line. compiler/lexbase was temporary renamed to nimlexbase as a work-around for a codegen naming conflict with lib/pure/lexbase resulting in linking errors (further investigation needed).
| * 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.add()
| | * 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.
| | * 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.
| | * 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.
| | * | 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.
| | * | 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
| |\ \ | | | | | | | | Fixes #334.
| | * | 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 ↵Araq2013-04-117-1198/+9
| | | | | | | | bootstrapping build
| * 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; ↵Zahary Karadjov2013-04-092-0/+21
| | | | | | | | | | | | | | implements #301 see #301 for description. currently, the feature is activated by setting the verbosity level to 2 or more
| * 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
| |