fixes the --verbosity:2 regression [backport]
(cherry picked from commit 1396006)
threadpool: fix link in docs [ci skip] (#12258) [backport]
[backport] (cherry picked from commit e065e51)
Fix #12242, replacing ":" with "@c" in packages [backport] (#12265)
(cherry picked from commit 657e09e)
Fix spellings (#12277) [backport]
(cherry picked from commit 39290cf)
[backport] fix #12278, don't expose internal PCRE documentation
(cherry picked from commit e0cd523)
[backport] fix nimpretty removing space before pragma
(cherry picked from commit f804245)
(cherry picked from commit 86de2cd)
different fix for #12279 [backport]
(cherry picked from commit c5a1149)
JS: gensym is stricter for 'this'; refs #12246 [backport]
(cherry picked from commit 63bcbea)
[backport] run nimpretty on async
(cherry picked from commit aa513d7)
[backport] run nimpretty on numbers stuff
(cherry picked from commit 6c994b2)
[backport] run nimpretty on parsers
(cherry picked from commit b17ed2c)
[backport] run nimpretty on hashes
(cherry picked from commit 15895eb)
[backport] run nimpretty on web stuff
(cherry picked from commit 0ca9cc7)
[backport] run nimpretty on string stuff
(cherry picked from commit dcf3181)
[backport] run nimpretty on os-related stuff
(cherry picked from commit 34d0be2)
[backport] run nimpretty on the remaining files
(cherry picked from commit 5732bb4)
(cherry picked from commit 1964589)
(cherry picked from commit 72acf5d)
Fix how relativePath handle case sensitiviy (#12312) [backport]
(cherry picked from commit 64d5e25)
(cherry picked from commit 98e76a1)
[backport] Fix typo in docs (#12356) [ci skip]
(cherry picked from commit 64acc9d)
[backport] bundle nimpretty on Windows (#12358)
(cherry picked from commit 2909e41)
(cherry picked from commit a60f18d)
azure-pipelines: add pipelines for linux, mac and win
This is the equivalent to the current AppVeyor + Travis setup. (cherry picked from commit 880df4d)
testament: add azure integration
(cherry picked from commit acebcd7)
(cherry picked from commit 73c8391)
nimsuggest: fix tcp socket leak (#12377) [backport]
A new socket is created for each iteration and leak immediately thanks to the accept() call replacing the created socket with the client socket. This commit fixes that. (cherry picked from commit e9fa4c9)
nimsuggest: fix tcp socket leak for epc backend (#12384) [backport]
Fix reference to parseSpec proc in readme (#12359)
(cherry picked from commit 412011e)
[doc/tut1] removed discard discussion in comments (#12352)
(cherry picked from commit 89c37fa)
Documentation improvements around the db interface (#12362)
Added more details about the limits and reasoning behind the API. Came about from this discussion on IRC: https://irclogs.nim-lang.org/04-10-2019.html#16:58:04 (cherry picked from commit 7c23522)
Easier build instructions for windows - just run build_all.bat. (#1…
fix a few dead links and a missing sentence in documentation (#12387)
(cherry picked from commit 84c956d)
* small macros doc additions * more changes * fixes [ci skip] * capitalization, couple additions * nkNodeKind to nnkNodeKind (cherry picked from commit c20778d)
Updated the code example in the os module to use better grammar. (#12328
) (cherry picked from commit 0d94ee1)
[backport] Mention "lambdas" and => in the manual (#12397) [ci skip]
(so that "lambda" can be CTRL+F'd) (cherry picked from commit 3b1760d)
(cherry picked from commit 7f904e2)
Fixes semCustomPragma when nkSym (#12414) [backport]
(cherry picked from commit 990aadc)