summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix #16185 (#16195)cooldome2020-11-301-1/+50
* cleanup old codes (#16173)flywind2020-11-301-9/+2
* testament spec: remove errmsg alias of errormsg (#16188)Timothee Cour2020-11-2912-12/+12
* testament: error instead of silently overwrite a spec (#16166)Timothee Cour2020-11-293-19/+36
* experimental/diff: move isMainModule block to tests/stdlib/tdiff.nim (#16172)Timothee Cour2020-11-281-0/+73
* fix #14242 `testament r tests/js/foo` now works; testament now honors --targe...Timothee Cour2020-11-281-14/+14
* make megatest consistent with unjoined tests wrt newlines, honor newlines in ...Timothee Cour2020-11-2830-84/+90
* fix #13115 (#15930)flywind2020-11-271-0/+13
* move rest of tests to testament (#16140)flywind2020-11-276-1/+228
* add testcase (#16156)flywind2020-11-271-0/+9
* tunidecode minor improvement (#16157)flywind2020-11-271-3/+2
* add `**` to jsffi (#16141)flywind2020-11-261-1/+33
* updated repr tests (#16147)Andreas Rumpf2020-11-261-1/+0
* fixes https://github.com/status-im/nimbus-eth2/issues/1549 (#16146)Andreas Rumpf2020-11-261-0/+1
* More on #16110 (#16130)cooldome2020-11-261-6/+21
* fix #16120 (#16145)cooldome2020-11-261-1/+15
* fixes #15076 (#16143)Andreas Rumpf2020-11-262-0/+95
* fix #14339, #13511, #14420: fixes limited VM support for addr (#16002)Timothee Cour2020-11-253-42/+155
* inc and dec are atomic in JS backend (#16129)flywind2020-11-251-0/+9
* move tests under the compiler directory to testament (#16096)flywind2020-11-255-0/+344
* add simple writeStackTrace for JS backend (#16016)flywind2020-11-241-0/+12