summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* fix printing negative zero in JS backend (#16505)flywind2020-12-292-1/+33
* improve examples in manual (#16497)flywind2020-12-292-2/+4
* Added cmpMem export (#16484)Antonis Geralis2020-12-294-49/+81
* improve turi.nim tests: js, vm; merge tdecodequery.nim (#16500)Timothee Cour2020-12-292-194/+181
* use -d:nimCompilerStackraceHints in more places (#16400)Timothee Cour2020-12-291-0/+5
* Nil type check implementation (#15287)Alexander Ivanov2020-12-2913-14/+2215
* RST: fix directive with fields (#16490) (#16493)Andrey Makarov2020-12-292-1/+13
* use doAssert in tests (#16486)flywind2020-12-2878-1075/+1075
* fix `nim secret` dots interfering with prompt (#16491)Timothee Cour2020-12-283-4/+9
* fix #15043 (#16441) [backport:1.4]cooldome2020-12-272-5/+23
* follow #15860 clean cgi module (#16487)flywind2020-12-273-77/+57
* Revert #16478 (#16483)flywind2020-12-271-1/+1
* remove some noises in tests (#16448)flywind2020-12-2717-181/+140
* fix #16469 vm float constants: do not conflate -0.0 and 0.0 (#16470)Timothee Cour2020-12-272-2/+20
* Save some alloc on base64 using encodeSize (#16465)Juan Carlos2020-12-271-0/+1
* follow #15357 and move decodeQuery (#15860)flywind2020-12-274-34/+67
* RST: implement admonitions (#16438)Andrey Makarov2020-12-276-54/+239
* Add docs for nnkHiddenStdConv (#16408)treeform2020-12-271-0/+11
* Don't use `unittest.suite` and `unittest.test` (#16464)flywind2020-12-271-1/+1
* 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