summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* fixes #1444Araq2014-08-312-1/+12
* fixes #1366Araq2014-08-301-2/+10
* further adaptationsAraq2014-08-2952-87/+87
* renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamingsAraq2014-08-2914-17/+17
* koch now uses nim.exeAraq2014-08-292-3/+3
* tester compiles againAraq2014-08-295-22/+22
* updated the testerAraq2014-08-291-2/+2
* the big renamefest: first stepsAraq2014-08-221-2/+20
* fixes recently introduced regressionAraq2014-08-211-1/+12
* fixes #1418Araq2014-08-201-0/+33
* fixes #1334Araq2014-08-191-1/+8
* fixes #1420Araq2014-08-191-0/+15
* fixes #592Araq2014-08-191-0/+77
* Fixes tenumitems test.Dominik Picheta2014-08-161-1/+1
* Fixes #710.Dominik Picheta2014-08-161-0/+10
* fixes #1343Araq2014-08-152-1/+18
* some minor fixesAraq2014-08-143-3/+3
* fixes #1434Araq2014-08-142-2/+31
* fixes #1442Araq2014-08-131-2/+8
* made some tests greenAraq2014-08-134-34/+8
* asynchttpserver compiles again; made some tests greenAraq2014-08-133-9/+7
* fix failed tests due to gcsafeAraq2014-08-122-9/+12
* fixes 'gcsafe'Araq2014-08-122-1/+17
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-08-101-0/+38
|\
| * Fixes incorrect async exception handling. Adds sleepAsync.Dominik Picheta2014-08-091-0/+38
* | progress on 'spawn'Araq2014-08-101-0/+18
|/
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-08-051-0/+9
|\
| * Merge branch 'ptables_fix' of git://github.com/flyx/Nimrod into flyx-ptables_fixClay Sweetser2014-07-241-0/+9
| |\
| | * Fixed `==` for PTables, added test.Felix Krause2014-06-271-0/+9
* | | added testAraq2014-08-051-0/+44
* | | progress on deepCopyAraq2014-08-012-4/+4
|/ /
* | Remove unnecessary importSimon Jakobi2014-07-191-1/+0
* | tester should work againAraq2014-07-161-4/+1