summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* fix #13794 HashSet leak (#13800)Timothee Cour2020-03-291-1/+2
* More fixes for Haiku (#13774)alaviss2020-03-272-47/+50
* ssl_certs: add Haiku support (#13761)alaviss2020-03-261-7/+32
* asyncdispatch: fix erroneous set construction (#13765)alaviss2020-03-261-1/+3
* `import macros` rather than `import std/macros`. (#13762)Euan2020-03-261-1/+2
* distinctBase overload for values (#13746)Timothee Cour2020-03-251-0/+7
* fix deprecations and other warnings (#13748)Miran2020-03-254-12/+10
* fixes #13722 (#13729)Andreas Rumpf2020-03-231-8/+20
* add error for missing commandLineParams (#13719)Andy Davidoff2020-03-231-0/+4
* introduce getPeerCertificates, fixes #13299 (#13650)Christian Ulrich2020-03-222-0/+47
* [ci skip] add back unintentionally removed linenarimiran2020-03-201-0/+1
* SSL certificate verify GitHub action (#13697)Federico Ceratto2020-03-203-12/+182
* [RFC] 'walkDir' now has a new 'checkDir' flag, to mimic behaviour of other la...Timothee Cour2020-03-201-11/+25
* threadpool.nim: allow control over MaxThreadPoolSize and MaxDistinguishedThre...Araq2020-03-201-3/+3
* Detect Ubuntu by checking release() and uname() (#13704)Hayden2020-03-201-1/+3
* fight the code bloat in base64.nimAraq2020-03-201-7/+16
* Add Base64 safe (#13672)Juan Carlos2020-03-201-9/+28
* cycle breaker (#13593)Andreas Rumpf2020-03-191-1/+1
* fix #11458 oswalkdir (#13689)Timothee Cour2020-03-191-27/+4
* add `move` to `tables` to prevent warnings when compiled with `--gc:arc` (#13...Miran2020-03-191-4/+4
* httpcore: deprecate `==`(string, HttpCode) (#13682)alaviss2020-03-191-1/+8
* fixes hash(HashSet) which was wrong as it didn't respect tombstones; refs #13649Araq2020-03-181-1/+2
* fixes a bug for 'dup' and 'with'; they can now handle nested statement lists ...Araq2020-03-171-8/+1
* fix #13218: avoid some irrelevant warnings for nim doc,rst2html,--app:lib, + ...Timothee Cour2020-03-136-8/+6
* rename `lenTuple` and `lenVarargs` (#13639)Miran2020-03-121-3/+3
* unicode.split: Fix the splitting when a Rune separator is used [backport] (#1...Kaushal Modi2020-03-121-14/+11
* fix #13310, Deque misbehaves on VM (#13625)Miran2020-03-111-2/+15
* 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-112-2/+2
* fixed to jsonArrayEnd comment. (#13624)めぐみ発動機 (isVowel / GreenWing)2020-03-111-1/+1
* 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-041-1/+1
* 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-271-1/+1
* 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-261-28/+38
* 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
* fix 3 minor bugs in joinPath (see #13455) (#13462) [backport]Andrey Makarov2020-02-232-2/+4