summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Tests: JS: Times: Fix text so that it works in timezones other then UTC+4.Konstantin Molchanov2017-03-291-3/+4
| | * | | Tests: Times: JS: Add test for timestamp persistence.Konstantin Molchanov2017-03-271-1/+9
| | * | | Tests: Times: JS: Local timezone assignment during Time to TimeInfo conversion.Konstantin Molchanov2017-03-271-0/+4
| | * | | Tests: Times: JS: Fix test.Konstantin Molchanov2017-03-271-1/+1
| | * | | Tests: Times: JS: Add test for yearday attribute.Konstantin Molchanov2017-03-271-0/+13
| * | | | fixes #5628Araq2017-03-301-0/+29
| | |/ / | |/| |
| * | | JS: Add yearday calculation to getLocalTime and getGMTime, so that yearday is...Konstantin Molchanov2017-03-291-0/+13
* | | | another attempt to get travis greenAndreas Rumpf2017-03-291-13/+0
* | | | attempt to make travis OSX tests green and mandatoryAndreas Rumpf2017-03-291-0/+1
|/ / /
* / / Fix tioselectors.nim test timeouts to be executed in appveyor more stable. (#...Eugene Kabanov2017-03-291-4/+4
|/ /
* / compiler: better error messages (#5613)Andreas Rumpf2017-03-265-6/+6
|/
* fixes #5597; wrong eager template instantiation in generic context (#5601)Andreas Rumpf2017-03-241-0/+13
* Deques compilation error fix (#5591)Dmitriy Fomichev2017-03-241-0/+17
* Fix posix version of moveFile between different filesystems (#5580)Anatoly Galiulin2017-03-231-0/+1
* fixes #5241, fixes #5411 inherit from specialized generic typeRel problem (#5...andri lim2017-03-231-0/+65
* Fixes #4719. (#5585)Eugene Kabanov2017-03-232-0/+58
* Fix generic forward declarations; fixes #4104; fixes #4908 (#5566)zah2017-03-232-10/+24
* fix taliasinequality test case (#5587)andri lim2017-03-221-6/+6
* Reduce the scope of stackTrace var (#5583)Ruslan Mustakov2017-03-221-0/+7
* Update testament to include all tests from tests/threads category. (#5576)Eugene Kabanov2017-03-204-19/+8
* add test case for getAst regressionAndreas Rumpf2017-03-201-0/+23
* revert getAst handling to not use overloading resolutionAndreas Rumpf2017-03-201-1/+1
* fix #5296 (#5565)zah2017-03-191-0/+14
* overloading resolution for getAst; breaking changeAraq2017-03-182-4/+23
* fixes #5228Andreas Rumpf2017-03-182-1/+3
* fixes #4756 (#5557)zah2017-03-171-0/+16
* Fixes to support Dragonfly BSD. (#5552)Eugene Kabanov2017-03-172-6/+8
* Added clear() function for OrderedSet and HashSet. (#5545)GrundleTrundle2017-03-161-0/+42
* fixes #5360, fixes #5238 (#5539); fixes type alias inequality for types comin...andri lim2017-03-162-0/+116
* Fixes #5062 (#5527); JS: holes in enumsSilvio2017-03-157-16/+92
* fixes #5231 inheriting from partial specialized generic object (#5538)andri lim2017-03-151-0/+43
* fixes #5264 (#5520); inheriting from generic objectandri lim2017-03-145-0/+151
* add bitops module for optimized bit manipulation. (#5201)Parashurama2017-03-144-0/+339
* asyncdispatch.nim recursion test. (#5534)Eugene Kabanov2017-03-141-0/+21
* fix varargs forwarding for templates; fixes #5455 (#5505)zah2017-03-131-0/+37
* Fixes incorrect fd==0 test on Unix; Conserves handles by default. (#5512)c-blake2017-03-121-1/+1
* Fixes #5167 and related problems (#5475)zah2017-03-127-2/+101
* don't allow casting to non-concrete types; fixes #5428 (#5502)zah2017-03-121-0/+47
* fixes #5467Araq2017-03-071-1/+25
* fixes #5478Araq2017-03-061-0/+22
* close #5472 nre tests should be run (#5474)Florent2017-03-041-0/+22
* Make countLines() the same as len(splitLines(s)) (#5470)Simon Krauter2017-03-031-1/+1
* More robust tests for #5453 (#5469)Florent2017-03-031-14/+9
* Add compute proc for SharedTable (#5385)Ruslan Mustakov2017-03-021-1/+25
* Fix sigsegv in getTypeImpl for unnamed tuple (#5440)Fabian Keller2017-03-021-0/+4
* Fix waiting on coroutines (#5463)Rokas Kupstys2017-03-022-0/+20
* fixes #5444 - nre.findIter keeps searching when no match is possible (#5453)Florent2017-03-021-0/+19
* Add gethostname to nativesockets (#5443)Federico Ceratto2017-03-011-0/+8
* Merge pull request #5317 from rokups/feature/coroutinesAndreas Rumpf2017-02-266-0/+65
|\
| * Proper use of sequences in coroutine testsRokas Kupstys2017-02-242-11/+8