summary refs log tree commit diff stats
path: root/lib/pure
Commit message (Expand)AuthorAgeFilesLines
* Add math.copySign (#16406)flywind2020-12-301-0/+38
* follow #15860 clean cgi module (#16487)flywind2020-12-271-50/+47
* Save some alloc on base64 using encodeSize (#16465)Juan Carlos2020-12-271-0/+1
* follow #15357 and move decodeQuery (#15860)flywind2020-12-272-34/+59
* fix #16474 `unittest.check type1 is type2` gives CT error (#16476)flywind2020-12-271-1/+2
* Add missing HTTP codes (#16454)Juan Carlos2020-12-231-3/+54
* add `euclDiv` and `euclMod` to `math` (#16414)flywind2020-12-231-0/+26
* strip minor improvement (#16444)flywind2020-12-231-1/+1
* [backport => 1.0] fix #16428 vmops now works for generic procs (#16429)Timothee Cour2020-12-221-0/+2
* styleCheck: Fix some inconsistent identifiers (#16177)ee72020-12-2112-39/+39
* docs minor for math (#16407)flywind2020-12-201-2/+2
* O(1) concatenation of singly- and doubly linked lists. (#16362)Peter Salvi2020-12-201-1/+147
* Fix osproc so that it doesn't close pipe/process/thread handles twice (#16385...Tomohiro2020-12-181-18/+40
* use hexchar in stdlib (#16290)flywind2020-12-174-61/+20
* make the docs of strutils a bit better (#16368)flywind2020-12-171-153/+150
* fixes #16359 [backport] (#16377)Andreas Rumpf2020-12-171-1/+1
* sequtils.nim: Change some `func` back to `proc` (#16309)ee72020-12-141-28/+28
* Fix broken links in docs (#16336)Elliot Waite2020-12-1411-61/+67
* clean the docs of sequtils (#16332)flywind2020-12-141-97/+89
* Added strscans.scanTuple (#16300)Jason Beetham2020-12-121-1/+50
* improve tests for collections (#16328)Timothee Cour2020-12-121-63/+45
* add math.isNaN (#16179)Timothee Cour2020-12-111-0/+21
* unittest: use defines instead of env vars (#16165)Timothee Cour2020-12-101-35/+55
* rationals.nim: Use `func` everywhere (#16302)ee72020-12-091-41/+41
* sequtils.nim: Use `func` (#16293)ee72020-12-092-47/+47
* complex.nim: Use `func` everywhere (#16294)ee72020-12-091-60/+60
* Revert "use generics in random (#16283)" (#16291)flywind2020-12-091-15/+33
* math.nim: Use `func` everywhere (#16285)ee72020-12-071-270/+268
* strutils.nim: Use `func` everywhere (#16281)ee72020-12-071-325/+294
* use generics in random (#16283)flywind2020-12-071-33/+15
* use funcs and fix links in strutils (#16277)flywind2020-12-071-14/+8
* fix parseChar see #16240 (#16245)Pietro Peterlongo2020-12-061-3/+14
* [docs minor]space for code-block (#16266)flywind2020-12-061-9/+3
* fix #16206 (#16207)flywind2020-12-061-1/+69
* [docs minor] remove unicode in docs comments (#16267)flywind2020-12-061-1/+1
* add collect with infered init, refs #16078 fixes #14332 (#16089)Antonis Geralis2020-12-031-34/+66
* add support for parsing chars in `scanf` macro (#16240)Miran2020-12-032-0/+11
* minor fix to Posix part of walkDir (#16234)Andrey Makarov2020-12-031-13/+19
* move decode_helpers to std/private (#16209)flywind2020-12-023-26/+2
* fixed article duplication typos (#16216)ihlec2020-12-023-3/+3
* minor typo (#16225)flywind2020-12-021-1/+1
* Don't add content-length header on GET request when there is no body. (#16196)treeform2020-12-011-1/+1
* minor improve the docs of parsecfg (#16208)flywind2020-12-011-25/+27
* fix broken => for typed procs with pragmas (#16190)hlaaftana2020-12-011-9/+6
* toXXAscii use xor op, saving 30%~50% time (#16193)Bung2020-11-301-2/+2
* small runnableExamples changes (#16181)flywind2020-11-301-30/+28
* move rest of tests to testament (#16140)flywind2020-11-271-97/+0
* fixes #16154; underlying system.add for seq is the real cause; will be addres...Andreas Rumpf2020-11-271-2/+3
* fixes #15076 (#16143)Andreas Rumpf2020-11-261-5/+5
* fix for comparing infinities (#16122)Antonis Geralis2020-11-251-0/+11