summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Revert "Make config processing order test more robust" (#16561)flywind2021-01-031-1/+1
* Make config processing order test more robustClyybber2021-01-021-1/+1
* fix #16526 run config.nims before foo.nim.cfg (#16557)Timothee Cour2021-01-026-0/+19
* Algorithm improvements (#16529)konsumlamm2021-01-021-2/+2
* fix #16061 (#16551)flywind2021-01-021-1/+6
* fix `is "closure"` (#16552)flywind2021-01-021-0/+9
* fix #16542 (#16549)flywind2021-01-021-1/+30
* big steps torwards an efficient, simple IC implementation (#16543)Andreas Rumpf2021-01-021-1/+1
* fix #14340 (#16386)Timothee Cour2021-01-011-0/+17
* refactor the tests of options (#16527)flywind2021-01-011-143/+182
* fix #16494 (#16513)flywind2021-01-011-0/+24
* refactor cmpIgnoreStyle and cmpIgnoreCase (#16399)flywind2020-12-313-38/+32
* RST: improve line blocks (#16518)Andrey Makarov2020-12-311-4/+34
* Add math.copySign (#16406)flywind2020-12-301-1/+49
* follow #16505 move and active tests (#16508)flywind2020-12-302-30/+26
* nim-gdb.py fixes mostly for nimsuggest debugging (#16479)Saem Ghani2020-12-302-20/+63
* fix `hintProcessing` dots interference with `static:echo` and `hintCC`; add t...Timothee Cour2020-12-301-8/+56
* move asciitables to std/private/ (#16498)flywind2020-12-291-1/+1
* fix printing negative zero in JS backend (#16505)flywind2020-12-291-0/+30
* 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