summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Cleanup dochack (#20299)Amjad Ben Hedhili2022-09-041-88/+36
* Add improved Windows UNC path support in std/os (#20281)havardjohn2022-09-037-69/+301
* only allow enums to overload enums + extra test (#20126)metagn2022-09-032-2/+36
* remove deprecated type pragma syntax, fix bugs that required it (#20199)metagn2022-09-0344-86/+111
* Partially Revert "Change nim's nimble files to make it installable" (#20296)ringabout2022-09-021-0/+8
* Revert "fix #19600 No error checking on fclose (#19836)" (#20297)ringabout2022-09-022-14/+2
* Fix #16937; --clib option pass library name to backend C compiler correctly (...Tomohiro2022-09-014-1/+16
* support cstring in `case` (#20130)metagn2022-09-0113-18/+126
* remove the old nimv019 define in the config (#20133)ringabout2022-09-011-6/+0
* [Testament] Extend and document message testing aids (#19996)quantimnot2022-09-0115-150/+248
* Simpler complex division implementation (#20088)Dan Rose2022-09-011-12/+1
* Markdown code blocks part 6 (#20292)Andrey Makarov2022-08-316-356/+364
* Change nim's nimble files to make it installable (#20179)Ivan Yonchovski2022-08-313-17/+14
* update changelog for #20242, #20091, #20087 (#20288)metagn2022-08-311-1/+9
* fixes the regressions caused by the fix for #20107 [backport] (#20287)Andreas Rumpf2022-08-314-1/+4
* [nimsuggest] fix def call on identifier 2 times on the line (#20228)Ivan Yonchovski2022-08-305-48/+76
* fix #19600 No error checking on fclose (#19836)Bung2022-08-292-2/+13
* Implement complex sgn (#20087)Dan Rose2022-08-281-0/+7
* fixes #17658; add cert dir for ssl ctx (#19920)ringabout2022-08-282-1/+11
* fix `nim md2tex` and `koch pdf` commands (#20280)Andrey Makarov2022-08-282-12/+13
* minor updates on manual (#20258)Judd2022-08-271-11/+12
* Fix auto links to subheader when TOC is present (#20279)Andrey Makarov2022-08-276-104/+165
* Update manual.md (#20277)Clay Sweetser2022-08-261-3/+2
* 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
* provide better error messages for large set (#20207)ringabout2022-08-252-4/+8
* remove unused sfProcvar, "procvar" mentions (#20204)metagn2022-08-245-8/+8
* move formatfloat out of system (#20195)ringabout2022-08-2423-176/+201
* 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