summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* add support for parsing chars in `scanf` macro (#16240)Miran2020-12-031-1/+18
* fixes #15939, fixes #15464, fixes #16169, fixes #16226 VM now supports `addr(...Timothee Cour2020-12-031-0/+66
* Fixes #16219, `hasArgOfName` ignoring argument sets. (#16233)Aditya Siram2020-12-031-0/+9
* merge two parsecfg tests into one (#16237)flywind2020-12-032-76/+77
* styleCheck: Fix error for `sugar` and `std/with` (#16176)ee72020-12-021-1/+1
* fixed article duplication typos (#16216)ihlec2020-12-022-2/+2
* add test for --eval; fix a minor bug (#16224)Timothee Cour2020-12-011-0/+6
* nimout now consistently uses nimoutCheck (#16189)Timothee Cour2020-12-012-8/+14
* error instead of echo when testament category is empty; fix realtimeGC (#16162)Timothee Cour2020-12-016-46/+29
* better addInt (#16160)flywind2020-12-011-0/+46
* fix broken => for typed procs with pragmas (#16190)hlaaftana2020-12-011-0/+13
* Revert "fix #16185 (#16195)" (#16197)Andreas Rumpf2020-11-301-50/+1