flywind 6c2f041368 fix code-block which causes missing docs 3 rokov pred
..
mm 297c8e403d styleCheck: Fix some inconsistent identifiers (#16177) 4 rokov pred
alloc.nim f46569bafd fixes #18494 (#18783) 3 rokov pred
ansi_c.nim fb86271556 system.nim cleanup some exported constants which should never have be… (#17909) 3 rokov pred
arc.nim 6dc34757b6 fixes #18579 (#18600) 3 rokov pred
arithm.nim 0e3ea16554 use lowercase --define switches (#17283) 3 rokov pred
arithmetics.nim ac8166ab3d Replace double backticks with single backticks - Part 1 out of ~6 (#17205) 3 rokov pred
assertions.nim 394f4ac7bb improvements to `addInt` and `$` for integer types (#18592) 3 rokov pred
assign.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) 3 rokov pred
atomics.nim 1aaa67fc18 [docs minor] remove unicode in docs comments (#16267) 4 rokov pred
avltree.nim c32c39f1de make AVL tree node part of the memory regions; fixes hard to reproduce channel crashes 8 rokov pred
basic_types.nim ac8166ab3d Replace double backticks with single backticks - Part 1 out of ~6 (#17205) 3 rokov pred
bitmasks.nim 0956a99537 ARC now capable of custom extra alignment. Ref, closure and seq support. (#15697) 4 rokov pred
cellseqs_v1.nim e31ac81899 more checking for --gc:arc, no need for valgrind (#14467) 4 rokov pred
cellseqs_v2.nim 3eb3e6b9a3 ORC: use =destroy instead of =dispose (#18440) 3 rokov pred
cellsets.nim 3e03f67335 cleaned up the internal documentation (#17524) 3 rokov pred
cgprocs.nim ca4b971bc8 Initial version of the hot-code reloading support for native targets (#10729) 6 rokov pred
channels_builtin.nim 6c2f041368 fix code-block which causes missing docs 3 rokov pred
chcks.nim b24812df5f properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955) 3 rokov pred
comparisons.nim 270964c487 implement RFCs/294 ; disallow enum <=> enum conversion (#16351) 3 rokov pred
coro_detection.nim fb86271556 system.nim cleanup some exported constants which should never have be… (#17909) 3 rokov pred
countbits_impl.nim 988c02b7cb renamed: lib/std/private/vmutils.nim -> lib/std/private/bitops_utils.nim to avoid confusion with unrelated std/vmutils (#18660) 3 rokov pred
cyclebreaker.nim 3eb3e6b9a3 ORC: use =destroy instead of =dispose (#18440) 3 rokov pred
deepcopy.nim 0956a99537 ARC now capable of custom extra alignment. Ref, closure and seq support. (#15697) 4 rokov pred
dollars.nim 394f4ac7bb improvements to `addInt` and `$` for integer types (#18592) 3 rokov pred
dragonbox.nim 9a81e91fa5 merge similar procs regarding digits (#18318) 3 rokov pred
dyncalls.nim 8aa5991bea Genode platform fixes (#17521) 3 rokov pred
embedded.nim 939df8cbda ensure the avr example keeps compiling (#17663) 3 rokov pred
exceptions.nim a1c82c39af asyncdispatch+stackTraceOverride: fix premature collection (#18039) [backport:1.2] 3 rokov pred
excpt.nim a7e622267e use lent (#18638) 3 rokov pred
fatal.nim 9531afac48 fix #16499 (#16514) 4 rokov pred
formatfloat.nim cc0f02d57d rename nimFpRoundtrips => nimPreviewFloatRoundtrip (#18566) 3 rokov pred
gc.nim 3b47a689cf Remove the use of usrToCell in gcMark [backport:1.2] (#17709) 3 rokov pred
gc2.nim f561afae41 followup #17225: simplify code after removing gc2, generational (#17242) 3 rokov pred
gc_common.nim bd7807de4c fixes #17647 (#17667) 3 rokov pred
gc_hooks.nim 62aa1a3cfe gc:destructors progress 5 rokov pred
gc_interface.nim 06dfd31612 fixes #13881 4 rokov pred
gc_ms.nim 6030e139b5 move {.injectStmt.} to experimental; add a test (#18300) 3 rokov pred
gc_regions.nim 297c8e403d styleCheck: Fix some inconsistent identifiers (#16177) 4 rokov pred
hti.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) 3 rokov pred
inclrtl.nim 779b4e307b don't use `{.rtl.}` for generics, otherwise `-d:useNimRtl` gives `ambiguous identifier` nimrtl error (#18406) 3 rokov pred
indexerrors.nim b24812df5f properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955) 3 rokov pred
integerops.nim 64e839d5fd fixes #14209 [backport:1.2] (#14213) 4 rokov pred
io.nim e0ef859130 strict effects (#18777) 3 rokov pred
iterators.nim 57609902c4 use more meaningful name than "workaround14447" (#18237) 3 rokov pred
iterators_1.nim 56461c280f Change stdlib imports to use std prefix in most examples (#17202) 3 rokov pred
jssys.nim 3c2edd142b fix for js strict mode (#18799) 3 rokov pred
memalloc.nim e5be216ccb [docs]close #12580 (#17549) 3 rokov pred
memory.nim b9994925f5 remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#16918) 4 rokov pred
memtracker.nim 18b983d7e3 addQuitProc => addExitProc (#16765) 4 rokov pred
mmdisp.nim 7c09e0c757 fix #15617(fix compilation failure on -d:useMalloc --gc:none) (#17555) 3 rokov pred
nimscript.nim e0ef859130 strict effects (#18777) 3 rokov pred
orc.nim 3eb3e6b9a3 ORC: use =destroy instead of =dispose (#18440) 3 rokov pred
osalloc.nim d0dd923acf Switch maintanance (#18668) 3 rokov pred
platforms.nim 38b41f893a fix #17941: UnusedImport works for var/let/const/type invoked inside a generic (#17942) 3 rokov pred
profiler.nim 48437d0a84 Give better error message when profiler and memProfiler used at same time (#9948) 6 rokov pred
repr.nim b24812df5f properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955) 3 rokov pred
repr_impl.nim b24812df5f properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955) 3 rokov pred
repr_v2.nim 394f4ac7bb improvements to `addInt` and `$` for integer types (#18592) 3 rokov pred
reprjs.nim b24812df5f properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955) 3 rokov pred
schubfach.nim 19263f2775 fixes #18400 (#18402) 3 rokov pred
seqs_v2.nim 53935b8b27 ARC: fixes memory leaks with newSeq used in a loop [backport:1.4] (#18040) 3 rokov pred
seqs_v2_reimpl.nim 833035bacd arc allocation method aligned (#15588) 4 rokov pred
setops.nim b1554cfeb5 better setops docs (#16236) 4 rokov pred
sets.nim c8dda867f2 close #11330 sets uses optimized countSetBits (#17334) 3 rokov pred
stacktraces.nim 82d8e9bff3 Replace double backticks with single backticks - Part 2 out of ~6 (#17206) 3 rokov pred
strmantle.nim 394f4ac7bb improvements to `addInt` and `$` for integer types (#18592) 3 rokov pred
strs_v2.nim a04c9d1f62 rename prepareStrMutation to prepareMutation (#17235) 3 rokov pred
syslocks.nim 4857c462d5 Revert "fix #14873 properly by skipping `abi` field in importc type (#17944)" (#17992) 3 rokov pred
sysspawn.nim dc89b21257 [std/locks]close #7998(complete condition variables) (#17711) 3 rokov pred
sysstr.nim f561afae41 followup #17225: simplify code after removing gc2, generational (#17242) 3 rokov pred
threadlocalstorage.nim dc89b21257 [std/locks]close #7998(complete condition variables) (#17711) 3 rokov pred
threads.nim e616675c41 various small documentation improvements (#18602) 3 rokov pred
timers.nim bf22b44b1f miscellaneous bug fixes (#13291) 5 rokov pred
widestrs.nim 01fc9e58ca fixes #18550 (#18553) 3 rokov pred