We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
abi
cast(nosideEffect)
destructor for seq[T] elements not called with gc:refc upon setLen 0 · Issue #17186 · nim-lang/Nim
seq[T]
setLen 0
standardize all stringification API's around allocation-free binary $ operator + variadic strAppend · Issue #191 · nim-lang/RFCs
Add Week-Of-Year Implementation to Times Module by capocasa · Pull Request #17223 · nim-lang/Nim
properly fix #10053 (more informative FieldError msg): report discriminant value + lineinfo; also improve for VM case by timotheecour · Pull Request #11955 · nim-lang/Nim
Improve overload resolution for untyped in generics and templates · Issue #346 · nim-lang/RFCs
untyped
RFC: untyped(expr) for untyped params in overloaded routines · Issue #630 · timotheecour/Nim
untyped(expr)
syntax request: from std/[foo1,foo2] import nil ; from "." / [foo1,foo2] import bar1, bar2, bar3 · Issue #76 · nim-lang/RFCs
from std/[foo1,foo2] import nil
from "." / [foo1,foo2] import bar1, bar2, bar3
New channels implementation for ORC by xflywind · Pull Request #17305 · nim-lang/Nim (eg: New channels implementation for ORC nim-lang/Nim#17305 (comment) std/dequeues with max capacity)
Replace 'cstderr.rawWrite' with 'writeToStdErr' by ehmry · Pull Request #17288 · nim-lang/Nim => can it use same approach as i used in --stacktracemsgs ?
Arc now bootstraps by Clyybber · Pull Request #17342 · nim-lang/Nim => double check: does arc support shallowCopy? and can we instead use byAddr ?
byAddr
asyncdispatch+stackTraceOverride: fix premature garbage collection by stefantalpalaru · Pull Request #18039 · nim-lang/Nim
fixes #11225; generic sandwich problems; [backport:1.2] by Araq · Pull Request #17255 · nim-lang/Nim
for loop invoked from generic procedure defined in another module cant find items iterator · Issue #11167 · nim-lang/Nim
items
let a {.rom.} = constExpr
Error: ambiguous identifier
nkPtrLit
nim r -b:js --browser main
libfswatch
Add module jsfetch by juancarlospaco · Pull Request #12531 · nim-lang/Nim
fix RST parsing when no indent after enum.item (fix #17249) by a-mr · Pull Request #17257 · nim-lang/Nim
iterable[T] by timotheecour · Pull Request #17196 · nim-lang/Nim
import foo {.all.} by timotheecour · Pull Request #11865 · nim-lang/Nim
import foo {.all.}
close #11330 sets uses optimized countSetBits by xflywind · Pull Request #17334 · nim-lang/Nim
add algorithm.merge by xflywind · Pull Request #16182 · nim-lang/Nim
unify tuple expressions by krux02 · Pull Request #13793 · nim-lang/Nim
[WIP] Adding support for user-defined number suffixes by JohnAD · Pull Request #17020 · nim-lang/Nim
fidget useHead=false fidget breaks nim CI again · Issue #133 · treeform/fidget
The text was updated successfully, but these errors were encountered:
No branches or pull requests
post-merge
post-merge that need revisiting
abi
field in importc type" by Araq · Pull Request #17992 · nim-lang/Nimcast(nosideEffect)
problematic)misc
destructor for
seq[T]
elements not called with gc:refc uponsetLen 0
· Issue #17186 · nim-lang/Nimstandardize all stringification API's around allocation-free binary $ operator + variadic strAppend · Issue #191 · nim-lang/RFCs
Add Week-Of-Year Implementation to Times Module by capocasa · Pull Request #17223 · nim-lang/Nim
properly fix #10053 (more informative FieldError msg): report discriminant value + lineinfo; also improve for VM case by timotheecour · Pull Request #11955 · nim-lang/Nim
Improve overload resolution for
untyped
in generics and templates · Issue #346 · nim-lang/RFCsRFC:
untyped(expr)
for untyped params in overloaded routines · Issue #630 · timotheecour/Nimsyntax request:
from std/[foo1,foo2] import nil
;from "." / [foo1,foo2] import bar1, bar2, bar3
· Issue #76 · nim-lang/RFCsNew channels implementation for ORC by xflywind · Pull Request #17305 · nim-lang/Nim
(eg: New channels implementation for ORC nim-lang/Nim#17305 (comment) std/dequeues with max capacity)
Replace 'cstderr.rawWrite' with 'writeToStdErr' by ehmry · Pull Request #17288 · nim-lang/Nim => can it use same approach as i used in --stacktracemsgs ?
Arc now bootstraps by Clyybber · Pull Request #17342 · nim-lang/Nim
=> double check: does arc support shallowCopy? and can we instead use
byAddr
?asyncdispatch+stackTraceOverride: fix premature garbage collection by stefantalpalaru · Pull Request #18039 · nim-lang/Nim
generics
fixes #11225; generic sandwich problems; [backport:1.2] by Araq · Pull Request #17255 · nim-lang/Nim
for loop invoked from generic procedure defined in another module cant find
items
iterator · Issue #11167 · nim-lang/NimtoOpenArray
parse hex
RST
COW
let a {.rom.} = constExpr
· Issue #553 · timotheecour/Nimenum
Error: ambiguous identifier
; pure and nonpure should both mean the same thing; pure should be deprecated · Issue #8850 · nim-lang/NimPragma {.pure.} for "enum" no longer taken in account by the compiler · Issue #12893 · nim-lang/Nim
concepts
perf
compiler flags
C++
my PRs
VM
see https://github.com/timotheecour/vitanim/blob/master/testcases/tests/test_vm_var_importc.nim which contains instructions to build, and shows the different features from this PR
nkPtrLit
node kindupcoming PR for
nim r -b:js --browser main
libfswatch
along with livereloadoutside
CI failures
done
Add module jsfetch by juancarlospaco · Pull Request #12531 · nim-lang/Nim
fix RST parsing when no indent after enum.item (fix #17249) by a-mr · Pull Request #17257 · nim-lang/Nim
iterable[T] by timotheecour · Pull Request #17196 · nim-lang/Nim
import foo {.all.}
by timotheecour · Pull Request #11865 · nim-lang/Nimclose #11330 sets uses optimized countSetBits by xflywind · Pull Request #17334 · nim-lang/Nim
add algorithm.merge by xflywind · Pull Request #16182 · nim-lang/Nim
unify tuple expressions by krux02 · Pull Request #13793 · nim-lang/Nim
[WIP] Adding support for user-defined number suffixes by JohnAD · Pull Request #17020 · nim-lang/Nim
fidget useHead=false fidget breaks nim CI again · Issue #133 · treeform/fidget
The text was updated successfully, but these errors were encountered: