summary refs log tree commit diff stats
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* add io.readChars overload (simpler, less error prone) (#16044)Timothee Cour2021-02-221-0/+37
* Improve the ropes module (#17145)konsumlamm2021-02-221-54/+83
* fix #15215 (#17142)rockcavera2021-02-221-0/+22
* [JS + docs] improve std/monotimes module (#17103)flywind2021-02-221-1/+5
* make rst.nim use object variant (#17138)Andrey Makarov2021-02-221-0/+5
* fix #17118 (#17119) [backport:1.2]flywind2021-02-221-18/+20
* make copySign for js consistent with other backends (#16609)Timothee Cour2021-02-221-18/+15
* remove unnecessary when statement (#17135)flywind2021-02-211-1/+10
* move prelude so that `include std/prelude` also works (#17110)Timothee Cour2021-02-201-0/+14
* Improve the strformat module (#17106)konsumlamm2021-02-201-512/+498
* enable bsd for tsetutils; improve setutils API (#17098)Timothee Cour2021-02-201-2/+4
* stricter checks for RST headlines (#17089)Andrey Makarov2021-02-201-4/+20
* uri: document removeDotSegments, add tests, show failure modes (#17064)Timothee Cour2021-02-201-8/+1
* close #13859; add testcase (#17099)flywind2021-02-191-0/+19
* Add setutils.complement, setutils.fullSet (#17066)Jason Beetham2021-02-181-7/+27
* [nodejs backend] paramStr, paramCount (#17082)flywind2021-02-181-0/+11
* fix math.frexp function signature (#16725)flywind2021-02-171-3/+10
* make system random work in VM (#17059)flywind2021-02-171-6/+29
* Fix bug in removeDotSegments: added test (#17050)Benoit Favre2021-02-161-0/+1
* Improve documentation for bitops (#16961)konsumlamm2021-02-151-336/+173
* RST: implement footnotes and citations (#16960)Andrey Makarov2021-02-151-0/+208
* Improve the heapqueue module (#17034)konsumlamm2021-02-151-34/+83
* Improve math module (#17019)konsumlamm2021-02-122-311/+358
* parse RST headings when EOF follows them (#17014)Andrey Makarov2021-02-121-0/+7
* add system random to stdlib: std/sysrand (#16459)flywind2021-02-111-0/+13
* fix #16967 [backport:1.2] (#16976)hlaaftana2021-02-091-0/+16
* std/lists: Various changes to `lists` (RFC #303) (#16536)Peter Salvi2021-02-081-20/+103
* basic cleanups regarding SSL handling (#16940) [backport:1.0]Andreas Rumpf2021-02-081-1/+1
* close #16921 (#16951)flywind2021-02-061-0/+3
* stdlib/os: handle symlinks in copy/move functions (#16709)Roman Inflianskas2021-02-041-0/+107
* Sugar tests (#16820)konsumlamm2021-02-021-118/+215
* `dumpToString`: improves on `sugar.dump` (#16841)Timothee Cour2021-02-021-1/+11
* Improve doc comments (#16902)konsumlamm2021-02-021-83/+85
* 2.5x- 3x faster copyFile on osx (#16883)Timothee Cour2021-02-011-9/+14
* fix #16822 (#16884)flywind2021-02-011-2/+1
* add lost functions (#16843)flywind2021-01-291-0/+2
* fix #16815 round(x,places) works again in vm (#16825)Timothee Cour2021-01-281-28/+30
* Improve documentation for the mersenne module (#16824)konsumlamm2021-01-271-0/+11
* Moved json enum index test to the proper file (#16826)Jason Beetham2021-01-252-11/+12
* added enum indexed array support to json (#16807)Jason Beetham2021-01-261-0/+11
* Improve the marshal module (#16777)konsumlamm2021-01-221-94/+85
* addQuitProc => addExitProc (#16765)Timothee Cour2021-01-221-1/+3
* Fix SIGSEGV in httpclient response body (#16766)Daehee2021-01-221-0/+6
* fix noDecl => nodecl (#16760)Timothee Cour2021-01-201-0/+1
* jsonutils.jsonTo: support opt (#16739)Timothee Cour2021-01-171-0/+3
* js: improve tests + some docs (#16727)Timothee Cour2021-01-161-0/+6
* Deprecate TaintedString (#15423)Juan Carlos2021-01-152-8/+8
* Add js BigInts (#16409)Juan Carlos2021-01-141-0/+38
* Transfer-Encoding:chunked tests (#16678)vabresto2021-01-141-0/+81
* enable tests/stdlib/thttpclient.nim (#16710)Timothee Cour2021-01-141-5/+6