summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | failing test case demonstrating how generic arguments are preferred toZahary Karadjov2013-05-041-0/+26
| * | 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
* | | more intuitive behaviour for 'discardable' in expression bodiesAraq2013-05-046-22/+99
* | | fixes #117Araq2013-05-044-7/+35
* | | bugfixesAraq2013-05-044-3/+19
* | | fixed: typoAraq2013-05-031-1/+1
* | | completed expr/stmt unificationAraq2013-05-0310-673/+642
* | | new parser works with docgenAraq2013-05-022-1/+1
* | | pegs compiles againAraq2013-05-021-1/+2
* | | revert new scope for 'if'Araq2013-05-028-6/+182
* | | --out works for exesAraq2013-05-011-1/+3
* | | bugfixes mostly JS relatedAraq2013-05-0110-20/+37
* | | re.nim compiles againAraq2013-05-011-1/+2
* | | tester should work again; documented (;)Araq2013-04-304-7/+43
* | | proper scoping for 'if'Araq2013-04-303-11/+12
* | | new js codegen: bugfixesAraq2013-04-301-35/+28
* | | first steps to the expr/stmt unificationAraq2013-04-308-92/+159
* | | new JS code generatorAraq2013-04-282-689/+683
* | | new parser: diallow more thingsAraq2013-04-231-0/+1
* | | made some tests greenAraq2013-04-225-3/+8
* | | Merge branch 'master' into newparserAraq2013-04-225-21/+64
|\| |
| * | 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
* | | | Merge branch 'newparser' of github.com:Araq/Nimrod into newparserAraq2013-04-2212-931/+952
|\ \ \ \ | |/ / / |/| | |
| * | | first version of commonTypeAraq2013-04-223-0/+57
| * | | bugfix: 'import x var y' without newline doesn't parse anymoreAraq2013-04-212-11/+11
| * | | new parsing scheme is documentedAraq2013-04-214-457/+295
| * | | new parser worksAraq2013-04-204-39/+66
| * | | next steps for the new parserAraq2013-04-202-32/+33
| * | | next steps for the new parser/grammarAraq2013-04-206-266/+286
| * | | first steps to the new parser/grammarAraq2013-04-195-250/+330
| |/ /
* | | times.nim compiles on windows againAraq2013-04-141-16/+21