summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 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-081-3/+3
* Revert "printing float values will have one more digit. (#13276) [backport]" ...Timothee Cour2020-02-081-2/+2
* fix #6736: templates in unittest now show actual value (#13354)Miran2020-02-071-1/+1
* [backport] remove 'CountTable.mget' (#13355)Miran2020-02-071-13/+0
* [backport] fix #13352narimiran2020-02-071-1/+3
* printing float values will have one more digit. (#13276) [backport]Arne Döring2020-02-071-2/+2
* Added a basic example how to handle a Post request. (#13339)Henrique Dias2020-02-071-3/+55
* Option to allow the request body to be processed outside the asynchttpserver ...Henrique Dias2020-02-041-16/+48
* Fix capture for object types (#13315)Clyybber2020-02-021-1/+1
* refs #8391 std/os now shows runtime context for raiseOSError exceptions (#13294)Timothee Cour2020-01-301-52/+51
* miscellaneous bug fixes (#13291)Timothee Cour2020-01-301-1/+1
* csize => csize_t for sysctlTimothee Cour2020-01-283-11/+10
* Tiny since cleanup (#13286)Clyybber2020-01-283-118/+118
* unittest add resetOutputFormatters proc (#13267)cooldome2020-01-281-0/+5
* Rename isNilOrWhitespace to isEmptyOrWhitespace and make it use allCharsInSet...hlaaftana2020-01-261-10/+13
* Fix typo for literal `[` (#13243)Euan2020-01-241-1/+1
* Fixes asyncftpclient multiline reading, fixes #4684 (#13242)hlaaftana2020-01-241-5/+6
* [backport] Make all parseutils examples auto-checking (#13238)Kaushal Modi2020-01-231-32/+25
* fix lots of bugs with parentDir, refs #8734 (#13236)Timothee Cour2020-01-231-14/+23
* [backport] Fix typo and improve in code-block of 'lib/pure/parseutils.nim' (#...Mera2020-01-231-2/+3
* new os.isRelativeTo (#13212)Timothee Cour2020-01-231-0/+12
* [backport] times/getClockStr(): fix mistake in doc (#13229) [ci skip]Milan2020-01-221-1/+1
* httpclient, maxredirects to Natural, newHttpClient/newAsyncHttpClient add hea...Juan Carlos2020-01-211-5/+9
* fixes a critical times.nim bug reported on IRC [backport] (#13216)Andreas Rumpf2020-01-212-2/+6
* fix #13211 relativePath("foo", ".") (#13213)Timothee Cour2020-01-211-0/+2
* Idxmin & idxmax, continuation (#13208)Miran2020-01-201-0/+35
* Add link to packaging.html (#13194)Federico Ceratto2020-01-191-0/+2
* times: toUnixFloat, fromUnixFloat (#13044)Timothee Cour2020-01-182-10/+29
* ARC works for async on Windows (#13179)Andreas Rumpf2020-01-172-35/+33