summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* fix nim js cmp fails at CT (#16473)flywind2020-12-274-24/+49
* nimsuggest: fix and re-enable old tests (#16401)Saem Ghani2020-12-2719-376/+292
* 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-272-1/+21
* minor (#16478)flywind2020-12-271-1/+1
* fix #16346 rst2html now honors SuccessX (#16347)Timothee Cour2020-12-262-4/+11
* Add missing HTTP codes (#16454)Juan Carlos2020-12-232-3/+56
* add `euclDiv` and `euclMod` to `math` (#16414)flywind2020-12-233-0/+56
* strip minor improvement (#16444)flywind2020-12-232-1/+14
* add zippy to important packages (#16442)flywind2020-12-231-0/+1
* disable pkg/criterion refs https://github.com/disruptek/criterion/issues/3 (#...Timothee Cour2020-12-221-1/+1
* add sequtils to prelude (#16431)shadowninja552020-12-232-2/+4
* 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-223-10/+8
* styleCheck: Fix some inconsistent identifiers (#16177)ee72020-12-2120-64/+64
* bring back important packages; closes #16419 (#16424)flywind2020-12-211-2/+2
* docs minor for math (#16407)flywind2020-12-201-2/+2
* disable ggplot and plotly (#16418)flywind2020-12-201-2/+2
* O(1) concatenation of singly- and doubly linked lists. (#16362)Peter Salvi2020-12-203-2/+220
* RST enumlist followup (#16382)Andrey Makarov2020-12-192-10/+57
* active windows tests and use doAssert (#16395)flywind2020-12-181-11/+10
* fix cmpIgnoreStyle bug (#16392)flywind2020-12-182-0/+12
* removing `out T` from docs since it no longer working (#16378) [backport]Code Hz2020-12-181-21/+10
* 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-183-8/+30
* misc cleanups (#16383)Timothee Cour2020-12-183-7/+8
* fixes #16365 [backport] (#16381)Andreas Rumpf2020-12-172-7/+38
* fix #16364 (#16379) [backport]flywind2020-12-171-4/+2
* use hexchar in stdlib (#16290)flywind2020-12-177-75/+68
* 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-1726-178/+1241
* Add note about minimum Node.js version (#16370)Maurizio Tomasi2020-12-161-0/+3
* Syntax (RST) fix Internals of the Compiler (#16341)Saem Ghani2020-12-151-6/+6
* improve tstrutils: test c, cpp, js, vm; cleanups (#16357)Timothee Cour2020-12-152-676/+689
* Adds toSet to create sets from iterables (#16276)Jason Beetham2020-12-143-0/+48
* 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-1421-120/+126
* doc/rst2html: some few fixes for enumerated and bullet lists (#16295)Andrey Makarov2020-12-146-36/+308
* fix #16248 forward --lib to runnableExamples (#16350)Timothee Cour2020-12-141-1/+2
* clean the docs of sequtils (#16332)flywind2020-12-141-97/+89
* fix #16334 (#16335)RSDuck2020-12-142-6/+14
* Clean out dead code (#16345)Juan Carlos2020-12-141-172/+0
* fix #16330 tshould_not_work (#16342)Timothee Cour2020-12-142-5/+3
* fix #16265; fix #13999 (HCR on OSX); cgen now does not line wrap string litte...Timothee Cour2020-12-143-5/+23
* Fix #11506 (#16348)rockcavera2020-12-141-1/+7
* testament: error instead of silently ignore invalid targets; remove pointless...Timothee Cour2020-12-1424-39/+33
* add testcase for #15937 (#15933)Bung2020-12-131-0/+6
* Added strscans.scanTuple (#16300)Jason Beetham2020-12-123-1/+102