summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* remove the merge pragma and obsolete comments (#20254)ringabout2022-08-211-7/+4
* Docs auto dark mode (#20188)Amjad Ben Hedhili2022-08-218-174/+136
* fixes #11953; jsondoc creates no files unless the htmldocs dir is created (#2...ringabout2022-08-202-0/+18
* 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-206-45/+263
* fixes #20149; fixes #16762; hintAsError and warningAsError now ignore foreign...ringabout2022-08-194-8/+14
* make sure tools/heapdumprepl.nim continues to compile (#20146)ringabout2022-08-191-4/+2
* make implicit cstring conversions explicit (#19488)ee72022-08-1914-63/+63
* Adds missing SEEK_ POSIX constants for FreeRTOS (#20241)jgirvin-venturi2022-08-191-0/+4
* fixes #20107 (#20246) [backport]Andreas Rumpf2022-08-192-0/+38
* Markdown code blocks part 5 (#20236)Andrey Makarov2022-08-1721-413/+486
* fix comment in the Nim manual (#20234)Judd2022-08-171-1/+1
* Don't require blank line before Markdown code (#20215)Andrey Makarov2022-08-154-9/+53
* Pass check condition directly to if (#20217)Dan Rose2022-08-151-2/+6
* changelog fixes again (#20206)metagn2022-08-151-56/+56
* closes #12955; add testcase (#20223)ringabout2022-08-152-0/+7
* add version-1-6 and version-1-2 to triggered branches (#20214)ringabout2022-08-141-1/+3
* closes #15316; add testcase (#20213)ringabout2022-08-132-0/+7
* Markdown code blocks part 4 (#20189)Andrey Makarov2022-08-129-341/+365
* CI upgrade to ubuntu-20.04 (#20182)ringabout2022-08-121-1/+1
* closes #6559; add testcase (#20200)ringabout2022-08-121-0/+17
* Show beatutiful html instead of ugly markdown preview (#20196)ringabout2022-08-111-1/+1
* improve deprecation error messages (#20197)ringabout2022-08-111-4/+2
* fix broken runnableExamples for getWeeksInIsoYear (#20193)metagn2022-08-111-2/+2
* help our poor CI; don't run CI on other branches for push (#20184)ringabout2022-08-091-1/+5
* Build compiler with --noNimblePath (#20168)Ivan Yonchovski2022-08-094-5/+5
* docs: fix some spelling errors (#19816)ee72022-08-0910-141/+143
* bootstrap the compiler with nimPreviewSlimSystem (#20176)ringabout2022-08-0919-1/+68
* fixes broken ssl tests (#20181)ringabout2022-08-091-2/+2
* update the docs of arc following up #19749 (#19752)ringabout2022-08-081-2/+2
* fixes links in the readme (#20167)ringabout2022-08-071-2/+2
* [minor] don't find `"Hint: gc"` for action (#20170)ringabout2022-08-071-4/+2
* fixes #20153; do not escape `_` for mysql [backport] (#20164)ringabout2022-08-052-2/+5
* Improve error message for `strutils.addf` (#20157)konsumlamm2022-08-051-8/+8
* remove annoying dropdowns from the bug form (#20154)ringabout2022-08-051-147/+8
* Two broken links found (#20121)Sojin2022-08-041-2/+2
* Add bug form (#19913)Juan Carlos2022-08-044-88/+287
* Markdown code blocks part 3 (#20117)Andrey Makarov2022-08-045-283/+409
* fixes #20132; fixes the broken jsondoc comand [backport] (#20135)ringabout2022-08-043-1/+30
* Add client.close() in httpclient examples. (#20118)gecko2022-08-041-9/+25
* closes #20123; remove builds.sr.ht (#20131)ringabout2022-08-033-99/+0
* Revert "enable nimPreviewDotLikeOps" (#19919)ringabout2022-08-034-2/+3
* Fixed compilation of void closureiters with try stmt (#20138) [backport]Yuriy Glukhov2022-08-032-4/+15
* Edits to sections 'Open arrays' and 'varargs'. (#20140)random-bites2022-08-031-6/+6
* [Changelog] Add Wider Ascii Chars sets string formatting in strutils.nim (#20...Sultan Al Isaiee2022-08-021-0/+1
* 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
* [Doc] Fix some minor markup errors in manual (#20112)quantimnot2022-07-311-8/+9
* [ORC] replace threadpool with createThread in the runnableExamples (#20106)ringabout2022-07-311-9/+16