Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ | |||||
| * | Merge pull request #1609 from rbehrends/fix-method-dispatch | Andreas Rumpf | 2014-11-03 | 2 | -0/+47 |
| |\ | |||||
| | * | Fix dispatcher creation for method prototypes. | Reimer Behrends | 2014-11-02 | 1 | -0/+25 |
| | * | 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 |
|\ \ | |||||
| * \ | Merge pull request #1589 from Varriount/fix-1561 | Andreas Rumpf | 2014-11-02 | 1 | -0/+9 |
| |\ \ | |||||
| | * | | Fix #1561 | Varriount | 2014-10-29 | 1 | -0/+9 |
* | | | | better effect inference | Araq | 2014-11-02 | 1 | -1/+1 |
|/ / / | |||||
* | | | updated the test | Araq | 2014-10-31 | 3 | -0/+16 |
* | | | implements #78 | Araq | 2014-10-26 | 3 | -0/+17 |
|/ / | |||||
* | | Merge branch 'devel' into bigbreak | Araq | 2014-10-23 | 2 | -1/+5 |
|\| | |||||
| * | fixes #1029 | Araq | 2014-10-22 | 1 | -0/+3 |
| * | fixes 'import x as y' regression | Araq | 2014-10-22 | 1 | -1/+2 |
* | | Merge branch 'devel' into bigbreak | Araq | 2014-10-20 | 1 | -0/+8 |
|\| | |||||
| * | Added test case | Simon Krauter | 2014-10-15 | 1 | -0/+8 |
| * | fixes #1444 | Araq | 2014-09-11 | 2 | -1/+12 |
* | | updated some tests | Araq | 2014-10-04 | 2 | -0/+8 |
* | | deepCopy is instantiated when its corresponding type is instantiated | Araq | 2014-09-26 | 1 | -0/+35 |
* | | 'let' within 'parallel' now works | Araq | 2014-09-22 | 1 | -0/+14 |
* | | made tests green | Araq | 2014-09-22 | 2 | -2/+3 |
* | | made some tests green | Araq | 2014-09-21 | 6 | -43/+44 |
* | | implemented 'guard' annotation | Araq | 2014-09-21 | 2 | -0/+64 |
* | | some progress on documentation building | Araq | 2014-09-17 | 1 | -0/+15 |
* | | Fixes tester. | Dominik Picheta | 2014-09-10 | 1 | -1/+1 |
* | | More empty stmt fixes. | Dominik Picheta | 2014-09-09 | 2 | -11/+4 |
* | | Fixes for new comment handling. | Dominik Picheta | 2014-09-09 | 1 | -1/+1 |
* | | Fixes async tests. | Dominik Picheta | 2014-09-09 | 3 | -10/+10 |
* | | Implements getCurrentException for try in async procs. Ref #1487. | Dominik Picheta | 2014-09-09 | 1 | -2/+2 |
* | | Multiple exception idents in except for async. Ref #1487. | Dominik Picheta | 2014-09-08 | 2 | -1/+52 |
* | | Implemented asyncfile for Posix. | Dominik Picheta | 2014-09-05 | 1 | -5/+27 |