Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
|\ \ | |||||
| * \ | Merge pull request #1589 from Varriount/fix-1561 | Andreas Rumpf | 2014-11-02 | 1 | -0/+9 |
| |\ \ | | | | | | | | | Fixes #1561 | ||||
| | * | | 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 |
|\| | | | | | | | | | Conflicts: web/news.txt | ||||
| * | 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 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/nim.ini doc/manual.txt doc/tut2.txt koch.nim lib/system/channels.nim readme.txt tools/niminst/niminst.nim tools/nimweb.nim web/download.txt web/news.txt | ||||
| * | 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 |
| | | |||||
* | | Added Windows asyncfile implementation. | Dominik Picheta | 2014-09-05 | 1 | -0/+14 |
| | | |||||
* | | fix #959 | Zahary Karadjov | 2014-09-04 | 1 | -0/+11 |
| | | | | | | | | | | Variable declarations using a type class will be subject to type inference similar to the one already present in type coercions and the return type inference. | ||||
* | | fixes #903, fixes #1513 | Araq | 2014-09-03 | 2 | -6/+179 |
| | | |||||
* | | more tests green | Araq | 2014-08-31 | 13 | -47/+47 |
| | | |||||
* | | more stdlib modules work | Araq | 2014-08-31 | 1 | -9/+9 |
| | | |||||
* | | make tests green | Araq | 2014-08-31 | 33 | -271/+267 |
| | | |||||
* | | prettified re.nim; make some tests green | Araq | 2014-08-31 | 5 | -17/+17 |
| | | |||||
* | | prettified some async modules | Araq | 2014-08-31 | 1 | -1/+1 |
| | | |||||
* | | made some tests green | Araq | 2014-08-31 | 5 | -7/+6 |
| | |