summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* remove conditionals on nimHasUserErrors, nimNoNilSeqs2, nimNoNilSeqs (#16861)Timothee Cour2021-01-293-35/+17
* fix floats slice (#16853)flywind2021-01-293-8/+8
* improve code in categories.nim; add std/private/gitutils; fix flakyness in ni...Timothee Cour2021-01-291-0/+40
* A new request should always have a new content-length (#16667)Joey2021-01-281-9/+15
* fix #16752: threadvar now works with importcpp types; osx now uses native TLS...Timothee Cour2021-01-271-0/+4
* Improve documentation for the mersenne module (#16824)konsumlamm2021-01-271-16/+16
* Improve documentation for threadpool (#16821)konsumlamm2021-01-271-40/+41
* added enum indexed array support to json (#16807)Jason Beetham2021-01-261-1/+1
* Make small text changes in the docs (#16634)Elliot Waite2021-01-252-3/+4
* Sugar improvements (#16802)konsumlamm2021-01-251-66/+63
* Small changes to std/sums (#16797)konsumlamm2021-01-251-13/+29
* make oids module better (#16704)flywind2021-01-252-26/+45
* remove unused warning (#16809)flywind2021-01-241-2/+2
* Fix an RST issues introduced in #16777 (#16798)konsumlamm2021-01-221-3/+3
* remove private checkSymlink (redundant with symlinkExists) (#16785)Timothee Cour2021-01-221-16/+12
* Improve the marshal module (#16777)konsumlamm2021-01-221-106/+28
* addQuitProc => addExitProc (#16765)Timothee Cour2021-01-224-9/+10
* typetraits: make genericHead docs reflect reality; use runnableExamples (#167...Timothee Cour2021-01-221-17/+19
* Fix SIGSEGV in httpclient response body (#16766)Daehee2021-01-221-4/+6
* Add std/setutils to lib.rst (#16791)konsumlamm2021-01-221-5/+10
* Fix #16741 (#16783)Roman Inflianskas2021-01-221-22/+22
* fix #15628 (#16387)flywind2021-01-211-8/+17
* perpare for more compact bit operations in JS (#16728)flywind2021-01-192-7/+20
* intsets are here to stay (#16751)Andreas Rumpf2021-01-191-3/+1
* Improve documentation for stats (#16742)konsumlamm2021-01-191-87/+79
* jsonutils.jsonTo: support opt (#16739)Timothee Cour2021-01-171-2/+2
* Improve documentation for packedsets (#16715)konsumlamm2021-01-162-140/+139
* minor improvement on math.nim (#16733)flywind2021-01-161-2/+2
* js: improve tests + some docs (#16727)Timothee Cour2021-01-162-2/+13
* promote math.isNaN (#16734)flywind2021-01-151-1/+1
* Deprecate TaintedString (#15423)Juan Carlos2021-01-1518-171/+148
* Improve documentation for the hashes module (#16720)konsumlamm2021-01-151-51/+73
* followup for #16717: minimized example + improved comment (#16721)Timothee Cour2021-01-151-1/+3
* Add js BigInts (#16409)Juan Carlos2021-01-141-0/+193
* Transfer-Encoding:chunked tests (#16678)vabresto2021-01-141-3/+24
* fix #16706 (#16717) [backport:1.4]flywind2021-01-141-1/+3
* Fixes #16436 (#16695)Yuriy Glukhov2021-01-142-4/+27
* fix #16703; revert most of #16480; add tests/stdlib/tmimetypes.nim (#16711)Timothee Cour2021-01-131-47/+19
* Check for errors after sendPendingSslData (#16696)Yuriy Glukhov2021-01-131-6/+2
* refactor cmpNimIdentifier (#16611)flywind2021-01-133-9/+7
* revive PR #16320 (CRLF fix); fix #16308; Update openssl.nim (#16648)Timothee Cour2021-01-121-20/+20
* Improve uri.parseQuery to never raise an error (#16647)Mildred Ki'Lya2021-01-122-25/+27
* Compile sqlite3 with -O3 flag (#16697)Yuriy Glukhov2021-01-121-1/+1
* Remove longestMatch in _WithPrefix iterators (#16689)konsumlamm2021-01-121-23/+15
* RST: implement internal targets (#16614)Andrey Makarov2021-01-113-99/+218
* Improve documentation of strmisc (#16665)konsumlamm2021-01-111-30/+30
* fix #16555, fixes #16405: len, high honors '\0' for cstring in vm (#16610)Timothee Cour2021-01-111-7/+13
* fix broken CI (#16663)flywind2021-01-101-1/+1
* Httpclient improvements (#15919)Antonis Geralis2021-01-102-108/+142
* Add support for Transfer-Encoding: chunked (#16636)vabresto2021-01-101-0/+44