summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* fixes #13558: toDateTime buggy on 29th, 30th and 31th of each month; breaking...Timothee Cour2020-03-111-13/+3
* fixes async regressionAraq2020-03-111-1/+1
* fixes #13519Araq2020-03-113-3/+3
* add expectIdent to macros (#12778)Arne Döring2020-03-111-0/+7
* fixed to jsonArrayEnd comment. (#13624)めぐみ発動機 (isVowel / GreenWing)2020-03-111-1/+1
* fix operators containing percent for VM usage (#13536)Arne Döring2020-03-112-59/+77
* fixes #13607Araq2020-03-101-6/+4
* hotfix: make --useVersion:1.0 workAraq2020-03-101-1/+2
* fix #12508, unaligned access on sparc64 (#13594)Miran2020-03-091-1/+1
* fixes #13605 (#13611)Andreas Rumpf2020-03-091-4/+5
* Add isValidFilename (#13561)Juan Carlos2020-03-071-0/+68
* Implement file streaming for httpclient's MultipartData (#12982)Zed2020-03-062-147/+212
* Fix #13573 and #13574 (#13575)Andrea Ferretti2020-03-061-4/+8
* Revert broken asynchttpserver FutureStream additions.Dominik Picheta2020-03-061-145/+31
* Removed simpleGetOrDefault (#13590)Andreas Rumpf2020-03-051-2/+4
* fix #13579 joinPath("/foo/", "../a") is now /a (#13586)Andreas Rumpf2020-03-052-0/+6
* sink parameter inference for types that have destructors (#13544)Andreas Rumpf2020-03-042-2/+4
* std/compilesettings implementation (#13584)Andreas Rumpf2020-03-041-0/+54
* Fix docgen snippet numbering (#13507)genotrance2020-03-031-1/+1
* Remove dead magics (#13551)Arne Döring2020-03-032-12/+12
* make genericParams support static[T] generic params (#13433)Timothee Cour2020-03-021-6/+28
* fixes #13543 and added times.isLeapDay (#13547)Timothee Cour2020-03-011-0/+13
* Update pegs.nim to work at compiletime. No range errors. (#13459)solo9892020-02-271-164/+186
* cleanup Ordinal (#13501)Timothee Cour2020-02-274-8/+16
* tables/sharedtables/intsets/etc: fix #13496, #13504, #13505; add lots of test...Timothee Cour2020-02-265-25/+44
* added operateOn to sugar.nim to give Nim the chaining mechanism it de… (#13...Andreas Rumpf2020-02-263-28/+134
* xmltree: Make indentation consistent with any num of children nodes (#13482)Kaushal Modi2020-02-261-34/+135
* fix #13455 ; joinPath(a,b) now honors trailing slashes in b (or a if b = "") ...Timothee Cour2020-02-261-13/+19
* Documentation staticRead maximum file size limits (#13485)Juan Carlos2020-02-261-0/+3
* Minor doc change in macros, future -> sugar (#13475) [ci skip]hlaaftana2020-02-241-1/+1
* fix 3 minor bugs in joinPath (see #13455) (#13462) [backport]Andrey Makarov2020-02-232-2/+4
* relativePath("foo", "foo") is now ".", not "" (#13452)Timothee Cour2020-02-221-3/+14
* Consider proc as a pointer type in options (#13460)hlaaftana2020-02-211-3/+12
* fixes #13457 (#13458)Andreas Rumpf2020-02-211-10/+11
* make unzip faster: seq[i]=val can be 7X faster than seq.add(elem) (#13448)Timothee Cour2020-02-211-5/+5
* fixes #13444Araq2020-02-211-1/+1
* Add `sequtils.unzip` to complement `sequtils.zip` (#13429)Kaushal Modi2020-02-201-0/+15
* Remove testutils (#13435) [backport]Clyybber2020-02-192-18/+4
* [backport] pseudorandom probing for hash collision (#13418)Timothee Cour2020-02-199-170/+228
* fix incorrect lenTuple implementation (#13423)Timothee Cour2020-02-191-7/+8
* stdlib/system: add sink and move (#13283)cooldome2020-02-181-44/+92
* Improved assertion error messages on usage of JsonNode iterators on wrong kin...Ico Doornekamp2020-02-171-5/+5
* Fix vertical tab in JSON. (#13399)Khronos2020-02-171-1/+1
* Add browsers.osOpen (#12901)Juan Carlos2020-02-151-3/+8
* capture macro now accepts variables of different types (#13356)Clyybber2020-02-151-3/+5
* Fix to asynchttpserver form data/body broken with #13147 (#13394)Henrique Dias2020-02-141-43/+73
* expectLen now shows the length that we got (#13387)Clyybber2020-02-111-3/+3
* fix #9634 don't crash on execCmdEx/readLine when inside gdb/lldb (#13232)Timothee Cour2020-02-111-2/+15
* remove outplace version of 'merge' for CountTables (#13377)Miran2020-02-101-19/+13
* Add sideEffect pragma to importC procs in posix, winlean and time module (#13...Tomohiro2020-02-083-133/+135