summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Revert "printing float values will have one more digit. (#13276) [backport]" ...Timothee Cour2020-02-082-3/+3
* 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-072-1/+6
* printing float values will have one more digit. (#13276) [backport]Arne Döring2020-02-072-3/+3
* replace old problematic isNamedTuple implementation by TypeTrait isNamedTuple...Timothee Cour2020-02-071-11/+15
* Added a basic example how to handle a Post request. (#13339)Henrique Dias2020-02-071-3/+55
* adding sqlite3 backup functions (#13346)pyloor2020-02-071-0/+17
* make monotimes have zero overhead if you don't use it (#13338) [backport]Andreas Rumpf2020-02-061-10/+6
* Option to allow the request body to be processed outside the asynchttpserver ...Henrique Dias2020-02-041-16/+48
* enable testing -d:nimHasLibFFI mode (#13091)Timothee Cour2020-02-042-2/+2
* 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-302-2/+2
* Thread attributes should be destroyed using the pthread_attr_destroy() (#13293)Hiroki Noda2020-01-292-4/+7
* csize => csize_t for sysctlTimothee Cour2020-01-283-11/+10
* fix stdout(etc) for emscriptenTimothee Cour2020-01-282-6/+8
* Repr v2 progress (#13268)cooldome2020-01-282-76/+61
* nimv2 widestring indexing (#13279)cooldome2020-01-281-2/+2
* Tiny since cleanup (#13286)Clyybber2020-01-284-119/+119
* TlSF Alloctor: use less memory for --gc:arc (#13280)Andreas Rumpf2020-01-282-80/+101