| Commit message (Expand) | Author | Age | Files | Lines |
* | fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ... | Timothee Cour | 2020-03-13 | 7 | -9/+7 |
* | catchable defects (#13626) | Andreas Rumpf | 2020-03-12 | 13 | -33/+204 |
* | rename `lenTuple` and `lenVarargs` (#13639) | Miran | 2020-03-12 | 2 | -6/+6 |
* | Fix #12676 (#13634) | genotrance | 2020-03-12 | 1 | -7/+15 |
* | unicode.split: Fix the splitting when a Rune separator is used [backport] (#1... | Kaushal Modi | 2020-03-12 | 1 | -14/+11 |
* | Add more JS stuff to dom.nim (#13483) | treeform | 2020-03-11 | 1 | -26/+45 |
* | fix #13310, Deque misbehaves on VM (#13625) | Miran | 2020-03-11 | 1 | -2/+15 |
* | fixes #13558: toDateTime buggy on 29th, 30th and 31th of each month; breaking... | Timothee Cour | 2020-03-11 | 1 | -13/+3 |
* | fixes async regression | Araq | 2020-03-11 | 1 | -1/+1 |
* | fixes #13519 | Araq | 2020-03-11 | 3 | -3/+3 |
* | add expectIdent to macros (#12778) | Arne Döring | 2020-03-11 | 1 | -0/+7 |
* | fixed to jsonArrayEnd comment. (#13624) | めぐみ発動機 (isVowel / GreenWing) | 2020-03-11 | 1 | -1/+1 |
* | fix operators containing percent for VM usage (#13536) | Arne Döring | 2020-03-11 | 2 | -59/+77 |
* | fixes #13607 | Araq | 2020-03-10 | 1 | -6/+4 |
* | hotfix: make --useVersion:1.0 work | Araq | 2020-03-10 | 1 | -1/+2 |
* | fix #12508, unaligned access on sparc64 (#13594) | Miran | 2020-03-09 | 1 | -1/+1 |
* | fixes #13605 (#13611) | Andreas Rumpf | 2020-03-09 | 1 | -4/+5 |
* | Add isValidFilename (#13561) | Juan Carlos | 2020-03-07 | 1 | -0/+68 |
* | Implement file streaming for httpclient's MultipartData (#12982) | Zed | 2020-03-06 | 2 | -147/+212 |
* | Fix #13573 and #13574 (#13575) | Andrea Ferretti | 2020-03-06 | 1 | -4/+8 |
* | Revert broken asynchttpserver FutureStream additions. | Dominik Picheta | 2020-03-06 | 1 | -145/+31 |
* | Removed simpleGetOrDefault (#13590) | Andreas Rumpf | 2020-03-05 | 1 | -2/+4 |
* | fix #13579 joinPath("/foo/", "../a") is now /a (#13586) | Andreas Rumpf | 2020-03-05 | 2 | -0/+6 |
* | sink parameter inference for types that have destructors (#13544) | Andreas Rumpf | 2020-03-04 | 2 | -2/+4 |
* | std/compilesettings implementation (#13584) | Andreas Rumpf | 2020-03-04 | 1 | -0/+54 |
* | Fix docgen snippet numbering (#13507) | genotrance | 2020-03-03 | 1 | -1/+1 |
* | Remove dead magics (#13551) | Arne Döring | 2020-03-03 | 2 | -12/+12 |
* | make genericParams support static[T] generic params (#13433) | Timothee Cour | 2020-03-02 | 1 | -6/+28 |
* | fixes #13543 and added times.isLeapDay (#13547) | Timothee Cour | 2020-03-01 | 1 | -0/+13 |
* | Update pegs.nim to work at compiletime. No range errors. (#13459) | solo989 | 2020-02-27 | 1 | -164/+186 |
* | cleanup Ordinal (#13501) | Timothee Cour | 2020-02-27 | 4 | -8/+16 |
* | tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of test... | Timothee Cour | 2020-02-26 | 5 | -25/+44 |
* | added operateOn to sugar.nim to give Nim the chaining mechanism it de… (#13... | Andreas Rumpf | 2020-02-26 | 3 | -28/+134 |
* | xmltree: Make indentation consistent with any num of children nodes (#13482) | Kaushal Modi | 2020-02-26 | 1 | -34/+135 |
* | fix #13455 ; joinPath(a,b) now honors trailing slashes in b (or a if b = "") ... | Timothee Cour | 2020-02-26 | 1 | -13/+19 |
* | Documentation staticRead maximum file size limits (#13485) | Juan Carlos | 2020-02-26 | 1 | -0/+3 |
* | Minor doc change in macros, future -> sugar (#13475) [ci skip] | hlaaftana | 2020-02-24 | 1 | -1/+1 |
* | fix 3 minor bugs in joinPath (see #13455) (#13462) [backport] | Andrey Makarov | 2020-02-23 | 2 | -2/+4 |
* | relativePath("foo", "foo") is now ".", not "" (#13452) | Timothee Cour | 2020-02-22 | 1 | -3/+14 |
* | Consider proc as a pointer type in options (#13460) | hlaaftana | 2020-02-21 | 1 | -3/+12 |
* | fixes #13457 (#13458) | Andreas Rumpf | 2020-02-21 | 1 | -10/+11 |
* | make unzip faster: seq[i]=val can be 7X faster than seq.add(elem) (#13448) | Timothee Cour | 2020-02-21 | 1 | -5/+5 |
* | fixes #13444 | Araq | 2020-02-21 | 1 | -1/+1 |
* | Add `sequtils.unzip` to complement `sequtils.zip` (#13429) | Kaushal Modi | 2020-02-20 | 1 | -0/+15 |
* | Remove testutils (#13435) [backport] | Clyybber | 2020-02-19 | 2 | -18/+4 |
* | [backport] pseudorandom probing for hash collision (#13418) | Timothee Cour | 2020-02-19 | 9 | -170/+228 |
* | fix incorrect lenTuple implementation (#13423) | Timothee Cour | 2020-02-19 | 1 | -7/+8 |
* | stdlib/system: add sink and move (#13283) | cooldome | 2020-02-18 | 1 | -44/+92 |
* | Improved assertion error messages on usage of JsonNode iterators on wrong kin... | Ico Doornekamp | 2020-02-17 | 1 | -5/+5 |
* | Fix vertical tab in JSON. (#13399) | Khronos | 2020-02-17 | 1 | -1/+1 |