summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Make rstgen work with gcsafe (#20534)ringabout2022-10-106-9/+18
* enable nimlsp and ast_pattern_matching (#20533)ringabout2022-10-101-2/+2
* Automatic dereferencing is removed (#20531)ringabout2022-10-108-104/+18
* Atlas: added an explicit --workspace option (#20532)Andreas Rumpf2022-10-101-3/+15
* fix #18886 crash on ambiguous proc cast (#20472)Bung2022-10-103-2/+29
* implemented 'atlas install' command (#20530)Andreas Rumpf2022-10-101-52/+90
* Remove unused `base64.encode` overload (#20369)Amjad Ben Hedhili2022-10-092-28/+13
* fixes #20524; add forbids pragmas to hideable lists (#20525)ringabout2022-10-094-54/+54
* parseutils: skipWhile: fix parameter name in doc comment (#20523)ee72022-10-091-1/+1
* threaded alloc (#20492)Andreas Rumpf2022-10-093-118/+247
* FTP client is now able to connect to server over TLS by set `useTls =… (#17...Huy Doan2022-10-091-10/+75
* fixes #20516; system.create doesn't work with bitfield objects (#20518)ringabout2022-10-082-6/+7
* out parameters: enforce that 'out' is only used as a parameter (#20510)Andreas Rumpf2022-10-075-3/+47
* closes #12994; add testcase (#20511)ringabout2022-10-081-0/+23
* fixes devel CI (#20512)ringabout2022-10-071-1/+1
* remove implicit let/var default initialization (#20508)ringabout2022-10-072-27/+16
* DAA and 'out' parameters (#20506)Andreas Rumpf2022-10-0617-53/+289
* correct grammar (ref #20199) and add check for grammar.txt (#20494)ringabout2022-10-063-12/+35
* closes #9401; add testcase (#20507)ringabout2022-10-061-0/+49
* Add no-math-errno for GCC when build for Release (#20503)Juan Carlos2022-10-062-4/+9
* Fix/improve handling of forward declarations in nimsuggest (#20493)Ivan Yonchovski2022-10-066-13/+119
* follow up #20109; remove `shallow` seqs/strings for ORC (#20502)ringabout2022-10-069-45/+36
* Make output assertion deterministic for test for #7172 (#20495)Matt Haggard2022-10-051-2/+2
* closes #11267; closes #11259; closes #11085; add testcases (#20505)ringabout2022-10-062-0/+36
* Markdown indented code blocks (#20473)Andrey Makarov2022-10-0533-616/+710
* macOS use SecRandomCopyBytes instead of getentropy (#20466)Matt Haggard2022-10-051-17/+4
* strutils, rstgen: avoid deprecated `strutils.delete` (#20488)ee72022-10-053-5/+9
* Add proxy basic auth documentation (#20498)TerrorTrace2022-10-051-0/+8
* enable important packages which pass tests (#20501)ringabout2022-10-051-2/+2
* cleanup nfFirstWrite flags (#20500)Andreas Rumpf2022-10-055-6/+5
* fixes #19231; newFinalize doesn't work with ORC (#20291)ringabout2022-10-052-31/+46
* enable ORC tests for nimsl (#20497)ringabout2022-10-041-1/+1
* remove deprecation messages for `unsafeAddr`; add warnings to docs (#20496)ringabout2022-10-041-13/+3
* add default field support for object in ARC/ORC (#20480)ringabout2022-10-0423-80/+727
* decrease iteration count of btree test (#20491)Bung2022-10-041-1/+1
* allocator: disable unnecessary stuff for ORC [backport] (#20489)Andreas Rumpf2022-10-031-95/+44
* [ARC] fixes #18645; C Compiler error when initializing {.global.} with a bloc...ringabout2022-10-032-12/+35
* close #11415; add testcase (#20486)ringabout2022-10-031-0/+25
* pragma for sfCallsite instead of name check + better semantics, test (#20464)metagn2022-10-0313-25/+73
* fixes nim check with orc (#20456)ringabout2022-10-025-1/+27
* less test time costs (#20479)Bung2022-10-023-12/+8
* disable threads when booting the compiler (#20478)ringabout2022-10-021-0/+1
* Fix #19224 For loops over a hardcoded empty array crash the compiler (#20476)Bung2022-10-012-0/+15
* move widestrs out of system (#20462)metagn2022-10-0129-8/+64
* fix #19678 Broken behavior with string ranges in case labels (#20475)Bung2022-10-012-0/+19
* new move analyser2 (#20471)Andreas Rumpf2022-10-0119-687/+475
* closed ambiguous enum defaults to first overload (#20457)metagn2022-10-018-8/+37
* remove hack for deprecated csize in compiler (#20463)metagn2022-10-012-7/+2
* add plausibleAnalytics support for koch docs[backport:1.6] (#20454)ringabout2022-09-303-4/+10
* koch boot compiler with orc (#20467)ringabout2022-09-305-11/+6