summary refs log tree commit diff stats
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* fixes #8916 by fixing typeinfo and marshal. (#9341)Vindaar2018-10-131-0/+13
* Testament pre parallel (#9137)Jacek Sieka2018-10-121-1/+1
* 8684 add shortcut sort procs (#9174)Konstantin Molchanov2018-10-111-1/+61
* Fix tests on NixOS (#9209) (#9285)xzfc2018-10-101-1/+1
* fix #8341: add lastPathPart (#9116)Timothee Cour2018-10-091-19/+42
* os: use unlink() to remove file (#9220)alaviss2018-10-091-0/+9
* Fix #9126: use splitPath instead of substrYasuhiro Horimoto2018-09-301-0/+14
* Convert *_family fields to cushortLemonBoy2018-09-191-2/+2
* add test caseVindaar2018-09-171-0/+16
* fixes #8911Andreas Rumpf2018-09-161-0/+15
* fixes #8961Araq2018-09-141-1/+10
* closes #5252Araq2018-09-031-0/+19
* Add interpreting event parser proc to pegs module. (#8075)gemath2018-08-241-36/+106
* Cleanup ttimes (#8714)Oscar Nihlgård2018-08-221-101/+72
* Fixes ropes regressions due to the not-nil strings (#8687)Dmitry Atamanov2018-08-201-0/+36
* times.Timezone changes (#8527)Oscar Nihlgård2018-08-171-24/+6
* changes how the now illegal 'string == nil' comparison is detectedAndreas Rumpf2018-08-151-0/+4
* Merge branch 'devel' into araq-miscAraq2018-08-131-1/+8
|\
| * Fixed 7478: splitLines keepEol option (#8621)Iván Montes2018-08-131-1/+8
* | make more tests greenAndreas Rumpf2018-08-134-9/+9
|/
* fixes #8519; implements T.distinctBase to reverse T = distinct A (#8531)Timothee Cour2018-08-101-0/+29
* fix wrong arch defined(osx) (#8492)Timothee Cour2018-08-021-1/+1
* fixes #8468, stdlib.encodings.convert not crash anymore on windows (#8470)andri lim2018-07-301-0/+21
* fixes #8037, json.to support object with distinct types (#8086)andri lim2018-07-191-3/+102
* New implementations of times.parse & times.format (#8094)Oscar Nihlgård2018-07-091-61/+149
* Add normalizePath and testsFederico Ceratto2018-07-061-0/+62
* Merge branch 'araq-devel' of github.com:nim-lang/Nim into araq-develAndreas Rumpf2018-07-061-2/+3
|\
| * make tmemfile2 work againAraq2018-07-061-2/+3
* | make tests green againAndreas Rumpf2018-07-061-1/+1
|/
* make test green for OSXAndreas Rumpf2018-07-061-2/+5
* Merge branch 'devel' into araq-develAndreas Rumpf2018-07-041-0/+41
|\
| * Fix os.unixToNativePath proc returns wrong result(#8179) (#8181)Tomohiro2018-07-021-0/+41
* | system.nim: remove deprecated symbolsAndreas Rumpf2018-06-281-2/+2
|/
* Pegs AST read access (#8050)gemath2018-06-191-0/+78
* Add MemMapFileStream. Fixes in memFiles. (#7944)Dmitry Atamanov2018-06-142-1/+55
* Add parse bin int, fixes #8018 (#8020)Vindaar2018-06-131-1/+48
* Fixed compilation error when Sockaddr_in4 or Sockaddr_in6 passed to fromSockAddrYuriy Glukhov2018-06-071-0/+12
* Fix strformat neg zero (#7954)skilchen2018-06-051-0/+8
* Fix strformat precision handling for strings (#7941)skilchen2018-06-041-0/+26
* Use higher time resolution when available in os.nim (#7709)Oscar Nihlgård2018-06-041-0/+10
* fix strformat zeropadding for floats (#7934)skilchen2018-06-011-1/+10
* Added: type name output when exception raised from unittest (#7869)七秒不觉梦2018-05-281-0/+10
* 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