summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #9912 from nim-lang/araq-fixes-nested-gensymAndreas Rumpf2018-12-091-0/+40
|\
| * fixes nested gensym'ed parameters; fixes #9476Araq2018-12-081-0/+40
* | Merge pull request #9898 from cooldome/enum_notusedAndreas Rumpf2018-12-091-0/+6
|\ \
| * | add comment, fixes #9896Andrii Riabushenko2018-12-081-0/+1
| * | Fix hintXDeclaredButNotUsed for enum fields marked as usedAndrii Riabushenko2018-12-081-0/+5
* | | fix #9872: setLen now works properly at CT [backport]Timothee Cour2018-12-081-0/+30
|/ /
* | Merge pull request #9803 from GULPF/walkdirrec-relativeAndreas Rumpf2018-12-061-0/+19
|\ \ | |/ |/|
| * Add `relative` parameter to walkDirRecOscar Nihlgård2018-11-261-0/+19
* | fixes #9441Araq2018-12-061-0/+42
* | fixes #9868Araq2018-12-051-0/+4
* | fixes #9864 [backport]Araq2018-12-051-0/+36
* | fix #9832 (fixup) (#9859)Timothee Cour2018-12-041-1/+1
* | Fix fat pointers, object copying, magic double evals on JS (#9411) [backport]rec2018-12-042-0/+489
* | fixes #9832 (#9841) [backport]Timothee Cour2018-12-041-1/+1
* | improve line info retreival (#9822)Arne Döring2018-11-301-1/+1
* | Destructors: more moves for tuples (#9808)cooldome2018-11-271-2/+6
* | Tester tests (#9787)Arne Döring2018-11-271-0/+17
* | Add workingDir parameter to execProcess and test (#9549)Tomohiro2018-11-262-0/+32
* | Added cgi.readData. Add test for cgi module. (#9645)Constantine Molchanov2018-11-261-0/+23
* | More converter fixes (#9737)cooldome2018-11-262-7/+69
* | fixes #9794: sizeof tuple is incorrect if contains imported object (#9795)cooldome2018-11-261-1/+18
* | Fixes multiple bugs with sink arguments (#9802)cooldome2018-11-261-2/+50
* | Fixes 9716 [backport] (#9790)Yuriy Glukhov2018-11-241-1/+14
* | Support only some types as JsAssoc types (#8627)Alexander Ivanov2018-11-231-12/+12
* | cleanup tests; don't use non-working 'msg' spec fieldAraq2018-11-2331-59/+60
* | threw away a silly testAraq2018-11-231-61/+0
* | Windows: disabled testsAraq2018-11-231-0/+1
* | join simple testArne Döring2018-11-232-11/+10
* | remove problem testArne Döring2018-11-231-12/+0
* | more eyewashArne Döring2018-11-234-2/+16
* | eyewashArne Döring2018-11-233-7/+14
* | fix for nimInActionArne Döring2018-11-2315-18/+76
* | disable tio.nim, it just causes problemsArne Döring2018-11-231-0/+1
* | maybe this time?Arne Döring2018-11-231-9/+17
* | hopefully this time the tests will compile on the serverArne Döring2018-11-232-8/+1
* | fix coro testArne Döring2018-11-231-1/+1
* | more tests fixedArne Döring2018-11-234-3/+24
* | activated more tests, allow input in test specArne Döring2018-11-2323-123/+186
* | updated tests to be executedArne Döring2018-11-2353-87/+329
* | delete old cruftArne Döring2018-11-235-97/+0
* | make run the default action of a test in testerArne Döring2018-11-2347-41/+307
* | fixes #9764Araq2018-11-231-0/+29
* | Destructors: move into nkTupleConstr and move on tuple unpacking (#9776)cooldome2018-11-222-8/+72
* | fix segfault when calling shallow() on an empty string (#9782) [backport]Ștefan Talpalaru2018-11-221-0/+7
* | don't raise exception in the default handler (#9783)alaviss2018-11-221-0/+6
* | Add isInstanceOf for generic procs to the macros module (#9730)cooldome2018-11-211-0/+19
* | Empty check in shallow [backport] (#9676)ishowta2018-11-211-0/+24
|/
* fix #9726 (#9765)Arne Döring2018-11-201-0/+8
* bitsize respected in size calculation. (#9756)Arne Döring2018-11-191-4/+32
* fixes #9743Araq2018-11-191-1/+11