summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typo and improve grammar for clamps noteClyybber2020-12-021-1/+1
* small style changes and clarify clamp (#16228)flywind2020-12-021-6/+8
* js module also uses runnableExamples (#16229)flywind2020-12-022-40/+32
* [docs minor] better comparisons docs (#16201)flywind2020-12-021-90/+89
* fixed article duplication typos (#16216)ihlec2020-12-024-4/+4
* 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
* ORC: API extensions (#16126)Andreas Rumpf2020-12-011-14/+45
* minor improve the docs of parsecfg (#16208)flywind2020-12-011-25/+27
* better addInt (#16160)flywind2020-12-011-15/+81
* 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
* experimental/diff: move isMainModule block to tests/stdlib/tdiff.nim (#16172)Timothee Cour2020-11-281-80/+0
* fix #13115 (#15930)flywind2020-11-272-10/+20
* move rest of tests to testament (#16140)flywind2020-11-276-232/+0
* fixes #16154; underlying system.add for seq is the real cause; will be addres...Andreas Rumpf2020-11-271-2/+3
* add `**` to jsffi (#16141)flywind2020-11-261-0/+1
* ref #16054 undefine some stuff in JS backend (#16070)flywind2020-11-261-45/+46
* improve docs for prelude (#16135)flywind2020-11-261-10/+11
* fixes #15076 (#16143)Andreas Rumpf2020-11-261-5/+5
* inc and dec are atomic in JS backend (#16129)flywind2020-11-251-1/+1
* fix for comparing infinities (#16122)Antonis Geralis2020-11-251-0/+11
* improve the documentation of ropes (#16111)flywind2020-11-251-19/+98
* add simple writeStackTrace for JS backend (#16016)flywind2020-11-242-1/+6
* add simple runnableExamples for atomics (#16116)flywind2020-11-241-0/+40
* move tests to testament (#16101)flywind2020-11-2428-2190/+0
* improve document for heapqueue (#16107)flywind2020-11-241-46/+69
* fix #16103 (#16109) [backport:1.0]flywind2020-11-241-5/+21
* typeinfo minor improvement (#16083)flywind2020-11-231-111/+52
* fix #14056 (#16071)kemifl2020-11-231-10/+10
* fix ropes format errors (#16106) [backport:1.0]flywind2020-11-231-1/+1
* ref #5617 add lineinfo to complete (#16102)flywind2020-11-231-3/+8
* fixes #16080 (#16091) [backport:1.2]RokkuCode2020-11-231-1/+1
* correct errors in xmltree docs (#16104)flywind2020-11-231-81/+72
* fix rope index (#16100)flywind2020-11-231-1/+1
* fix #9695 asyncmacro: tfuturevar fails when activated [backport: 1.0] (#16090)flywind2020-11-221-1/+2
* sets minor improvement (#16087)flywind2020-11-211-269/+1
* deques minor improvement (#16084)flywind2020-11-211-129/+18
* xmltree minor improvement (#16085)flywind2020-11-211-87/+3
* complex minor improvement (#16086)flywind2020-11-211-129/+21
* heapqueue minor improvement (#16088)flywind2020-11-211-62/+10
* colors: Reuse the HexDigits constant in strutils (#16065)satoru2020-11-201-1/+1
* alternative way to fix #16022 (#16064) [backport:1.4]flywind2020-11-201-2/+2
* packedsets fix regression introduced in #15564 (#16060)Timothee Cour2020-11-201-8/+9
* Improve enumerate (#16053)Antonis Geralis2020-11-201-10/+43
* fix #16025 repr now consistent: does not insert trailing newline (#16034)Timothee Cour2020-11-193-2/+7
* makes parsesql .gcsafe [backport:1.0] (#16039)Andreas Rumpf2020-11-191-3/+3
* fixes db_mysql broken quoting; refs https://github.com/nim-lang/Nim/commit/c1...Andreas Rumpf2020-11-181-1/+0
* ORC: prepare for another patent-pending optimization (#15996)Andreas Rumpf2020-11-183-25/+51