summary refs log tree commit diff stats
path: root/tests/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix punycode.decode function (#19136)Christoph Krybus2021-11-121-1/+201
* change os.nim doc links to new style (#19102)Andrey Makarov2021-11-081-0/+6
* tests: Fix warnings in tstrscans (#19082)Kaushal Modi2021-11-021-26/+34
* Fix VM's sametype impl to work for generics/typedescs (#19073)Jason Beetham2021-11-021-0/+58
* Fix nimIdentNormalize, fixes #19067 (#19068)Tomasz Kramkowski2021-10-291-0/+7
* docgen: implement doc link resolution in current module (#18642)Andrey Makarov2021-10-283-15/+268
* Add Zephyr Support (#19003)Jaremy Creechley2021-10-241-1/+1
* fix parsesql.treeRepr when nil is in input (#18974)Andrey Makarov2021-10-171-0/+34
* sequtils: fix errors from `strictFuncs` use (#18998)ee72021-10-161-0/+26
* rst: minor fixes (#18960)Andrey Makarov2021-10-061-1/+1
* rename nimEnableHashRef [backport] (#18941)flywind2021-10-041-1/+0
* Add support for `strictEffects` to `std/pegs` (#18949)quantimnot2021-10-041-0/+3
* envPairs works in vm, nims (#18615)Timothee Cour2021-09-291-8/+10