Araq 0496248951 fixes #20604 vor 2 Jahren
..
mm 141b76e365 Add Zephyr Support (#19003) vor 3 Jahren
alloc.nim fbc6975922 threaded alloc (#20492) vor 2 Jahren
ansi_c.nim e2f412145f fix fwrite prototype (#20644) vor 2 Jahren
arc.nim 80a0dc295b update the docs of arc following up #19749 (#19752) vor 2 Jahren
arithm.nim 0e3ea16554 use lowercase --define switches (#17283) vor 3 Jahren
arithmetics.nim 919a889ba8 moderate system cleanup & refactor (#20355) vor 2 Jahren
assign.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) vor 3 Jahren
atomics.nim fbc6975922 threaded alloc (#20492) vor 2 Jahren
avltree.nim c32c39f1de make AVL tree node part of the memory regions; fixes hard to reproduce channel crashes vor 8 Jahren
basic_types.nim 919a889ba8 moderate system cleanup & refactor (#20355) vor 2 Jahren
bitmasks.nim 92d6fb86c6 Enable customizing PageShift to set PageSize for embedded targets (#19129) vor 3 Jahren
cellseqs_v1.nim e31ac81899 more checking for --gc:arc, no need for valgrind (#14467) vor 4 Jahren
cellseqs_v2.nim 3eb3e6b9a3 ORC: use =destroy instead of =dispose (#18440) vor 3 Jahren
cellsets.nim 3e03f67335 cleaned up the internal documentation (#17524) vor 3 Jahren
cgprocs.nim ca4b971bc8 Initial version of the hot-code reloading support for native targets (#10729) vor 5 Jahren
channels_builtin.nim 6505bd347d Markdown indented code blocks (#20473) vor 2 Jahren
chcks.nim 919a889ba8 moderate system cleanup & refactor (#20355) vor 2 Jahren
comparisons.nim 2cca38d33c pragma for sfCallsite instead of name check + better semantics, test (#20464) vor 2 Jahren
compilation.nim 919a889ba8 moderate system cleanup & refactor (#20355) vor 2 Jahren
coro_detection.nim fb86271556 system.nim cleanup some exported constants which should never have be… (#17909) vor 3 Jahren
countbits_impl.nim e78ef57c93 typetraits: add toSigned, toUnsigned (#18445) vor 2 Jahren
ctypes.nim 919a889ba8 moderate system cleanup & refactor (#20355) vor 2 Jahren
cyclebreaker.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) vor 2 Jahren
deepcopy.nim 0956a99537 ARC now capable of custom extra alignment. Ref, closure and seq support. (#15697) vor 4 Jahren
dollars.nim b6bfe38ff5 move formatfloat out of system (#20195) vor 2 Jahren
dyncalls.nim 141b76e365 Add Zephyr Support (#19003) vor 3 Jahren
embedded.nim 939df8cbda ensure the avr example keeps compiling (#17663) vor 3 Jahren
exceptions.nim 919a889ba8 moderate system cleanup & refactor (#20355) vor 2 Jahren
excpt.nim fce89cb60a fixes another effect inference bug [backport:1.6] (#19100) vor 3 Jahren
fatal.nim 4578e773ce Remove side-effects from sysFatal with panics on (#20632) vor 2 Jahren
formatfloat.nim b6bfe38ff5 move formatfloat out of system (#20195) vor 2 Jahren
gc.nim 0496248951 fixes #20604 vor 2 Jahren
gc2.nim f561afae41 followup #17225: simplify code after removing gc2, generational (#17242) vor 3 Jahren
gc_common.nim bd7807de4c fixes #17647 (#17667) vor 3 Jahren
gc_hooks.nim 62aa1a3cfe gc:destructors progress vor 5 Jahren
gc_interface.nim 06dfd31612 fixes #13881 vor 4 Jahren
gc_ms.nim 0496248951 fixes #20604 vor 2 Jahren
gc_regions.nim 297c8e403d styleCheck: Fix some inconsistent identifiers (#16177) vor 4 Jahren
hti.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) vor 3 Jahren
inclrtl.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) vor 2 Jahren
indexerrors.nim b24812df5f properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955) vor 3 Jahren
indices.nim ae050b05e9 koch boot compiler with orc (#20467) vor 2 Jahren
integerops.nim 64e839d5fd fixes #14209 [backport:1.2] (#14213) vor 4 Jahren
iterators.nim 919a889ba8 moderate system cleanup & refactor (#20355) vor 2 Jahren
iterators_1.nim 56461c280f Change stdlib imports to use std prefix in most examples (#17202) vor 3 Jahren
jssys.nim ea0e45e62f Added 'openArray[char]' overloads to 'std/parseutils' (#20527) vor 2 Jahren
memalloc.nim ed26156c99 atomicInc global alloc counters (#20571) vor 2 Jahren
memory.nim b9994925f5 remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#16918) vor 3 Jahren
memtracker.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) vor 2 Jahren
mmdisp.nim b936bfd01a fix #16458; make useNimRtl compile for --gc:orc (#19512) vor 2 Jahren
nimscript.nim 61c1142667 Update nimscript `withDir` doc example (#19776) vor 2 Jahren
orc.nim 86fc78a9c0 replace the broken link for ORC implementation with a working one (#20105) vor 2 Jahren
osalloc.nim d0dd923acf Switch maintanance (#18668) vor 3 Jahren
platforms.nim 742e9d65ad Add support for LoongArch (#19223) vor 3 Jahren
profiler.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) vor 2 Jahren
repr.nim b24812df5f properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955) vor 3 Jahren
repr_impl.nim b24812df5f properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955) vor 3 Jahren
repr_v2.nim 1e15f975b8 fixes #19162; enable `strictEffects` for v2 (#19380) vor 2 Jahren
reprjs.nim 3d2f0e2c7c make more standard libraries work with `nimPreviewSlimSystem` (#20343) vor 2 Jahren
seqs_v2.nim f89ba2c951 add default field support for object in ARC/ORC (#20480) vor 2 Jahren
seqs_v2_reimpl.nim 833035bacd arc allocation method aligned (#15588) vor 4 Jahren
setops.nim 2cca38d33c pragma for sfCallsite instead of name check + better semantics, test (#20464) vor 2 Jahren
sets.nim c8dda867f2 close #11330 sets uses optimized countSetBits (#17334) vor 3 Jahren
stacktraces.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) vor 2 Jahren
strmantle.nim ea0e45e62f Added 'openArray[char]' overloads to 'std/parseutils' (#20527) vor 2 Jahren
strs_v2.nim ebb1b7af23 RFC-460 implemented (#19771) vor 2 Jahren
syslocks.nim 4857c462d5 Revert "fix #14873 properly by skipping `abi` field in importc type (#17944)" (#17992) vor 3 Jahren
sysstr.nim 4a1bda667c turn nimIncrSeqV3 into deadcode (#20388) vor 2 Jahren
threadids.nim cde83d90aa refactoring: orc can use getThreadId() (#19123) vor 3 Jahren
threadlocalstorage.nim f6dc30e52d fixes Thread initializer for ARC/ORC on Macos (#20368) vor 2 Jahren
threads.nim fbc6975922 threaded alloc (#20492) vor 2 Jahren
timers.nim bf22b44b1f miscellaneous bug fixes (#13291) vor 4 Jahren