| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -1/+1 |
* | 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 | 1 | -28/+38 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Add browsers.osOpen (#12901) | Juan Carlos | 2020-02-15 | 1 | -3/+8 |
* | capture macro now accepts variables of different types (#13356) | Clyybber | 2020-02-15 | 1 | -3/+5 |
* | Fix to asynchttpserver form data/body broken with #13147 (#13394) | Henrique Dias | 2020-02-14 | 1 | -43/+73 |
* | remove outplace version of 'merge' for CountTables (#13377) | Miran | 2020-02-10 | 1 | -19/+13 |
* | Add sideEffect pragma to importC procs in posix, winlean and time module (#13... | Tomohiro | 2020-02-08 | 1 | -3/+3 |
* | Revert "printing float values will have one more digit. (#13276) [backport]" ... | Timothee Cour | 2020-02-08 | 1 | -2/+2 |
* | fix #6736: templates in unittest now show actual value (#13354) | Miran | 2020-02-07 | 1 | -1/+1 |
* | [backport] remove 'CountTable.mget' (#13355) | Miran | 2020-02-07 | 1 | -13/+0 |
* | [backport] fix #13352 | narimiran | 2020-02-07 | 1 | -1/+3 |
* | printing float values will have one more digit. (#13276) [backport] | Arne Döring | 2020-02-07 | 1 | -2/+2 |
* | Added a basic example how to handle a Post request. (#13339) | Henrique Dias | 2020-02-07 | 1 | -3/+55 |
* | Option to allow the request body to be processed outside the asynchttpserver ... | Henrique Dias | 2020-02-04 | 1 | -16/+48 |
* | Fix capture for object types (#13315) | Clyybber | 2020-02-02 | 1 | -1/+1 |
* | refs #8391 std/os now shows runtime context for raiseOSError exceptions (#13294) | Timothee Cour | 2020-01-30 | 1 | -52/+51 |
* | miscellaneous bug fixes (#13291) | Timothee Cour | 2020-01-30 | 1 | -1/+1 |
* | csize => csize_t for sysctl | Timothee Cour | 2020-01-28 | 3 | -11/+10 |
* | Tiny since cleanup (#13286) | Clyybber | 2020-01-28 | 3 | -118/+118 |
* | unittest add resetOutputFormatters proc (#13267) | cooldome | 2020-01-28 | 1 | -0/+5 |
* | Rename isNilOrWhitespace to isEmptyOrWhitespace and make it use allCharsInSet... | hlaaftana | 2020-01-26 | 1 | -10/+13 |
* | Fix typo for literal `[` (#13243) | Euan | 2020-01-24 | 1 | -1/+1 |
* | Fixes asyncftpclient multiline reading, fixes #4684 (#13242) | hlaaftana | 2020-01-24 | 1 | -5/+6 |
* | [backport] Make all parseutils examples auto-checking (#13238) | Kaushal Modi | 2020-01-23 | 1 | -32/+25 |
* | fix lots of bugs with parentDir, refs #8734 (#13236) | Timothee Cour | 2020-01-23 | 1 | -14/+23 |
* | [backport] Fix typo and improve in code-block of 'lib/pure/parseutils.nim' (#... | Mera | 2020-01-23 | 1 | -2/+3 |
* | new os.isRelativeTo (#13212) | Timothee Cour | 2020-01-23 | 1 | -0/+12 |
* | [backport] times/getClockStr(): fix mistake in doc (#13229) [ci skip] | Milan | 2020-01-22 | 1 | -1/+1 |
* | httpclient, maxredirects to Natural, newHttpClient/newAsyncHttpClient add hea... | Juan Carlos | 2020-01-21 | 1 | -5/+9 |
* | fixes a critical times.nim bug reported on IRC [backport] (#13216) | Andreas Rumpf | 2020-01-21 | 2 | -2/+6 |
* | fix #13211 relativePath("foo", ".") (#13213) | Timothee Cour | 2020-01-21 | 1 | -0/+2 |
* | Idxmin & idxmax, continuation (#13208) | Miran | 2020-01-20 | 1 | -0/+35 |
* | Add link to packaging.html (#13194) | Federico Ceratto | 2020-01-19 | 1 | -0/+2 |
* | times: toUnixFloat, fromUnixFloat (#13044) | Timothee Cour | 2020-01-18 | 2 | -10/+29 |
* | ARC works for async on Windows (#13179) | Andreas Rumpf | 2020-01-17 | 2 | -35/+33 |