summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* fixes nimPreviewSlimSystem; register echoBinSafe for nimPreviewSlimSystem (#2...ringabout2022-08-242-0/+8
* fixes #20227; skip distinct types for genObjConstr [JS backend] (#20229)ringabout2022-08-242-1/+19
* test removing dollar for objects out of system (#20242)metagn2022-08-249-40/+84
* fixes #20219; ignore comment/empty node in stmtListExpr (#20249)ringabout2022-08-241-0/+4
* top-down type inference, implements rfc 149 (#20091)metagn2022-08-2417-199/+599
* Add OpenSSL 3 support (#19814)Federico Ceratto2022-08-235-140/+118
* new .redefine pragma for templates, warn on redefinition without it (#20211)metagn2022-08-2319-25/+85
* Add `doctype: RST|Markdown|RstMarkdown` pragma (#20252)Andrey Makarov2022-08-237-4/+158
* remove some deprecated pre-1.0 stdlib modules (#20202)metagn2022-08-2313-980/+18
* fixes #18983 #5282 #13008; recursive types casue infinite type (#20172)ringabout2022-08-233-2/+39
* remove {.this.} pragma, deprecated since 0.19 (#20201)metagn2022-08-2313-158/+28
* remove echo statements in tests (part 1) (#20178)ringabout2022-08-239-47/+7
* remove a special case in sigmatch; distinct pointer types no longer match `ni...ringabout2022-08-234-15/+30
* remove unused nimfind defines (#20250)ringabout2022-08-231-23/+8
* fixes #19973; switch to poll on posix (#20212)ringabout2022-08-231-11/+28
* remove `shallow` usages for ORC (#20109)ringabout2022-08-233-4/+8
* fixes #19967; reset does not work on set [backport: 1.2] (#19968)ringabout2022-08-232-1/+41
* fixes doc building regression; trigger builds on markdown files (#20260)ringabout2022-08-231-2/+4
* fixes manual regression (#20259)ringabout2022-08-231-0/+2
* fixes #20162; locals doesn't work with ORC [backport] (#20163)ringabout2022-08-232-1/+2
* document compiler procs regarding `&` (#20257)ringabout2022-08-223-2/+8
* add comments back (#20256)ringabout2022-08-211-0/+3
* 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