Nim backports 1.6
git log --oneline --pretty="format:%m https://github.com/nim-lang/Nim/commit/%H %s" --left-right --cherry-pick devel...origin/version-1-6
fromJson
should support empty objects (#21641)for
loop expression can now have generated iterator
's called (#21627)system.any
by accident. (#21562)@[]
and {}
type inference as returns in generics (#21475)formatBiggestFloat
in VM (#21299)genLineDir
before assignment (#21201)multisync
now allows tuples in return type (#21074)exprList
for tkOf
(#20930)isLocalVarSym
; an implicit global is a global nonetheless (#21025)nkWhileStmt
(#20947)exit
function now takes cint
type (#20775)method
requires explicit {.gcsafe.}
to be GC-safe (#20574)var
for ref parameters in std/tables
(#20175)gcRefc
symbol which allows writing specific code for refc (#20009)