summary refs log tree commit diff stats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Orc] fixes "streams.readDataStr segafaults" when accepting a string literal...flywind2022-07-151-0/+5
* fixes #20015; document `shallowCopy` does a deep copy with ARC/ORC (#20025)flywind2022-07-141-0/+2
* Add sink and lent annotations to the critbits module (#20021)silent-observer2022-07-141-8/+8
* Fixes Compilation error with --app:lib (#19965)Juan M Gómez2022-07-101-1/+1
* sysrand: fix syscall signature [backport] (#19982)Jacek Sieka2022-07-071-4/+3
* Fixes return values of execCmd on macos (#19963)Daniel Clarke2022-07-051-1/+1
* Fixing `nimRawSetJmp` for vcc and clangcl on Windows (#19959)rockcavera2022-07-041-17/+21
* jsffi add missing braces (#19948)Juan Carlos2022-06-301-10/+10
* Fix jsre (#19917)Juan Carlos2022-06-281-3/+5
* fix typo in nre.nim (#19915)flintforge2022-06-211-2/+1
* Fix nimRawSetjmp for VCC [backport: 1.2] (#19899)Tanguy2022-06-201-1/+1
* Better range error messages (#19867)Tanguy2022-06-151-0/+3
* Windows: enable nimRawSetjmp by default [backport] (#19891)Tanguy2022-06-141-0/+7
* Correctly import libcrypto functions using dynlib (#19881)Ardek Romak2022-06-131-35/+37
* Pass headers and body correctly to FetchOptions (#19884) [backport]Jake Leahy2022-06-131-2/+3
* Friendlier error message with solution (#19880)Carlo Capocasa2022-06-111-0/+5
* [js] add testcase for array indexDefect and remove todo (#19838)flywind2022-06-101-4/+0
* remove noop option `gc:v2` (#19810)flywind2022-06-101-12/+2
* fix #19862; make widestrs consistent between refc and orc (#19874) [backport]flywind2022-06-091-0/+3