summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* test case for #2416 (#7649)genotrance2018-04-182-0/+3
* eqIdent new returns false on non identifier types (#7629)Arne Döring2018-04-171-0/+17
* osproc: fix double close on POSIX (#5724)Michał Zieliński2018-04-161-0/+24
* Timeinterval optimization (#7608)Oscar Nihlgård2018-04-161-21/+24
* move eqIdent to vm.nim (#7585)Arne Döring2018-04-151-0/+42
* rename SomeReal to SomeFloat (#7617)Arne Döring2018-04-151-4/+4
* Fix cmpStrings in js mode (#7604)treeform2018-04-151-0/+9
* implements first version of for-loop macrosAndreas Rumpf2018-04-151-0/+44
* fixes #7451 (#7575)RSDuck2018-04-141-11/+90
* make JS tests green againAndreas Rumpf2018-04-141-1/+1
* fixes #4470Andreas Rumpf2018-04-131-1/+11
* introduce nkTupleConstr AST node for unary tuple construction; breaking changeAndreas Rumpf2018-04-131-1/+13
* Fix some usages of typedesc in async procsZahary Karadjov2018-04-131-6/+37
* Sub second time resolution (#6978)Oscar Nihlgård2018-04-132-30/+60
* fixes #3948Andreas Rumpf2018-04-121-0/+8
* Add column number to instantiation info (#7376)PMunch2018-04-121-1/+1
* unittest: default no color if stdout is not a tty (#7424)Xiao-Yong2018-04-121-1/+1
* Added count(*) support to sql parser. Fixed warnings in sql parser. (#7490)treeform2018-04-121-5/+24
* Added a few useful os calls to VM (#7440)genotrance2018-04-121-3/+21
* Get symbol kind (#7491)Arne Döring2018-04-113-95/+97
* Add a few useful os calls to nimscript (#7442)genotrance2018-04-101-0/+47
* Cpp codegen: handling of imported exceptions. Fixes #3571 (#7360)cooldome2018-04-101-0/+134
* Fix compile time set cardinality (#7558)Oscar Nihlgård2018-04-101-0/+4
* make tests green againAraq2018-04-071-1/+1
* Fix parser bug with type classes (#7480)Oscar Nihlgård2018-04-061-0/+17
* fixes #7528Araq2018-04-061-0/+14
* added the 'x.p[:T]' notation for explicit generic instantiations in combinati...Araq2018-04-061-1/+7
* semcheck negative array length (#7518)Oscar Nihlgård2018-04-061-0/+4
* fixes #6843Araq2018-04-061-0/+29
* fixes a regression about static object case variant checkingAraq2018-04-061-0/+30
* Fixes #7407 (#7427)cooldome2018-04-061-5/+14
* Fixes #5281 (#7489)Dmitry Atamanov2018-04-061-6/+5
* Merge pull request #7450 from cabhishek/develDominik Picheta2018-04-041-0/+15
|\
| * Fixes #6902Abhishek Kapatkar2018-03-301-0/+15
* | Fixes #7473 (#7475)Arne Döring2018-04-042-11/+10
* | Merge pull request #7495 from GULPF/fix-fill-bugDominik Picheta2018-04-041-11/+0
|\ \
| * | Move algorithm tests away from kochOscar Nihlgård2018-04-041-11/+0
* | | Merge pull request #7336 from yglukhov/ipaddr-sockaddr-conversionsDominik Picheta2018-04-021-1/+31
|\ \ \
| * | | Fixed crash/interface. Added tests.Yuriy Glukhov2018-03-151-1/+31
* | | | Comparing datetimesdata-man2018-04-011-1/+9
| |_|/ |/| |
* | | Fixes #7433.Dominik Picheta2018-03-291-0/+15
* | | fixes #7414 (#7434)cooldome2018-03-291-1/+21
* | | added toOpenArray builtin for zero-copy slices; syntax sugar yet to comeAraq2018-03-241-1/+28
* | | Static[T] fixes (#7333)zah2018-03-249-13/+176
* | | fixes the 'var T' checkingAndreas Rumpf2018-03-241-4/+8
* | | enforce 'var T' produces a view into the first parameter; refs #7373Andreas Rumpf2018-03-241-0/+12
* | | more checking for 'var T' as return type; refs #7373Andreas Rumpf2018-03-242-1/+13
* | | fixes #7392 (#7395)cooldome2018-03-232-1/+8
* | | Fixes #7363 (#7371)cooldome2018-03-201-0/+14
* | | disable flaky fragmenation test for AppVeyorAraq2018-03-191-0/+1