summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* close #7097 add testcase (#16682)flywind2021-01-111-0/+38
* fix #13517 (#16681)flywind2021-01-111-0/+14
* fix negative nan (#16628)flywind2021-01-111-2/+14
* fix #16555, fixes #16405: len, high honors '\0' for cstring in vm (#16610)Timothee Cour2021-01-112-3/+49
* fix #16651 (#16658)cooldome2021-01-111-0/+24
* fix #16650 (#16660)flywind2021-01-101-7/+12
* Httpclient improvements (#15919)Antonis Geralis2021-01-101-4/+4
* close #4834 add testcase (#16649)flywind2021-01-091-0/+17
* close #1550 add testcase (#16640)flywind2021-01-081-0/+20
* minor fix (#16624)rockcavera2021-01-071-1/+1
* Implements streams for sockets (#15729)PMunch2021-01-071-0/+64
* oids: switch from PRNG to random module (#16203)flywind2021-01-071-0/+6
* add math.signbit (#16592)flywind2021-01-071-0/+10
* Jsonutils: pass opt for object in object (#16615)inv20042021-01-071-0/+6
* [backport 1.0] add backend support for js bigint (#16606)Timothee Cour2021-01-061-0/+58
* jsonutils: fromJson forward opt param fix (#16612)inv20042021-01-061-0/+14
* fix #16516 method dispatch for sink args (#16594)cooldome2021-01-061-0/+33
* Link the <fenv.h> header (#16597)konsumlamm2021-01-051-3/+2
* make cstrutils work in VM (#16590)flywind2021-01-051-2/+10
* Improve documentation for complex (#16588)konsumlamm2021-01-051-6/+6
* fix #9125 (#16582)flywind2021-01-051-4/+26
* Make tmath test more strict (#16593)Clyybber2021-01-051-13/+13
* merge tmath_misc.nim into tmath.nim (#16591)Timothee Cour2021-01-052-24/+13
* fix #16576: honor matrix in testament by making such tests non joinable (#16577)Timothee Cour2021-01-043-4/+21
* make --gc:arc --exceptions:quirky work again [backport:1.4] (#16583)Andreas Rumpf2021-01-044-5/+25
* Add test for static proc/lambda params (#16584)Clyybber2021-01-041-0/+16
* fix #16499 (#16514)flywind2021-01-041-1/+1
* enable tmath tests for JS backend (#16562)flywind2021-01-041-6/+5
* Improve sequtils documentation (#16559)konsumlamm2021-01-041-4/+2
* fix #12311 (#16578)flywind2021-01-041-0/+7
* Make test independent of repo location (#16571)Clyybber2021-01-031-3/+1
* 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