summary refs log tree commit diff stats
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Improve sequtils documentation (#16559)konsumlamm2021-01-041-4/+2
* 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
* 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-312-22/+31
* RST: improve line blocks (#16518)Andrey Makarov2020-12-311-4/+34
* Add math.copySign (#16406)flywind2020-12-301-1/+49
* 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
* RST: fix directive with fields (#16490) (#16493)Andrey Makarov2020-12-291-0/+11
* use doAssert in tests (#16486)flywind2020-12-2830-563/+563
* follow #15860 clean cgi module (#16487)flywind2020-12-271-21/+9
* remove some noises in tests (#16448)flywind2020-12-2713-165/+128
* 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-271-15/+21
* 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
* 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
* use hexchar in stdlib (#16290)flywind2020-12-171-0/+27
* 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
* testament: error instead of silently ignore invalid targets; remove pointless...Timothee Cour2020-12-143-3/+3
* 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-124-115/+177
* add math.isNaN (#16179)Timothee Cour2020-12-111-5/+26
* enable tests for random (#16297)flywind2020-12-101-34/+41
* unittest: use defines instead of env vars (#16165)Timothee Cour2020-12-102-6/+1
* Added Python to highlite module. (#16286)Xabier Bello2020-12-081-4/+20
* fix #16206 (#16207)flywind2020-12-061-17/+72
* RST tables: fix latex col number; allow less than three of `=` (#16040)Andrey Makarov2020-12-041-4/+182
* 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 #16219, `hasArgOfName` ignoring argument sets. (#16233)Aditya Siram2020-12-031-0/+9
* merge two parsecfg tests into one (#16237)flywind2020-12-032-76/+77
* nimout now consistently uses nimoutCheck (#16189)Timothee Cour2020-12-011-0/+6
* experimental/diff: move isMainModule block to tests/stdlib/tdiff.nim (#16172)Timothee Cour2020-11-281-0/+73
* make megatest consistent with unjoined tests wrt newlines, honor newlines in ...Timothee Cour2020-11-289-50/+54
* move rest of tests to testament (#16140)flywind2020-11-276-1/+228
* tunidecode minor improvement (#16157)flywind2020-11-271-3/+2
* fix #14339, #13511, #14420: fixes limited VM support for addr (#16002)Timothee Cour2020-11-251-42/+50