summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* minor cleanup vmprofiler (#21783)ringabout2023-05-041-1/+1
* adds checksums to important packages (#21782)ringabout2023-05-042-1/+2
* error on user pragma args (#21776)metagn2023-05-032-1/+10
* closes #21778; document `threading/channels` (#21779)ringabout2023-05-031-1/+1
* closes #21771; fixes the link (#21777)ringabout2023-05-031-1/+1
* closes #10108; add a test case (#21770)ringabout2023-05-031-10/+22
* line info for strformat + fix issue with typed templates (#21761)metagn2023-05-023-8/+40
* underscore as special word (#21766)metagn2023-05-026-9/+10
* cheap fix for #10853 + better tuple subscript error message (#21767)metagn2023-05-025-3/+11
* fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)ringabout2023-05-0233-91/+80
* Ignore pkgs folder (#21755)Amjad Ben Hedhili2023-05-021-0/+1
* implements #21747 (#21748)Juan M Gómez2023-05-022-28/+34
* fixes #20144; fixes asyncnet ssl on bsds (#21763)ringabout2023-05-011-2/+5
* fixes #21483; fixes nim doc skips documentation of annotated elements of obje...ringabout2023-04-295-1/+48
* fix build on haiku (#21752)Al Hoang2023-04-292-2/+2
* Save and restore ci_bench cache (#21750)Federico Ceratto2023-04-291-10/+10
* closes #21745 (#21746)ringabout2023-04-281-1/+0
* improve C/C++ debug output readability (1/N) (#21690)heterodoxic2023-04-284-129/+159
* handle quoted routine symbols and non symbols expressions as before (#21740)ringabout2023-04-282-2/+14
* fixes #21245; warn about destructors that can raise (#21726)Andreas Rumpf2023-04-264-7/+26
* fixes broken CI (#21732)ringabout2023-04-261-1/+1
* fixes #21731; fixes #21537; disable `warnBareExcept` by default [backport] (#...ringabout2023-04-262-2/+2
* fix #21727 (#21729)metagn2023-04-263-12/+28
* Add benchmarking based on Minimize (#21566)Federico Ceratto2023-04-251-0/+117
* documents #21628 (#21723)Juan M Gómez2023-04-241-0/+29
* Pragma to force the exportc of a type. #21645 (#21648)Juan M Gómez2023-04-241-3/+12
* fixes #21703; moveOrCopy should consider when vm (#21721)ringabout2023-04-241-1/+2
* refactoring in preparation for better, simpler name mangling that wor… (#21...Andreas Rumpf2023-04-2445-202/+216
* fix iterator equality + add test for proc equality + fix sameType (#21707)metagn2023-04-237-5/+73
* fixes booting warnings (#21711)ringabout2023-04-231-1/+1
* temporarily disable badssl tests (#21710)metagn2023-04-231-65/+77
* alias syntax fixes, improvements and tests (#21671)metagn2023-04-2211-148/+226
* implements #21620: allowing to import multiple modules with shared names (#21...Juan M Gómez2023-04-214-9/+21
* stdlib tests now check refc too (#21664)ringabout2023-04-21140-39/+256
* Documented path substitution by compiler (#21662)Raynei2023-04-213-0/+14
* tweak spellsuggest; three counts for equal distances candidates by default (#...ringabout2023-04-212-7/+4
* refact: Remove assertion effect hiding workaround (#21472)quantimnot2023-04-211-6/+1
* add test for #13764 (#21699)Bung2023-04-211-0/+6
* Fix json.to for float fields that are not present (#21695)Yardanico2023-04-211-1/+1
* static link pthread correctly (#21693)ringabout2023-04-202-2/+3
* Fixed `window.find` return (#21621)Thiago2023-04-191-1/+1
* fixes nightlies regression (#21689)ringabout2023-04-191-2/+1
* fixes #21540; deref block at transf phase to make injectdestructors function ...ringabout2023-04-193-17/+69
* fix #20997 (#21165)Bung2023-04-191-4/+2
* docuement case statement breaking changes in the changelog (#21686)ringabout2023-04-191-0/+3
* Fix RST/Markdown false heading detection (#21685)Andrey Makarov2023-04-183-14/+57
* import brackets support `as` and prefixes [backport] (#21636)metagn2023-04-182-15/+22
* actually fix #19015 (#21680)metagn2023-04-172-1/+31
* revert #21227 (#21681)metagn2023-04-173-10/+17
* warn on set types bigger than max size, default to 0..255 for int literals (#...metagn2023-04-1715-32/+59