Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | fixes #1444 | Araq | 2014-08-31 | 2 | -1/+12 |
| | |||||
* | fixes #1366 | Araq | 2014-08-30 | 1 | -2/+10 |
| | |||||
* | further adaptations | Araq | 2014-08-29 | 52 | -87/+87 |
| | |||||
* | renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamings | Araq | 2014-08-29 | 14 | -17/+17 |
| | |||||
* | koch now uses nim.exe | Araq | 2014-08-29 | 2 | -3/+3 |
| | |||||
* | tester compiles again | Araq | 2014-08-29 | 5 | -22/+22 |
| | |||||
* | updated the tester | Araq | 2014-08-29 | 1 | -2/+2 |
| | |||||
* | the big renamefest: first steps | Araq | 2014-08-22 | 1 | -2/+20 |
| | |||||
* | fixes recently introduced regression | Araq | 2014-08-21 | 1 | -1/+12 |
| | |||||
* | fixes #1418 | Araq | 2014-08-20 | 1 | -0/+33 |
| | |||||
* | fixes #1334 | Araq | 2014-08-19 | 1 | -1/+8 |
| | |||||
* | fixes #1420 | Araq | 2014-08-19 | 1 | -0/+15 |
| | |||||
* | fixes #592 | Araq | 2014-08-19 | 1 | -0/+77 |
| | |||||
* | Fixes tenumitems test. | Dominik Picheta | 2014-08-16 | 1 | -1/+1 |
| | |||||
* | Fixes #710. | Dominik Picheta | 2014-08-16 | 1 | -0/+10 |
| | |||||
* | fixes #1343 | Araq | 2014-08-15 | 2 | -1/+18 |
| | |||||
* | some minor fixes | Araq | 2014-08-14 | 3 | -3/+3 |
| | |||||
* | fixes #1434 | Araq | 2014-08-14 | 2 | -2/+31 |
| | |||||
* | fixes #1442 | Araq | 2014-08-13 | 1 | -2/+8 |
| | |||||
* | made some tests green | Araq | 2014-08-13 | 4 | -34/+8 |
| | |||||
* | asynchttpserver compiles again; made some tests green | Araq | 2014-08-13 | 3 | -9/+7 |
| | |||||
* | fix failed tests due to gcsafe | Araq | 2014-08-12 | 2 | -9/+12 |
| | |||||
* | fixes 'gcsafe' | Araq | 2014-08-12 | 2 | -1/+17 |
| | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-10 | 1 | -0/+38 |
|\ | |||||
| * | Fixes incorrect async exception handling. Adds sleepAsync. | Dominik Picheta | 2014-08-09 | 1 | -0/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | The tasyncexceptions test has been added which tests for this incorrect exception handling behaviour. The problem was that the exception was raised inside a callback which was called from a previously finished async procedure. This caused a "Future already finished" error. The fix was to simply reraise the exception if the retFutureSym is already finished. sleepAsync was added to help with the reproduction of this test. It should also be useful for users however. Finally some debug information was added to futures to help with future bugs. | ||||
* | | progress on 'spawn' | Araq | 2014-08-10 | 1 | -0/+18 |
|/ | |||||
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Araq | 2014-08-05 | 1 | -0/+9 |
|\ | | | | | | | | | Conflicts: compiler/ccgexprs.nim |