summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* add measuremancer to important packages (#20599)ringabout2022-10-201-0/+1
* [backport] Handle nkOpenSymChoice for nkAccQuoted in considerQuotedIdent (#20...SirOlaf2022-10-182-0/+20
* refactor envvars, oserrors; register vmops (#20592)ringabout2022-10-185-347/+17
* enable telebot (#20589)ringabout2022-10-181-1/+1
* fixes niminst with stricteffects; add testcase for niminst (#20587)ringabout2022-10-183-1/+17
* fixes #20572 (#20585)Andreas Rumpf2022-10-1725-70/+116
* [`std/os` clean up] import and export `osseps` (#20580)ringabout2022-10-174-3/+4
* Documentation only, dom (#20584)Juan Carlos2022-10-171-0/+31
* Fix #12517 Allow single branch when nimvm statements (#20577)Can Lehmann2022-10-172-3/+27
* Fix "imported but not used" warnings (#20575)Andrey Makarov2022-10-166-7/+7
* fixes #20515; base `method` requires explicit `{.gcsafe.}` to be GC-safe (#20...ringabout2022-10-162-4/+32
* enable glob (#20573)ringabout2022-10-161-1/+1
* atomicInc global alloc counters (#20571)Antonis Geralis2022-10-162-9/+9
* fixes #19162; enable `strictEffects` for v2 (#19380)ringabout2022-10-1516-39/+38
* fix #19700 Crash when passing a template to a generic functio… (#20567)Bung2022-10-152-0/+12
* fixes changelog for oids (#20565)ringabout2022-10-141-2/+1
* fix #8821 JS codegen can produce extreme switch statements with case … (#20...Bung2022-10-142-10/+2
* fixes #3748 (#20563)Andreas Rumpf2022-10-144-6/+24
* Validate `nimgrep` filter options not empty (#20562)Andrey Makarov2022-10-141-13/+19
* follow up #19714; add `memmem` optimizations for `find` on Linux, Macos and B...ringabout2022-10-131-1/+26
* fixes #20553; don't format code for stropping identifier (#20561) [backport]ringabout2022-10-133-5/+31
* fix #18136 tests/proc/t17157.nim now gives SIGSEGV instead of error (#20555)Bung2022-10-132-1/+1
* add nimPNG to important packages (#20557)ringabout2022-10-131-1/+2
* fix #18990 Regression in proc symbol resolution; Error: attempting to… (#20...Bung2022-10-124-2/+9
* Return error message in output of gorge/staticExec. (#18942)Dominik Picheta2022-10-122-2/+12
* Markdown code blocks migration part 7 (#20547)Andrey Makarov2022-10-1217-414/+429
* oids sticks to 24 length strings; fixes breaking changes (#20546)ringabout2022-10-122-8/+8
* move google fonts to the last part (#20541)ringabout2022-10-118-32/+24
* fix #7446 Generics: type mismatch 'SomeunsignedInt or Natural' (#20522)Bung2022-10-112-2/+11
* 'lock levels' are deprecated, now a noop (#20539)ringabout2022-10-1157-372/+121
* time to make IC work with ORC (here we go again...) (#20538)Andreas Rumpf2022-10-113-11/+40
* remove unused `userVersion:1.6` which is succeeded by `nimPreviewSlimSystem` ...ringabout2022-10-101-2/+2
* update the maintained repo of ast-pattern-matching (#20537)ringabout2022-10-101-1/+1
* refactorings (#20536)Andreas Rumpf2022-10-109-16/+16
* 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