metagn 380dafcc32 fix iterator equality + add test for proc equality + fix sameType (#21707) hace 1 año
..
mm 141b76e365 Add Zephyr Support (#19003) hace 3 años
alloc.nim ba22826e9b Add check for nimMaxJeap on occupied memory + allocation size (#21521) hace 1 año
ansi_c.nim e2f412145f fix fwrite prototype (#20644) hace 2 años
arc.nim d8d08324d3 clean up `system/arc` (#20792) hace 2 años
arithmetics.nim f7c203fb6c remove legacy code (#21134) hace 2 años
assign.nim 3575f2bf9c fix #20972 fixes invalid and UB codegen case object transitions for both refc and ORC [backport] (#21611) hace 1 año
avltree.nim c32c39f1de make AVL tree node part of the memory regions; fixes hard to reproduce channel crashes hace 8 años
basic_types.nim 919a889ba8 moderate system cleanup & refactor (#20355) hace 2 años
bitmasks.nim 658b28dc57 tyInt tyUint fit target int bit width (#20829) hace 2 años
cellseqs_v1.nim e31ac81899 more checking for --gc:arc, no need for valgrind (#14467) hace 4 años
cellseqs_v2.nim 3eb3e6b9a3 ORC: use =destroy instead of =dispose (#18440) hace 3 años
cellsets.nim 3e03f67335 cleaned up the internal documentation (#17524) hace 3 años
cgprocs.nim ca4b971bc8 Initial version of the hot-code reloading support for native targets (#10729) hace 5 años
channels_builtin.nim a9bd78d579 fix #12122 (#21096) hace 2 años
chcks.nim 919a889ba8 moderate system cleanup & refactor (#20355) hace 2 años
comparisons.nim 380dafcc32 fix iterator equality + add test for proc equality + fix sameType (#21707) hace 1 año
compilation.nim 2e4ba4ad93 bump NimVersion to 1.9.3 (#21587) hace 1 año
coro_detection.nim fb86271556 system.nim cleanup some exported constants which should never have be… (#17909) hace 3 años
countbits_impl.nim e78ef57c93 typetraits: add toSigned, toUnsigned (#18445) hace 2 años
ctypes.nim f05387045d int64/uint64 as bigint in JS (#21613) hace 1 año
cyclebreaker.nim f11b7debf7 remove name field for ARC (#20797) hace 2 años
deepcopy.nim a9bd78d579 fix #12122 (#21096) hace 2 años
dollars.nim b6bfe38ff5 move formatfloat out of system (#20195) hace 2 años
dyncalls.nim 3b9e9fd7b2 Add support for NuttX RTOS. (#21372) hace 1 año
embedded.nim 939df8cbda ensure the avr example keeps compiling (#17663) hace 3 años
exceptions.nim 919a889ba8 moderate system cleanup & refactor (#20355) hace 2 años
excpt.nim d5719c47dc make --exceptions:quirky work with C++ (#21581) hace 1 año
fatal.nim d5719c47dc make --exceptions:quirky work with C++ (#21581) hace 1 año
formatfloat.nim b6bfe38ff5 move formatfloat out of system (#20195) hace 2 años
gc.nim a9bd78d579 fix #12122 (#21096) hace 2 años
gc2.nim a9bd78d579 fix #12122 (#21096) hace 2 años
gc_common.nim e8a70ff179 don't access void* out of alignment in refc GC to avoid UB (#21560) hace 1 año
gc_hooks.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) hace 2 años
gc_interface.nim 06dfd31612 fixes #13881 hace 4 años
gc_ms.nim a9bd78d579 fix #12122 (#21096) hace 2 años
gc_regions.nim 1dab8ba334 move threads out of system (#20674) hace 2 años
hti.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) hace 3 años
inclrtl.nim f7c203fb6c remove legacy code (#21134) hace 2 años
indexerrors.nim b24812df5f properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955) hace 3 años
indices.nim 0448f30fd9 fixes #20026; marks system procs which can raise defects (#20864) hace 2 años
integerops.nim 64e839d5fd fixes #14209 [backport:1.2] (#14213) hace 4 años
iterators.nim f7c203fb6c remove legacy code (#21134) hace 2 años
iterators_1.nim 56461c280f Change stdlib imports to use std prefix in most examples (#17202) hace 3 años
jssys.nim f05387045d int64/uint64 as bigint in JS (#21613) hace 1 año
memalloc.nim ed26156c99 atomicInc global alloc counters (#20571) hace 2 años
memory.nim b9994925f5 remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#16918) hace 3 años
memtracker.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) hace 2 años
mmdisp.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) hace 2 años
nimscript.nim 48de0d0cf4 Documented path substitution by compiler (#21662) hace 1 año
orc.nim 4b63ac4b87 fixes #21171; dynamic acyclic refs need to use dyn decRef (#21184) hace 2 años
osalloc.nim a9bd78d579 fix #12122 (#21096) hace 2 años
platforms.nim b36f5119ae Add HPPA and sparc64 architectures (#20934) hace 2 años
profiler.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) hace 2 años
rawquits.nim ebd1c678be fixes #21195; `std/assertions` continue to use `sysFatal` when `nimPreviewSlimSystem` is not defined (#21196) hace 2 años
repr.nim a9bd78d579 fix #12122 (#21096) hace 2 años
repr_impl.nim b24812df5f properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955) hace 3 años
repr_v2.nim 380dafcc32 fix iterator equality + add test for proc equality + fix sameType (#21707) hace 1 año
reprjs.nim f05387045d int64/uint64 as bigint in JS (#21613) hace 1 año
seqs_v2.nim 8a19ac2070 fixes #21393 and misc style changes (#21419) hace 1 año
seqs_v2_reimpl.nim 833035bacd arc allocation method aligned (#15588) hace 4 años
setops.nim b0a98cc01e warn on set types bigger than max size, default to 0..255 for int literals (#21659) hace 1 año
sets.nim 0d6b994bee fix #20997 (#21165) hace 1 año
stacktraces.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) hace 2 años
strmantle.nim 8a19ac2070 fixes #21393 and misc style changes (#21419) hace 1 año
strs_v2.nim 658b28dc57 tyInt tyUint fit target int bit width (#20829) hace 2 años
sysstr.nim a9bd78d579 fix #12122 (#21096) hace 2 años
threadids.nim cde83d90aa refactoring: orc can use getThreadId() (#19123) hace 3 años
threadimpl.nim e1ddd2d524 put std/threads under the umbrella of nimPreviewSlimSystem (#20711) hace 2 años
threadlocalstorage.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) hace 2 años
timers.nim bf22b44b1f miscellaneous bug fixes (#13291) hace 5 años