summary refs log tree commit diff stats
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Zectbumo fixes 19824 (#19825)Alfred Morgan2022-05-301-0/+4
* "ip" protocol as id 0 is long gone (#19760)kraptor2022-05-071-4/+0
* Really fix StringStream with ARC at compile-time, improve streams test (#19739)Danil Yarantsev2022-04-251-2/+7
* Fix string stream crashing when created on nimscript due to last fix (#19717)Jason Beetham2022-04-141-0/+4
* enable style:usages for stdlib tests [backport: 1.6] (#19715)flywind2022-04-1325-83/+86
* StringStreams no longer errors when intialized with literals on arc/orc (#19708)Jason Beetham2022-04-111-0/+2
* typetraits: add toSigned, toUnsigned (#18445)Timothee Cour2022-04-072-2/+16
* Removed deprecated httpcore func (#19550)Juan Carlos2022-03-181-4/+4
* enable nimPreviewDotLikeOps (#19598)flywind2022-03-091-0/+1
* register callback for marshal in VM (#19578)flywind2022-03-081-6/+36
* Remove deprecated math.c_frexp (#19518)Juan Carlos2022-02-141-6/+0
* use OrderedTable instead of OrderedTableRef for mimedb (#19522)David Krause2022-02-141-0/+2
* Fix bug 27 of #17340 (#19433)Andrey Makarov2022-02-072-8/+30
* fix parseEnum cannot parse enum with const fields (#19466)flywind2022-02-041-0/+11
* fix broken CI (#19472)flywind2022-01-311-6/+6
* Merge pull request from GHSA-ggrq-h43f-3w7mDominik Picheta2022-01-291-7/+38
* New/better macro pragmas, mark some as experimental (#19406)metagn2022-01-201-54/+12
* Resolve cross file resolution errors in atomics (#19422) [backport:1.6]James2022-01-202-0/+20
* Added `std/envvars` for env vars handling (#19421)flywind2022-01-201-0/+59
* Added `std/oserrors` for OS error reporting (#19390)flywind2022-01-171-0/+9
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-163-10/+10
* Use openarray of bytes in md5 (#19307)hlaaftana2022-01-151-5/+14
* Fix `remove` on last node of singly-linked list [backport:1.6] (#19353)gecko2022-01-101-0/+13
* style usages part one (openarray => openArray) (#19321)flywind2022-01-043-5/+5
* Fix #19314 - fixing broken `DoublyLinkedList` after adding empty `DoublyLinke...rockcavera2022-01-031-0/+12
* Add Week-Of-Year Implementation to Times Module (#17223)Carlo Capocasa2022-01-031-0/+95
* Fix #19297 - fixing broken list after adding empty list (#19299)rockcavera2021-12-301-0/+12
* Extract runnables that specify `doccmd` (#19275) [backport:1.6]Jake Leahy2021-12-201-0/+20
* fix #19244 - solves the problem of the InAddr object constructor in Windows. ...rockcavera2021-12-171-0/+6
* [backport:1.0] json: limit recursion depth (#19252)Miran2021-12-141-0/+32
* fix: fixes bug in CVerifyPeerUseEnvVars (#19247)Nick Wilburn2021-12-141-0/+16
* fix bug #14468 zero-width split (#19248)Carlo Capocasa2021-12-131-0/+6
* Various std net improvements (#19132)Jaremy Creechley2021-12-121-43/+45
* fixes a possible 'javascript:' protocol exploit [backport:1.0] (#19134)Andreas Rumpf2021-12-101-4/+31
* implement RST & Markdown quote blocks (#19147)Andrey Makarov2021-11-231-0/+361