Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes a small bug concerning semicolons for top level statements | Araq | 2014-12-23 | 1 | -2/+6 |
| | |||||
* | tuple field names are ignored | Araq | 2014-12-23 | 3 | -1/+12 |
| | |||||
* | Merge pull request #1751 from dyu/rfind-char | Andreas Rumpf | 2014-12-19 | 1 | -0/+4 |
|\ | | | | | strutils.rfind via char | ||||
| * | strutils.rfind via char | dyu | 2014-12-19 | 1 | -0/+4 |
| | | |||||
* | | implemented 'koch pdf' | Araq | 2014-12-19 | 6 | -12/+13 |
|/ | |||||
* | fixes #1744 | Araq | 2014-12-17 | 1 | -0/+50 |
| | |||||
* | fixes #1638 | Araq | 2014-12-17 | 3 | -6/+18 |
| | |||||
* | JS tests cleaned up | Araq | 2014-12-17 | 2 | -5/+6 |
| | |||||
* | fixes #1655 | Araq | 2014-12-17 | 1 | -0/+15 |
| | |||||
* | fixes #1181, fixes #1715 | Araq | 2014-12-16 | 1 | -0/+7 |
| | |||||
* | fixes #1656 | Araq | 2014-12-15 | 2 | -1/+2 |
| | |||||
* | fixes #1352 | Araq | 2014-12-14 | 2 | -9/+27 |
| | |||||
* | disable t5000 test for the autobuilder | Araq | 2014-12-11 | 1 | -0/+3 |
| | |||||
* | fixes #1597 | Araq | 2014-12-11 | 2 | -0/+62 |
| | |||||
* | destuctors are experimental; 'func' is now a keyword | Araq | 2014-12-10 | 2 | -0/+4 |
| | |||||
* | Fixing extraneous semicolon in jsgen output | juxiliary | 2014-12-06 | 1 | -0/+34 |
| | | | | | | | | jsgen was producing javascript objects like this ``` {, name:"foo"} ``` causing syntax errors in javascript interpretors. | ||||
* | fixes regression due to object assignment fixes | Araq | 2014-12-01 | 2 | -2/+2 |
| | |||||
* | fixes #1684 | Araq | 2014-11-30 | 1 | -0/+13 |
| | |||||
* | fixes #1489, fixes #1490 | Araq | 2014-11-28 | 1 | -0/+32 |
| | |||||
* | implemented procCall builtin | Araq | 2014-11-28 | 1 | -9/+12 |
| | |||||
* | fixes #1539 | Araq | 2014-11-27 | 1 | -0/+20 |
| | |||||
* | fixes #1657 | Araq | 2014-11-27 | 1 | -0/+9 |
| | |||||
* | fixes #1547 | Araq | 2014-11-27 | 1 | -0/+16 |
| | |||||
* | fixes #1337 | Araq | 2014-11-23 | 2 | -70/+11 |
| | |||||
* | fixes #1669 | Araq | 2014-11-22 | 1 | -1/+8 |
| | |||||
* | fixes #837 | Araq | 2014-11-21 | 4 | -7/+36 |
| | |||||
* | fixes #916 | Araq | 2014-11-20 | 1 | -2/+11 |
| | |||||
* | fixes #1562, fixes #1543 | Araq | 2014-11-20 | 1 | -0/+32 |
| | |||||
* | fixes #836 | Araq | 2014-11-19 | 1 | -0/+17 |
| | |||||
* | fixes #1053, fixes #924 | Araq | 2014-11-19 | 1 | -0/+55 |
| | |||||
* | fixes #1274 | Araq | 2014-11-18 | 1 | -0/+16 |
| | |||||
* | fixes #940 | Araq | 2014-11-17 | 1 | -0/+24 |
| | |||||
* | fixes #206 | Araq | 2014-11-16 | 1 | -0/+19 |
| | |||||
* | fixes #1055 | Araq | 2014-11-16 | 1 | -0/+12 |
| | |||||
* | fixes #1181 | Araq | 2014-11-13 | 1 | -0/+0 |
| | |||||
* | fixes error propagation for macros.parseExpr | Araq | 2014-11-13 | 1 | -2/+4 |
| | |||||
* | fixes #1473 | Araq | 2014-11-12 | 1 | -0/+17 |
| | |||||
* | fixes #1593 | Araq | 2014-11-12 | 1 | -0/+34 |
| | |||||
* | fixes #1560 | Araq | 2014-11-11 | 1 | -1/+7 |
| | |||||
* | fixes #1646 | Araq | 2014-11-10 | 1 | -0/+22 |
| | |||||
* | the codegen doesn't emit deepCopy for parallel statements | Araq | 2014-11-08 | 2 | -4/+6 |
| | |||||
* | fixed the deadlock that happens when stress testing ToFreeQueue | Araq | 2014-11-08 | 1 | -1/+1 |
| | |||||
* | broken attempt to fix queue exhaustion | Araq | 2014-11-07 | 1 | -0/+62 |
| | |||||
* | fixes #1612 | Araq | 2014-11-06 | 3 | -1/+6 |
| | |||||
* | Merge branch 'devel' into bigbreak | Araq | 2014-11-03 | 3 | -0/+68 |
|\ | | | | | | | | | Conflicts: lib/pure/osproc.nim | ||||
| * | Merge pull request #1609 from rbehrends/fix-method-dispatch | Andreas Rumpf | 2014-11-03 | 2 | -0/+47 |
| |\ | | | | | | | Fix method recursion bug. | ||||
| | * | Fix dispatcher creation for method prototypes. | Reimer Behrends | 2014-11-02 | 1 | -0/+25 |
| | | | | | | | | | | | | | | | | | | | | | | | | When method prototypes were involved (e.g. forward declarations for mutual recursion), calls were sometimes dispatched to the wrong method implementation. One of the reasons was that method dispatchers were then not always attached to method ASTs in the correct place. | ||||
| | * | Added test case for recursive methods. | Reimer Behrends | 2014-11-02 | 1 | -0/+22 |
| | | | |||||
| * | | Added test case | Simon Krauter | 2014-11-03 | 1 | -0/+21 |
| |/ | |||||
* | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreak | Araq | 2014-11-03 | 1 | -0/+9 |
|\ \ |