summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Merge pull request #4050 from yglukhov/tr-varargsAndreas Rumpf2016-04-091-1/+7
| |\ \ \
| | * | | Fixed tr pattern matching for varargsYuriy Glukhov2016-04-071-1/+7
| * | | | Added js closures test. Fixes #3132.Yuriy Glukhov2016-04-071-0/+51
| |/ / /
| * | | Merge pull request #4049 from arnetheduck/tester-targetsAndreas Rumpf2016-04-072-0/+19
| |\ \ \
| | * | | untaint command line option for parsingJacek Sieka2016-04-061-1/+1
| | * | | tester: allow filtering tests by targetJacek Sieka2016-04-052-0/+19
| * | | | Prevent tester from checking for output diffs for actionRunNoSpec.Dominik Picheta2016-04-051-1/+1
| * | | | `await x` where x is Fut var now reads after yield. Fixes #3964.Dominik Picheta2016-04-041-1/+1
| |/ / /
* | | | fixes #4089Andreas Rumpf2016-04-191-0/+12
* | | | fixes #4097Andreas Rumpf2016-04-191-0/+17
|/ / /
* | | fixes #3859Andreas Rumpf2016-04-041-0/+16
* | | fixes #3731Andreas Rumpf2016-04-041-0/+15
* | | fixes #3561, fixes #2409Andreas Rumpf2016-04-041-0/+52
* | | fixes #3804Andreas Rumpf2016-04-041-0/+28
* | | fixes #1152Andreas Rumpf2016-04-031-0/+48
* | | fixes #3973Andreas Rumpf2016-04-031-0/+29
* | | fixes #3995Andreas Rumpf2016-04-031-0/+24
* | | Add parseUInt and parseBiggestUInt functions to stdlib (parseutils, strutils)Anatoly Galiulin2016-03-301-0/+11
|/ /
* | made tests green againAndreas Rumpf2016-03-292-4/+1
* | fixed regressionsAndreas Rumpf2016-03-292-15/+14
* | fixes #3998Andreas Rumpf2016-03-281-0/+19
* | Define ports as uint16s to fix #3484Josep Sanjuas2016-03-271-1/+1
* | add test for shallow seq copyJacek Sieka2016-03-231-0/+17
* | Removed local TAU constant.gmpreussner2016-03-171-1/+0
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-03-011-1/+1
|\ \
| * | Fixed bad JS codegen for new json with tables. Added json to JS tests.Yuriy Glukhov2016-02-291-1/+1
* | | fixes #3669Andreas Rumpf2016-03-011-0/+13
* | | fixes #3686Andreas Rumpf2016-03-011-0/+13
|/ /
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-02-292-3/+3
|\ \
| * | SpellcheckFederico Ceratto2016-02-292-3/+3
* | | make tests green againAndreas Rumpf2016-02-291-1/+1
|/ /
* | use 'using' instead of 'sig' keyword; cleans up new features a bitAndreas Rumpf2016-02-298-11/+50
* | Merge pull request #3810 from def-/json-speedupAndreas Rumpf2016-02-252-6/+6
|\ \
| * | Fix tmitems test for changed behaviour of jsondef2016-02-241-2/+2
| * | Fix test cases for JSON object changesdef2016-02-242-5/+5
* | | Consistently use Channel instead of TChanneldef2016-02-255-6/+6
|/ /
* | Merge pull request #3831 from ephja/nimrod-to-nimAndreas Rumpf2016-02-061-1/+1
|\ \
| * | nimrod -> nimErik Johansson Andersson2016-02-051-1/+1
* | | Merge pull request #3106 from def-/deprecationAndreas Rumpf2016-02-0617-28/+16
|\ \ \ | |/ / |/| |
| * | Fix a few deprecation warningsdef2016-01-2517-28/+16
* | | fixes #3799Andreas Rumpf2016-01-301-0/+49
* | | added test case for #3736Andreas Rumpf2016-01-301-0/+9
* | | fixes #3794Andreas Rumpf2016-01-301-0/+12
* | | Fixed issue 3539, added testAnatoly Galiulin2016-01-281-0/+39
|/ /
* | Merge pull request #3760 from yglukhov/js-unicode-2Andreas Rumpf2016-01-221-15/+69
|\ \
| * | Fixed unicode strings in JSYuriy Glukhov2016-01-221-15/+69
* | | JS: Corrected shift operators. Made casting between ints behave like C does.Yuriy Glukhov2016-01-222-7/+34
|/ /
* | Unsigned arith corrected for JSYuriy Glukhov2016-01-212-11/+25
* | Merge branch 'devel' of https://github.com/nim-lang/Nim into develAraq2016-01-181-1/+68
|\ \
| * | More postgres test code. Added getValue for PreparedStmts.Dominik Picheta2016-01-181-1/+68