summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove obsolete method analyzeAndConsolidateOutput (#6998)Sergey Avseyev2018-01-011-16/+1
* Fixed mutex usage in SharedList and SharedTable. Closes #6988 (#6990)Yuriy Glukhov2017-12-311-1/+2
* add tests for integer casting in VM.Parashurama2017-12-301-0/+120
* Simplify async traceback processing.Dominik Picheta2017-12-281-29/+43
* No need to recurse now that mergeEntries doesn't do any pattern matching.Dominik Picheta2017-12-281-2/+2
* Show only detailed async tracebacks.Dominik Picheta2017-12-281-10/+17
* Rename cb0 to asyncProcName_continue + other improvements to async tracebacks.Dominik Picheta2017-12-281-0/+1
* Go through the re-raise stacks for more detailed tracebacks.Dominik Picheta2017-12-281-3/+44
* Refine the async tracebacks.Dominik Picheta2017-12-281-5/+12
* Implement some simple pattern-based transformation for async tracebacks.Dominik Picheta2017-12-281-0/+46
* fixes #6965Araq2017-12-282-3/+10
* fixes #6980Araq2017-12-271-1/+11
* Allow noreturn procs with void type (#6973)cooldome2017-12-271-0/+4
* Implement language feature #6885 (#6954)cooldome2017-12-242-0/+77
* cmp(x, y: string) now uses memcmp rather than strcmp (#6869) (#6968)Mathias Stearn2017-12-241-0/+20
* Merge pull request #6725 from FedericoCeratto/unittest-5114Dominik Picheta2017-12-221-0/+38
|\
| * Add unittest suite/test name filtersFederico Ceratto2017-11-281-0/+38
* | fixes #6353 (#6951)skilchen2017-12-211-0/+44
* | Merge pull request #6944 from alehander42/fix-discardableDominik Picheta2017-12-211-6/+12
|\ \
| * | Fix the forward testAlexander Ivanov2017-12-201-4/+5
| * | Make asyncjs Future[void] play nicely with last line discardable callsAlexander Ivanov2017-12-191-2/+7
* | | fix #6462Zahary Karadjov2017-12-211-0/+23
* | | fix #6277Zahary Karadjov2017-12-211-0/+20
* | | fix #6108Zahary Karadjov2017-12-211-0/+13
* | | testament html generation improvements; merged #6667 manuallyAraq2017-12-212-256/+217
* | | testament: use splitWhitespace instead of splitAraq2017-12-211-2/+2
|/ /
* | make asyncdispatch.poll completing all opterations that can be compleā€¦ (#6911)Andreas Rumpf2017-12-191-3/+3
* | added asyncjs standard library module (#6841)Alexander Ivanov2017-12-191-0/+26
* | Better times module (#6552)GULPF2017-12-182-175/+244
* | Prep for tester parallel: private nimcache for each test (#6937)Mathias Stearn2017-12-182-31/+30
* | Alternative fix for #4910 that covers #6892; fixes #6892 (#6938)cooldome2017-12-171-3/+11
* | Added test duration output (#6619)Dmitry Atamanov2017-12-151-1/+2
* | Merge branch 'parsesql' of https://github.com/treeform/Nim into treeform-pars...Araq2017-12-151-0/+191
|\ \
| * | fixtreeform2017-12-141-296/+111
| * | fixtreeform2017-12-141-435/+373
| * | fixtreeform2017-12-141-0/+438
* | | fixes #6626Araq2017-12-151-2/+3
* | | make tests green againAraq2017-12-152-14/+14
* | | make type vs proc ambiguous handling more consistent; fixes #6726; fixes #6693Araq2017-12-152-0/+11
* | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-12-152-0/+310
|\ \ \
| * | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-12-1525-39/+145
| |\| |
| * | | added SQL parser testAndreas Rumpf2017-12-142-0/+310
* | | | fixes #668Araq2017-12-151-0/+26
| |/ / |/| |
* | | Improved collection-to-string behavior (#6825)Fabian Keller2017-12-1425-39/+145
|/ /
* | make tfragment_gc more robustAraq2017-12-121-1/+4
* | modify getTypeImpl to reduce result to final implementation (#6891)jcosborn2017-12-091-2/+12
* | Use addCallback rather than callback= in asyncfutures.all() (#6850)Mathias Stearn2017-12-091-0/+17
* | fixes #6889Andreas Rumpf2017-12-081-0/+15
* | Merge branch 'devel' into araq-new-mm2Araq2017-12-083-6/+47
|\ \
| * | fix getTypeInst for tyGenericInst (#6868)jcosborn2017-12-041-6/+26