| Commit message (Expand) | Author | Age | Files | Lines |
* | make devel green again: tnetdial still doesn't work on Travis | narimiran | 2020-02-25 | 1 | -0/+1 |
* | fix 3 minor bugs in joinPath (see #13455) (#13462) [backport] | Andrey Makarov | 2020-02-23 | 1 | -0/+4 |
* | relativePath("foo", "foo") is now ".", not "" (#13452) | Timothee Cour | 2020-02-22 | 1 | -4/+8 |
* | fix several bugs with `repr` (#13386) | Timothee Cour | 2020-02-11 | 1 | -2/+2 |
* | fix #6736: templates in unittest now show actual value (#13354) | Miran | 2020-02-07 | 1 | -0/+25 |
* | fix #13132 tnetdial (#13318) | Timothee Cour | 2020-02-04 | 1 | -2/+2 |
* | fix lots of bugs with parentDir, refs #8734 (#13236) | Timothee Cour | 2020-01-23 | 1 | -5/+5 |
* | new os.isRelativeTo (#13212) | Timothee Cour | 2020-01-23 | 1 | -0/+12 |
* | fix #13211 relativePath("foo", ".") (#13213) | Timothee Cour | 2020-01-21 | 1 | -0/+4 |
* | maybe: allows optional chaining of field access and indexing when LHS i snil ... | Timothee Cour | 2020-01-18 | 1 | -0/+82 |
* | distinctBase type trait for distinct types (#13031) | cooldome | 2020-01-08 | 2 | -38/+16 |
* | clean up deprecated stuff and unused imports in tests (#13059) | Miran | 2020-01-07 | 1 | -1/+3 |
* | Rst parser respect `:start-after:` and `:end-before:` in `include` directive ... | Kamanji | 2020-01-05 | 1 | -0/+79 |
* | add a StringTable.clear that requires no mode specification (#12853) | Andy Davidoff | 2019-12-09 | 1 | -0/+3 |
* | better support for PROGMEM like annotations for lets/vars; fixes #12216 (#12799) | Andreas Rumpf | 2019-12-05 | 1 | -1/+1 |
* | #12103 - CI for FreeBSD (#12179) | Euan | 2019-11-29 | 1 | -1/+1 |
* | fixes #12612 [backport] (#12681) | Andreas Rumpf | 2019-11-19 | 1 | -0/+8 |
* | Version of trimZeros without temp strings (#12633) | b3liever | 2019-11-11 | 1 | -0/+36 |
* | remove deprecated procs (#12535) | Andreas Rumpf | 2019-11-05 | 1 | -28/+1 |
* | [feature]strformat: add 2 'fmt' macros that use specified characters instead ... | Tomohiro | 2019-10-28 | 1 | -0/+32 |
* | Extent json.to testing to VM, add workrounds for VM bugs. (#12493) | Arne Döring | 2019-10-28 | 1 | -116/+122 |
* | Refactor json macro (#12391) | Arne Döring | 2019-10-17 | 2 | -22/+41 |
* | About 50% faster base64 implemention. (#12436) | treeform | 2019-10-17 | 1 | -0/+44 |
* | On windows, os.relativePath returns path as is when roots are different (#12329) | Tomohiro | 2019-10-07 | 1 | -0/+15 |
* | azure: disable failing tests | Leorize | 2019-10-03 | 1 | -2/+1 |
* | Fix how `relativePath` handle case sensitiviy (#12312) [backport] | Tomohiro | 2019-10-01 | 1 | -0/+4 |
* | More of StringStream now works at compile time (#12284) | Clyybber | 2019-09-29 | 1 | -0/+11 |
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 5 | -6/+6 |
* | Locks modules should give a compile error when threads are not enabled. (#12231) | Ray Imber | 2019-09-26 | 1 | -0/+1 |
* | fixes #11713, fixes #1034 | Araq | 2019-09-04 | 1 | -0/+20 |
* | makes more tests green | Andreas Rumpf | 2019-09-02 | 1 | -7/+7 |
* | fixes #12015 by also checking kind of `typeNode` (#12016) | Vindaar | 2019-08-27 | 1 | -0/+36 |
* | Fixes splitfile (#11918) [bugfix] | pgkos | 2019-08-15 | 1 | -0/+1 |
* | Fix issue #10726 - HTTP response without Content-Length is not accessible (#1... | konradmb | 2019-08-08 | 1 | -28/+40 |
* | tgetaddrinfo: disable ICMP tests for Haiku | Leorize | 2019-08-04 | 1 | -1/+1 |
* | tgetaddrinfo: use sizeof() instead of hardcoding | Leorize | 2019-08-04 | 1 | -3/+3 |
* | fixes #11723 | Araq | 2019-07-15 | 1 | -0/+18 |
* | [bugfix] fix #11588, don't check if SharedTable is initialized | narimiran | 2019-06-26 | 1 | -0/+14 |
* | [feature] Added os.delEnv; add delEnv support to nimscript too (#11466) | Kaushal Modi | 2019-06-15 | 1 | -0/+13 |
* | Attempt to close https://github.com/nim-lang/Nim/issues/11430 | Charles Blake | 2019-06-12 | 1 | -7/+14 |
* | Use TMPDIR env var if available to get the temp dir name (#11443) [bugfix] | Kaushal Modi | 2019-06-10 | 1 | -0/+12 |
* | Bit operator names 2 (#11413) | Arne Döring | 2019-06-06 | 1 | -1/+37 |
* | fixes #11369 (#11381) | Andreas Rumpf | 2019-06-02 | 1 | -0/+7 |
* | move test for #7632 above `import strformat` (#11270) | jcosborn | 2019-05-20 | 1 | -10/+11 |
* | fixes #10952, UNC paths (#11260) | Miran | 2019-05-16 | 1 | -0/+9 |
* | fixes #7816 (#11261) | Andreas Rumpf | 2019-05-15 | 1 | -1/+10 |
* | Allow for locale-based parsing/formatting of dates (#11170) | Matt Haggard | 2019-05-08 | 1 | -0/+27 |
* | fixes another regression; the behaviour of 'array' formatting was changed | Araq | 2019-04-15 | 1 | -0/+8 |
* | fixes #11012 | Araq | 2019-04-15 | 2 | -22/+18 |
* | rst: parse brackets individually, fixes #10475 (#10997) | Miran | 2019-04-10 | 1 | -0/+12 |