summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fixes #17658; add cert dir for ssl ctx (#19920)ringabout2022-08-282-1/+11
* Fix auto links to subheader when TOC is present (#20279)Andrey Makarov2022-08-272-91/+97
* Add missing rand(var Rand, Ordinal) overload (#20124)Antonis Geralis2022-08-261-14/+32
* remove `var` for ref parameters in `std/tables` (#20175)ringabout2022-08-251-2/+2
* std/options enables stricteffects (#19441)ringabout2022-08-251-4/+8
* move formatfloat out of system (#20195)ringabout2022-08-2411-164/+184
* fixes nimPreviewSlimSystem; register echoBinSafe for nimPreviewSlimSystem (#2...ringabout2022-08-241-0/+2
* test removing dollar for objects out of system (#20242)metagn2022-08-244-40/+59
* top-down type inference, implements rfc 149 (#20091)metagn2022-08-242-11/+21
* Add OpenSSL 3 support (#19814)Federico Ceratto2022-08-232-115/+84
* new .redefine pragma for templates, warn on redefinition without it (#20211)metagn2022-08-233-15/+7
* Add `doctype: RST|Markdown|RstMarkdown` pragma (#20252)Andrey Makarov2022-08-231-1/+1
* remove some deprecated pre-1.0 stdlib modules (#20202)metagn2022-08-239-879/+12
* fixes #19973; switch to poll on posix (#20212)ringabout2022-08-231-11/+28
* remove `shallow` usages for ORC (#20109)ringabout2022-08-231-1/+2
* add comments back (#20256)ringabout2022-08-211-0/+3
* remove the merge pragma and obsolete comments (#20254)ringabout2022-08-211-7/+4
* Remove string == nil/nil == string error (#20222)metagn2022-08-201-23/+0
* Add use of Windows Wide CRT API for env. vars (#20084)havardjohn2022-08-203-38/+53
* make implicit cstring conversions explicit (#19488)ee72022-08-1911-50/+50
* Adds missing SEEK_ POSIX constants for FreeRTOS (#20241)jgirvin-venturi2022-08-191-0/+4
* Don't require blank line before Markdown code (#20215)Andrey Makarov2022-08-151-5/+11
* Pass check condition directly to if (#20217)Dan Rose2022-08-151-2/+6
* improve deprecation error messages (#20197)ringabout2022-08-111-4/+2
* fix broken runnableExamples for getWeeksInIsoYear (#20193)metagn2022-08-111-2/+2
* bootstrap the compiler with nimPreviewSlimSystem (#20176)ringabout2022-08-0911-0/+42
* update the docs of arc following up #19749 (#19752)ringabout2022-08-081-2/+2
* fixes #20153; do not escape `_` for mysql [backport] (#20164)ringabout2022-08-051-2/+1
* Improve error message for `strutils.addf` (#20157)konsumlamm2022-08-051-8/+8
* Add client.close() in httpclient examples. (#20118)gecko2022-08-041-9/+25
* prevent cache thrashing (#20129)ringabout2022-08-021-1/+3
* Fix "Add Wider Ascii Chars sets and func for string formatting" (#20120)Clay Sweetser2022-07-311-3/+3
* Add Wider Ascii Chars sets and func for string formatting (#19994)Sultan Al Isaiee2022-07-311-12/+25
* [ORC] replace threadpool with createThread in the runnableExamples (#20106)ringabout2022-07-311-9/+16
* replace the broken link for ORC implementation with a working one (#20105)ringabout2022-07-311-1/+1
* Highlight Nim default in Markdown code in .nim (#20110)Andrey Makarov2022-07-312-11/+16
* remove shallowCopy for ARC/ORC (#20070)ringabout2022-07-263-20/+34
* fixes #20089; remove setPointer since strings/seqs are not pointers with ORC ...ringabout2022-07-261-2/+8
* .forbids pragma: defining forbidden tags (#20050)Lancer112112022-07-261-0/+9
* Markdown code blocks part 2; migrate Nim Manual (#20080)Andrey Makarov2022-07-251-24/+30
* fix #20067, fix #18976 [backport] (#20069)metagn2022-07-221-1/+3
* replace shallowcopy with move in ARC/ORC (#20061)flywind2022-07-181-6/+6
* Improve rand(bool) (#20045)Antonis Geralis2022-07-181-2/+4
* epoll: correct mapping [backport] (#20058)Jacek Sieka2022-07-181-5/+14
* Fixed typo in std/os doc (#20054)LetThereBeLemons2022-07-181-1/+1
* fix `pthread_mutex_t` size (#20055)Jacek Sieka2022-07-181-1/+1
* Display protocol name in exceptions raised by getProtoByName() (#19808)kraptor2022-07-161-1/+1
* Make `random.rand` work with `Ordinal` (#20043)Amjad Ben Hedhili2022-07-161-6/+9
* make AsyncSocket.getPeerAddr work ; fix #15022 (#20038)David Krause2022-07-161-0/+2
* Improve Markdown code blocks & start moving docs to Markdown style (#19954)Andrey Makarov2022-07-152-36/+119