summary refs log tree commit diff stats
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* relativePath("foo", "foo") is now ".", not "" (#13452)Timothee Cour2020-02-221-4/+8
* fix several bugs with `repr` (#13386)Timothee Cour2020-02-111-2/+2
* fix #6736: templates in unittest now show actual value (#13354)Miran2020-02-071-0/+25
* fix #13132 tnetdial (#13318)Timothee Cour2020-02-041-2/+2
* fix lots of bugs with parentDir, refs #8734 (#13236)Timothee Cour2020-01-231-5/+5
* new os.isRelativeTo (#13212)Timothee Cour2020-01-231-0/+12
* fix #13211 relativePath("foo", ".") (#13213)Timothee Cour2020-01-211-0/+4
* maybe: allows optional chaining of field access and indexing when LHS i snil ...Timothee Cour2020-01-181-0/+82
* distinctBase type trait for distinct types (#13031)cooldome2020-01-082-38/+16
* clean up deprecated stuff and unused imports in tests (#13059)Miran2020-01-071-1/+3
* Rst parser respect `:start-after:` and `:end-before:` in `include` directive ...Kamanji2020-01-051-0/+79
* add a StringTable.clear that requires no mode specification (#12853)Andy Davidoff2019-12-091-0/+3
* better support for PROGMEM like annotations for lets/vars; fixes #12216 (#12799)Andreas Rumpf2019-12-051-1/+1
* #12103 - CI for FreeBSD (#12179)Euan2019-11-291-1/+1
* fixes #12612 [backport] (#12681)Andreas Rumpf2019-11-191-0/+8
* Version of trimZeros without temp strings (#12633)b3liever2019-11-111-0/+36
* remove deprecated procs (#12535)Andreas Rumpf2019-11-051-28/+1
* [feature]strformat: add 2 'fmt' macros that use specified characters instead ...Tomohiro2019-10-281-0/+32
* Extent json.to testing to VM, add workrounds for VM bugs. (#12493)Arne Döring2019-10-281-116/+122
* Refactor json macro (#12391)Arne Döring2019-10-172-22/+41
* About 50% faster base64 implemention. (#12436)treeform2019-10-171-0/+44
* On windows, os.relativePath returns path as is when roots are different (#12329)Tomohiro2019-10-071-0/+15
* azure: disable failing testsLeorize2019-10-031-2/+1
* Fix how `relativePath` handle case sensitiviy (#12312) [backport]Tomohiro2019-10-011-0/+4
* More of StringStream now works at compile time (#12284)Clyybber2019-09-291-0/+11
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-275-6/+6
* Locks modules should give a compile error when threads are not enabled. (#12231)Ray Imber2019-09-261-0/+1
* fixes #11713, fixes #1034Araq2019-09-041-0/+20
* makes more tests greenAndreas Rumpf2019-09-021-7/+7
* fixes #12015 by also checking kind of `typeNode` (#12016)Vindaar2019-08-271-0/+36
* Fixes splitfile (#11918) [bugfix]pgkos2019-08-151-0/+1
* Fix issue #10726 - HTTP response without Content-Length is not accessible (#1...konradmb2019-08-081-28/+40
* tgetaddrinfo: disable ICMP tests for HaikuLeorize2019-08-041-1/+1
* tgetaddrinfo: use sizeof() instead of hardcodingLeorize2019-08-041-3/+3
* fixes #11723Araq2019-07-151-0/+18
* [bugfix] fix #11588, don't check if SharedTable is initializednarimiran2019-06-261-0/+14
* [feature] Added os.delEnv; add delEnv support to nimscript too (#11466)Kaushal Modi2019-06-151-0/+13
* Attempt to close https://github.com/nim-lang/Nim/issues/11430Charles Blake2019-06-121-7/+14
* Use TMPDIR env var if available to get the temp dir name (#11443) [bugfix]Kaushal Modi2019-06-101-0/+12
* Bit operator names 2 (#11413)Arne Döring2019-06-061-1/+37
* fixes #11369 (#11381)Andreas Rumpf2019-06-021-0/+7
* move test for #7632 above `import strformat` (#11270)jcosborn2019-05-201-10/+11
* fixes #10952, UNC paths (#11260)Miran2019-05-161-0/+9
* fixes #7816 (#11261)Andreas Rumpf2019-05-151-1/+10
* Allow for locale-based parsing/formatting of dates (#11170)Matt Haggard2019-05-081-0/+27
* fixes another regression; the behaviour of 'array' formatting was changedAraq2019-04-151-0/+8
* fixes #11012Araq2019-04-152-22/+18
* rst: parse brackets individually, fixes #10475 (#10997)Miran2019-04-101-0/+12
* Strformat symbol binding (#10927)Arne Döring2019-04-053-2/+74
* fixes json.nim regressionAndreas Rumpf2019-03-291-4/+0