summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'devel' into sighashesAraq2016-12-173-50/+71
|\
| * Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-12-173-50/+54
| |\
| | * Merge pull request #5096 from cheatfate/sup5094Andreas Rumpf2016-12-172-50/+49
| | |\ | | | | | | | | Support android compilation of ioselectors.
| | | * Fix compilation errors and enable async events on partially supported systems.cheatfate2016-12-072-50/+49
| | | |
| * | | reworked emit pragma; fixes #4730Andreas Rumpf2016-12-171-0/+22
| | |/ | |/|
* | | disable not implemented test for sighashesAraq2016-12-131-4/+5
| | |
* | | make tos.nim green on WindowsAraq2016-12-131-4/+7
| | |
* | | make tvarargsuntyped test deterministic, independent of compiler's hashing orderAraq2016-12-131-1/+2
| | |
* | | make tsigbreak.nim compileAndreas Rumpf2016-12-121-0/+28
| | |
* | | fixes serious codegen regression that caused Nimble to misbehaveAraq2016-12-101-0/+47
| | |
* | | Merge branch 'devel' into sighashesAraq2016-12-061-0/+5
|\ \ \ | | |/ | |/|
| * | make sure first call to running() after process exit returns falseJohannes Hofmann2016-12-031-0/+5
| |/
* | real world examples compileAndreas Rumpf2016-12-061-0/+1
| |
* | Merge branch 'devel' into sighashesAndreas Rumpf2016-12-062-2/+44
|\|
| * Merge pull request #5080 from FedericoCeratto/httpheadersDominik Picheta2016-12-011-0/+28
| |\ | | | | | | Add HTTP header deletion, improve tests
| | * Add HTTP header deletion, improve testsFederico Ceratto2016-12-011-0/+28
| | |
| * | Merge pull request #5074 from nigredo-tori/fix-5073Andreas Rumpf2016-12-011-2/+16
| |\ \ | | | | | | | | Make xmltree.innerText recursive, define for all node kinds
| | * | Rewrite xmltools.innerTextDmitry Polienko2016-11-301-2/+16
| | | | | | | | | | | | | | | | Make it recursive, define for node types other than xnElement
* | | | Merge branch 'devel' into sighashesAraq2016-12-015-0/+56
|\| | |
| * | | attempt to make travis green againAraq2016-12-011-1/+1
| | | |
| * | | fixes #5081Araq2016-12-011-0/+3
| | |/ | |/|
| * | fixes #5055Araq2016-11-301-0/+14
| | |
| * | fixes #5079Araq2016-11-301-0/+25
| | |
| * | fixes #5076Araq2016-11-302-0/+14
| |/
* | sighashes: make more tests greenAraq2016-11-291-6/+3
| |
* | further progress; more tests are greenAraq2016-11-281-1/+1
|/
* Added deques module, deprecating queuesRuslan Mustakov2016-11-243-10/+10
|
* recursive modules are only detected to improve error messagesAndreas Rumpf2016-11-243-6/+5
|
* make tests green againAndreas Rumpf2016-11-244-4/+4
|
* reverted deepcopy fix for nowAndreas Rumpf2016-11-241-0/+1
|
* disallow recursive module dependenciesAraq2016-11-236-4/+14
|
* Merge pull request #5036 from flyx/tablesdelfixAndreas Rumpf2016-11-191-1/+24
|\ | | | | Fixes #5035
| * Fixes #5035Felix Krause2016-11-181-1/+24
| |
* | added test case for deepcopyAndreas Rumpf2016-11-191-0/+94
|/
* Parse 'Z' as valid timezone if offset is expectedFelix Krause2016-11-141-0/+4
|
* Improved `-`; fixed testsFelix Krause2016-11-141-2/+2
| | | | | | * added prefix `-` operator for TimeInterval * improved `-` for both TimeInterval and TimeInfo * Fixed a DST test
* Fixed daylight saving timeFelix Krause2016-11-141-1/+22
| | | | | | | | | * When formatting timezone, substract 1 hour from timezone when isDST * Do not depend DST in current timezone when parsing arbitrary date because formatted timestamps are never in DST. * On the way, removed an unnecessary line in parsing code which could cause bugs. * Added DST tests
* Fixed timezone rendering, added testFelix Krause2016-11-101-0/+12
|
* Merge pull request #5002 from goldenreign/time-compare-nosideeffectAndreas Rumpf2016-11-071-0/+11
|\ | | | | Add 'noSideEffect' pragma for Time type's operators. Fixes #4981
| * Add 'noSideEffect' pragma for Time type's operatorsgoldenreign2016-11-071-0/+11
| |
* | Merge pull request #4984 from flyx/timezonefixAndreas Rumpf2016-11-071-51/+66
|\ \ | |/ |/| Fixed timezone handling
| * Use ISO 8601 format for times.`$`. Fixed tests.Felix Krause2016-11-011-51/+66
| | | | | | | | | | | | * `$` now uses format() with explicit time zone. * Fixed errors in rendering "z", "zz" and "zzz" * Updated tests
| * Removed tzname because it's brokenFelix Krause2016-11-011-12/+12
| | | | | | | | | | | | | | * No mapping between TimeInfo.tzname and TimeInfo.timezone * tzname of time.h is not well-defined, may have almost arbitrary length, and localization may differ * Code used hardcoded "UTC" string
* | async all() now immediately completes if arg is emptyRuslan Mustakov2016-11-031-0/+9
|/
* Merge pull request #4980 from jlp765/tostringAndreas Rumpf2016-11-011-0/+2
|\ | | | | Add nill value handling for seq/sets to system.CollectionToString()
| * add test: echo a seq with a nil valuejlp7652016-11-011-0/+2
| |
* | Merge branch 'braces' into refactor-identcacheAraq2016-10-311-0/+432
|\ \ | |/ |/|
| * implements #?braces syntaxAraq2016-10-161-0/+432
| |
* | add testandri lim2016-10-271-0/+13
| |
* | Merge pull request #4924 from nigredo-tori/fix-4917Andreas Rumpf2016-10-241-0/+22
|\ \ | | | | | | Make createDir return discardable bool