summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* fixes #1181Araq2014-11-131-0/+0
|
* fixes error propagation for macros.parseExprAraq2014-11-131-2/+4
|
* fixes #1473Araq2014-11-121-0/+17
|
* fixes #1593Araq2014-11-121-0/+34
|
* fixes #1560Araq2014-11-111-1/+7
|
* fixes #1646Araq2014-11-101-0/+22
|
* the codegen doesn't emit deepCopy for parallel statementsAraq2014-11-082-4/+6
|
* fixed the deadlock that happens when stress testing ToFreeQueueAraq2014-11-081-1/+1
|
* broken attempt to fix queue exhaustionAraq2014-11-071-0/+62
|
* fixes #1612Araq2014-11-063-1/+6
|
* Merge branch 'devel' into bigbreakAraq2014-11-033-0/+68
|\ | | | | | | | | Conflicts: lib/pure/osproc.nim
| * Merge pull request #1609 from rbehrends/fix-method-dispatchAndreas Rumpf2014-11-032-0/+47
| |\ | | | | | | Fix method recursion bug.
| | * Fix dispatcher creation for method prototypes.Reimer Behrends2014-11-021-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 Behrends2014-11-021-0/+22
| | |
| * | Added test caseSimon Krauter2014-11-031-0/+21
| |/
* | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreakAraq2014-11-031-0/+9
|\ \
| * \ Merge pull request #1589 from Varriount/fix-1561Andreas Rumpf2014-11-021-0/+9
| |\ \ | | | | | | | | Fixes #1561
| | * | Fix #1561Varriount2014-10-291-0/+9
| | | |
* | | | better effect inferenceAraq2014-11-021-1/+1
|/ / /
* | | updated the testAraq2014-10-313-0/+16
| | |
* | | implements #78Araq2014-10-263-0/+17
|/ /
* | Merge branch 'devel' into bigbreakAraq2014-10-232-1/+5
|\| | | | | | | | | Conflicts: web/news.txt
| * fixes #1029Araq2014-10-221-0/+3
| |
| * fixes 'import x as y' regressionAraq2014-10-221-1/+2
| |
* | Merge branch 'devel' into bigbreakAraq2014-10-201-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 caseSimon Krauter2014-10-151-0/+8
| |
| * fixes #1444Araq2014-09-112-1/+12
| |
* | updated some testsAraq2014-10-042-0/+8
| |
* | deepCopy is instantiated when its corresponding type is instantiatedAraq2014-09-261-0/+35
| |
* | 'let' within 'parallel' now worksAraq2014-09-221-0/+14
| |
* | made tests greenAraq2014-09-222-2/+3
| |
* | made some tests greenAraq2014-09-216-43/+44
| |
* | implemented 'guard' annotationAraq2014-09-212-0/+64
| |
* | some progress on documentation buildingAraq2014-09-171-0/+15
| |
* | Fixes tester.Dominik Picheta2014-09-101-1/+1
| |
* | More empty stmt fixes.Dominik Picheta2014-09-092-11/+4
| |
* | Fixes for new comment handling.Dominik Picheta2014-09-091-1/+1
| |
* | Fixes async tests.Dominik Picheta2014-09-093-10/+10
| |
* | Implements getCurrentException for try in async procs. Ref #1487.Dominik Picheta2014-09-091-2/+2
| |
* | Multiple exception idents in except for async. Ref #1487.Dominik Picheta2014-09-082-1/+52
| |
* | Implemented asyncfile for Posix.Dominik Picheta2014-09-051-5/+27
| |
* | Added Windows asyncfile implementation.Dominik Picheta2014-09-051-0/+14
| |
* | fix #959Zahary Karadjov2014-09-041-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 #1513Araq2014-09-032-6/+179
| |
* | more tests greenAraq2014-08-3113-47/+47
| |
* | more stdlib modules workAraq2014-08-311-9/+9
| |
* | make tests greenAraq2014-08-3133-271/+267
| |
* | prettified re.nim; make some tests greenAraq2014-08-315-17/+17
| |
* | prettified some async modulesAraq2014-08-311-1/+1
| |
* | made some tests greenAraq2014-08-315-7/+6
| |