summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* improve examples in manual (#16497)flywind2020-12-291-1/+1
* Added cmpMem export (#16484)Antonis Geralis2020-12-291-0/+15
* improve turi.nim tests: js, vm; merge tdecodequery.nim (#16500)Timothee Cour2020-12-292-194/+181
* Nil type check implementation (#15287)Alexander Ivanov2020-12-292-0/+564
* RST: fix directive with fields (#16490) (#16493)Andrey Makarov2020-12-291-0/+11
* use doAssert in tests (#16486)flywind2020-12-2878-1075/+1075
* fix #15043 (#16441) [backport:1.4]cooldome2020-12-271-0/+16
* follow #15860 clean cgi module (#16487)flywind2020-12-272-27/+10
* 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-271-1/+14
* follow #15357 and move decodeQuery (#15860)flywind2020-12-271-0/+7
* RST: implement admonitions (#16438)Andrey Makarov2020-12-271-0/+49
* fix nim js cmp fails at CT (#16473)flywind2020-12-272-15/+41
* fix #16474 `unittest.check type1 is type2` gives CT error (#16476)flywind2020-12-271-0/+19
* add `euclDiv` and `euclMod` to `math` (#16414)flywind2020-12-231-0/+28
* strip minor improvement (#16444)flywind2020-12-231-0/+13
* [backport => 1.0] fix #16428 vmops now works for generic procs (#16429)Timothee Cour2020-12-221-0/+4
* O(1) concatenation of singly- and doubly linked lists. (#16362)Peter Salvi2020-12-201-1/+68
* RST enumlist followup (#16382)Andrey Makarov2020-12-191-3/+39
* active windows tests and use doAssert (#16395)flywind2020-12-181-11/+10
* fix cmpIgnoreStyle bug (#16392)flywind2020-12-181-0/+11
* Make 'echo' raise IOErrors when appropriate (#16367)Matt Haggard2020-12-181-0/+11
* fixes #16365 [backport] (#16381)Andreas Rumpf2020-12-171-1/+31
* use hexchar in stdlib (#16290)flywind2020-12-171-0/+27
* refactorings to prepare the compiler for IC (#15935)Andreas Rumpf2020-12-173-0/+14
* 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-141-0/+14
* doc/rst2html: some few fixes for enumerated and bullet lists (#16295)Andrey Makarov2020-12-141-0/+138
* fix #16330 tshould_not_work (#16342)Timothee Cour2020-12-141-3/+1
* fix #16265; fix #13999 (HCR on OSX); cgen now does not line wrap string litte...Timothee Cour2020-12-141-2/+15
* testament: error instead of silently ignore invalid targets; remove pointless...Timothee Cour2020-12-1422-22/+21
* add testcase for #15937 (#15933)Bung2020-12-131-0/+6
* Added strscans.scanTuple (#16300)Jason Beetham2020-12-121-0/+51
* improve tests for collections (#16328)Timothee Cour2020-12-125-179/+182
* add math.isNaN (#16179)Timothee Cour2020-12-111-5/+26
* fix partially #13115 (now works for cpp; but still fails for js on openbsd) (...Timothee Cour2020-12-111-10/+36
* enable tests for random (#16297)flywind2020-12-101-34/+41
* unittest: use defines instead of env vars (#16165)Timothee Cour2020-12-104-19/+6
* fix #16150 improve type mismatch errors (#16152)Timothee Cour2020-12-091-0/+1
* rationals.nim: Use `func` everywhere (#16302)ee72020-12-091-0/+1
* sequtils.nim: Use `func` (#16293)ee72020-12-091-0/+1
* complex.nim: Use `func` everywhere (#16294)ee72020-12-091-0/+1
* Added Python to highlite module. (#16286)Xabier Bello2020-12-081-4/+20
* math.nim: Use `func` everywhere (#16285)ee72020-12-071-1/+9
* strutils.nim: Use `func` everywhere (#16281)ee72020-12-072-5/+5
* fix #16206 (#16207)flywind2020-12-061-17/+72
* ORC: make the adaptive strategy the default in order to fight memory consumpt...Andreas Rumpf2020-12-052-1/+39
* RST tables: fix latex col number; allow less than three of `=` (#16040)Andrey Makarov2020-12-041-4/+182
* cleanup docs and tests (#16235)flywind2020-12-031-9/+9
* add collect with infered init, refs #16078 fixes #14332 (#16089)Antonis Geralis2020-12-031-3/+19