summary refs log tree commit diff stats
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* Update tssl.nim (#20973)Chavdar Ivanov2022-11-301-0/+1
* Allow some tests to run without network (#20955)Anna2022-11-292-3/+8
* fix #13790; ptr char (+friends) should not implicitly convert to cstring (#2...ringabout2022-11-241-1/+2
* render post expr blocks better (#20871)metagn2022-11-221-0/+51
* fixes #20026; marks system procs which can raise defects (#20864)ringabout2022-11-221-1/+0
* rename `std/threads` to `std/typedthreads` (#20850)ringabout2022-11-164-4/+4
* fixes ptr to cstring warnings[backport] (#20848)ringabout2022-11-161-2/+2
* fixes tests and add notes (#20830)ringabout2022-11-131-1/+4
* fixes tests for quit (#20813)ringabout2022-11-111-1/+1
* [sugar] handle HiddenDeref in capture, error at CT if unsupported nnk (#20680)Vindaar2022-11-101-0/+60
* remove compiler/strutils2.nim (#20748)Bung2022-11-051-39/+0
* fix posix.mq_receive compilation with cpp backend (#20710)n5m2022-11-051-1/+44
* allow deferred close of nil stream (#20706)n5m2022-10-311-0/+6
* put std/threads under the umbrella of nimPreviewSlimSystem (#20711)ringabout2022-10-314-4/+11
* Fix #20628 for Windows (#20667)Andrey Makarov2022-10-282-11/+11
* Implement Unix file regularity check (#20448) (#20628)Andrey Makarov2022-10-252-3/+45
* Added 'openArray[char]' overloads to 'std/parseutils' (#20527)Jason Beetham2022-10-241-50/+56
* fixes #19278; make `privateAccess` work with generic ref object (#20640)ringabout2022-10-242-1/+16
* Fix tuple size check in `std/jsonutils` (#20637)Jake Leahy2022-10-241-1/+7
* Pass json options to hooks (#20638)Jake Leahy2022-10-241-0/+22
* add `std/appdirs` (#20618)ringabout2022-10-221-1/+14
* add typesafe `std/paths`, `std/files`, `std/dirs`, `std/symlinks` (#20582)ringabout2022-10-212-0/+253
* refactor envvars, oserrors; register vmops (#20592)ringabout2022-10-181-1/+2
* fixes #19162; enable `strictEffects` for v2 (#19380)ringabout2022-10-151-3/+3
* oids sticks to 24 length strings; fixes breaking changes (#20546)ringabout2022-10-121-1/+1
* 'lock levels' are deprecated, now a noop (#20539)ringabout2022-10-111-2/+2
* Make rstgen work with gcsafe (#20534)ringabout2022-10-101-0/+5
* fixes #20516; system.create doesn't work with bitfield objects (#20518)ringabout2022-10-081-0/+7
* follow up #20109; remove `shallow` seqs/strings for ORC (#20502)ringabout2022-10-061-1/+2
* Markdown indented code blocks (#20473)Andrey Makarov2022-10-052-6/+59
* strutils, rstgen: avoid deprecated `strutils.delete` (#20488)ee72022-10-051-0/+3
* add default field support for object in ARC/ORC (#20480)ringabout2022-10-041-0/+1
* move widestrs out of system (#20462)metagn2022-10-014-1/+6
* Undeprecate isvalidfilename (#19643)Juan Carlos2022-09-291-26/+47
* refactor dbFormat (#19746)ringabout2022-09-292-0/+26
* fixed tstrimpl (#20452)Andreas Rumpf2022-09-291-0/+2
* fix #19500; remove find optimization [backport: 1.6] (#19714)ringabout2022-09-282-0/+11
* moderate system cleanup & refactor (#20355)metagn2022-09-282-4/+5
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-27154-53/+185
* use almostEqual in tstats.nim (#20431)n5m2022-09-261-8/+9
* fix #18128 rfind on empty needle returns rightmost index (#20430)n5m2022-09-261-13/+17
* defaults to ORC (#19972)ringabout2022-09-238-4/+16
* fixes #20285; prevent oid time overflow at year 2038 (#20338)ringabout2022-09-221-1/+10
* follow up #19968; add more tests (#20396)ringabout2022-09-201-0/+60
* add testcase for #19020 (#20363)ringabout2022-09-151-0/+12
* fixes #19104; peg Incorrect captures [backport:1.6] (#20352)ringabout2022-09-151-0/+4
* partial revert and redesign of #19814, changelog (#20341)metagn2022-09-141-21/+23
* Fix cannot create Windows directory in root (#20311)havardjohn2022-09-111-1/+18
* Implement Markdown definition lists (+ migration) (#20333)Andrey Makarov2022-09-111-28/+108
* Markdown links migration part 1 (#20319)Andrey Makarov2022-09-091-0/+16