summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Fix for isssue in parseBiggestFloat #7060 (#7061)cooldome2018-01-111-0/+6
| * | | Merge pull request #6962 from nim-lang/fixes/6100Dominik Picheta2018-01-102-1/+16
| |\ \ \
| | * | | Fixes #6100.Dominik Picheta2017-12-272-1/+16
| * | | | Merge pull request #6922 from FedericoCeratto/openssl-1.1.0Dominik Picheta2018-01-101-0/+36
| |\ \ \ \
| | * | | | Add OpenSSL 1.1.0 support #5000Federico Ceratto2017-12-281-0/+36
| * | | | | Merge pull request #7033 from GULPF/allow-timezone-closuresDominik Picheta2018-01-101-0/+24
| |\ \ \ \ \
| | * | | | | Allow timezone procs to be closuresOscar Nihlgård2018-01-051-0/+24
| | | |_|/ / | | |/| | |
* | / | | | rename strformat.fmt to `%` as it works better with backslash escape sequence...Araq2018-01-112-3/+3
|/ / / / /
* | | | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2018-01-101-0/+13
|\ \ \ \ \
| * \ \ \ \ Merge pull request #7045 from GULPF/fmt-str-fallbackDominik Picheta2018-01-091-0/+13
| |\ \ \ \ \
| | * | | | | Add test caseOscar Nihlgård2018-01-091-0/+13
* | | | | | | make tfragment_gc more robust for AppveyorAraq2018-01-101-1/+1
|/ / / / / /
* | | | | | Implement custom annotations (#6987)cooldome2018-01-092-0/+48
* | | | | | another attempt to make the fragmentation test more robust for WindowsAndreas Rumpf2018-01-091-1/+1
|/ / / / /
* / / / / Fix lists of paths in posix environment (#7034)Dennis Felsing2018-01-081-1/+1
|/ / / /
* | | | memfiles: enable test; refs #6361Araq2018-01-031-2/+0
* | | | 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