summary refs log tree commit diff stats
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement Pandoc Markdown concise link extension (#20304)Andrey Makarov2022-09-043-74/+129
* Add improved Windows UNC path support in std/os (#20281)havardjohn2022-09-033-1/+151
* remove deprecated type pragma syntax, fix bugs that required it (#20199)metagn2022-09-031-1/+1
* [Testament] Extend and document message testing aids (#19996)quantimnot2022-09-011-1/+1
* Fix auto links to subheader when TOC is present (#20279)Andrey Makarov2022-08-272-1/+58
* fixes #20227; skip distinct types for genObjConstr [JS backend] (#20229)ringabout2022-08-241-0/+17
* test removing dollar for objects out of system (#20242)metagn2022-08-243-0/+20
* top-down type inference, implements rfc 149 (#20091)metagn2022-08-241-1/+1
* Add OpenSSL 3 support (#19814)Federico Ceratto2022-08-231-23/+21
* fixes #19967; reset does not work on set [backport: 1.2] (#19968)ringabout2022-08-231-0/+27
* Add use of Windows Wide CRT API for env. vars (#20084)havardjohn2022-08-202-6/+200
* Don't require blank line before Markdown code (#20215)Andrey Makarov2022-08-152-2/+41
* fixes #20153; do not escape `_` for mysql [backport] (#20164)ringabout2022-08-051-0/+4
* Revert "enable nimPreviewDotLikeOps" (#19919)ringabout2022-08-031-1/+0
* Highlight Nim default in Markdown code in .nim (#20110)Andrey Makarov2022-07-312-2/+12
* fixes #20089; remove setPointer since strings/seqs are not pointers with ORC ...ringabout2022-07-261-0/+14
* Markdown code blocks part 2; migrate Nim Manual (#20080)Andrey Makarov2022-07-252-10/+28
* defines the `gcRefc` symbol which allows writing specific code for refc (#20009)flywind2022-07-171-1/+6
* Improve Markdown code blocks & start moving docs to Markdown style (#19954)Andrey Makarov2022-07-153-11/+128
* [Orc] fixes "streams.readDataStr segafaults" when accepting a string literal...flywind2022-07-151-0/+10
* default threads on (#19368)flywind2022-07-061-1/+1
* Fixes return values of execCmd on macos (#19963)Daniel Clarke2022-07-051-0/+13
* Fix `find` routines' api to default to `last=-1` (#19761)Zoom2022-06-071-17/+21
* RST: improve simple tables (#19859)Andrey Makarov2022-06-041-0/+229