summary refs log tree commit diff stats
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7624 from skilchen/fix-issue7620Dominik Picheta2018-05-031-0/+6
|\
| * there is no hour 0 in am/pm timeskilchen2018-04-161-0/+6
* | make more tests greenAraq2018-04-301-1/+0
* | update the documentation about the new strings/seqs behavioursAndreas Rumpf2018-04-291-1770/+0
* | Rename `Time.nanoseconds` to `nanosecond` (#7673)Oscar Nihlgård2018-04-251-2/+6
* | Add `fromWinTime` and deprecate `unixTimeToWinTime`/`winTimeToUnixTime` (#7641)Oscar Nihlgård2018-04-191-1/+8
|/
* Timeinterval optimization (#7608)Oscar Nihlgård2018-04-161-21/+24
* Sub second time resolution (#6978)Oscar Nihlgård2018-04-131-26/+57
* Added count(*) support to sql parser. Fixed warnings in sql parser. (#7490)treeform2018-04-121-5/+24
* Merge pull request #7450 from cabhishek/develDominik Picheta2018-04-041-0/+15
|\
| * Fixes #6902Abhishek Kapatkar2018-03-301-0/+15
* | 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
|/
* Resolves #5588: adds openFileStream proc that throws on failure (#7282)twetzel592018-03-041-0/+10
* Fix date parsing for a bad inputsdata-man2018-02-191-0/+49
* Fix `json.to` for types with generic parametersOscar Nihlgård2018-02-111-1/+8
* Merge pull request #6517 from FedericoCeratto/hexstrDominik Picheta2018-01-261-0/+18
|\
| * Add string-to-hex and back conversionsFederico Ceratto2017-11-271-0/+18
* | fixes #7078Araq2018-01-142-3/+3
* | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2018-01-111-0/+24
|\ \
| * \ 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
|/ / /
* / / Add test caseOscar Nihlgård2018-01-091-0/+13
|/ /
* | memfiles: enable test; refs #6361Araq2018-01-031-2/+0
* | 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
* | Better times module (#6552)GULPF2017-12-181-156/+210
* | Merge branch 'parsesql' of https://github.com/treeform/Nim into treeform-pars...Araq2017-12-151-0/+191
|\ \
| * | fixtreeform2017-12-141-296/+111
| * | fixtreeform2017-12-141-435/+373
| * | fixtreeform2017-12-141-0/+438
* | | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2017-12-152-2/+2
|\| |
| * | Improved collection-to-string behavior (#6825)Fabian Keller2017-12-142-2/+2
* | | added SQL parser testAndreas Rumpf2017-12-142-0/+310
|/ /
* | Support all int, uint and float variants in json.to macro.Dominik Picheta2017-11-301-1/+27
* | Fix infinite recursion when using json.to on ref with cycle.Dominik Picheta2017-11-302-3/+22
* | Implement support for JsonNode in json.to.Dominik Picheta2017-11-301-1/+18
* | Implement Table/OrderedTable support for json.to macro.Dominik Picheta2017-11-301-2/+25
* | Implement support for Option[T] in json.to macro. Fixes #5848.Dominik Picheta2017-11-301-2/+23
* | Fixes #6604. Rejects unnamed tuples with error.Dominik Picheta2017-11-302-1/+39
* | Fixes #6095.Dominik Picheta2017-11-301-1/+17
* | Fixes #5856. Code based on @loloiccl's PR (#5879).Dominik Picheta2017-11-301-1/+14
* | Fixes #6223.Dominik Picheta2017-11-281-0/+4
|/