summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* Documentation only Testament unittest (#16532)Juan Carlos2021-01-011-9/+13
* reuse const (#16422)n5m2021-01-011-1/+1
* follow up #16399 clean up docs (#16539)flywind2021-01-011-30/+41
* link to POSIX sendSignal from osproc.kill docs (#16475)n5m2021-01-011-0/+2
* fix #16494 (#16513)flywind2021-01-011-4/+20
* refactor cmpIgnoreStyle and cmpIgnoreCase (#16399)flywind2020-12-315-109/+109
* RST: improve line blocks (#16518)Andrey Makarov2020-12-313-12/+33
* adding missing commas in std/bitops (#16520)rockcavera2020-12-301-5/+5
* make the docs of arithmetics better (#16510)flywind2020-12-301-126/+107
* use runnableExamples in options (#16503)flywind2020-12-301-26/+17
* Add assertions for jsconsole (#16460)Juan Carlos2020-12-301-1/+33
* Add math.copySign (#16406)flywind2020-12-301-0/+38
* fix #16502 (#16512)flywind2020-12-301-1/+1
* move asciitables to std/private/ (#16498)flywind2020-12-291-0/+83
* fix printing negative zero in JS backend (#16505)flywind2020-12-291-1/+3
* Added cmpMem export (#16484)Antonis Geralis2020-12-292-47/+62
* RST: fix directive with fields (#16490) (#16493)Andrey Makarov2020-12-291-1/+2
* 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
* RST: implement admonitions (#16438)Andrey Makarov2020-12-273-54/+147
* fix nim js cmp fails at CT (#16473)flywind2020-12-272-9/+8
* Avoid creating a holey array in makeNimstrLit for JS target (#16461)Jonah Snider2020-12-271-3/+2
* 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
* add sequtils to prelude (#16431)shadowninja552020-12-231-2/+2
* mark abs as inline (#16432)flywind2020-12-221-5/+5
* [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-2120-64/+64
* 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
* RST enumlist followup (#16382)Andrey Makarov2020-12-191-7/+18
* fix cmpIgnoreStyle bug (#16392)flywind2020-12-181-0/+1
* Fix osproc so that it doesn't close pipe/process/thread handles twice (#16385...Tomohiro2020-12-181-18/+40
* Make 'echo' raise IOErrors when appropriate (#16367)Matt Haggard2020-12-181-8/+16
* misc cleanups (#16383)Timothee Cour2020-12-181-3/+3
* fixes #16365 [backport] (#16381)Andreas Rumpf2020-12-171-6/+7
* use hexchar in stdlib (#16290)flywind2020-12-175-67/+39
* make the docs of strutils a bit better (#16368)flywind2020-12-171-153/+150
* fixes #16359 [backport] (#16377)Andreas Rumpf2020-12-171-1/+1
* refactorings to prepare the compiler for IC (#15935)Andreas Rumpf2020-12-171-1/+1
* Adds toSet to create sets from iterables (#16276)Jason Beetham2020-12-141-0/+32
* sequtils.nim: Change some `func` back to `proc` (#16309)ee72020-12-141-28/+28
* disabled sink openArray[T] for adding to seqs (#16352) [backport:1.4]lqdev2020-12-141-1/+1
* Fix broken links in docs (#16336)Elliot Waite2020-12-1418-115/+121
* doc/rst2html: some few fixes for enumerated and bullet lists (#16295)Andrey Makarov2020-12-143-30/+161
* clean the docs of sequtils (#16332)flywind2020-12-141-97/+89
* Added strscans.scanTuple (#16300)Jason Beetham2020-12-121-1/+50