ringabout 17e10fde70 fixes #22664; guard again seqs self assignment vor 1 Jahr
..
mm a23e53b490 fixes #22262; fixes `-d:useMalloc` broken with `--mm:none` and `--threads on` (#22355) vor 1 Jahr
alloc.nim cb40f11e6c uint arithmetic for pointers (#22159) vor 1 Jahr
ansi_c.nim e2f412145f fix fwrite prototype (#20644) vor 2 Jahren
arc.nim 10a6e4c236 clean up `gc:arc` or `gc:orc` in docs and in error messages (#22408) vor 1 Jahr
arithmetics.nim e15e19308e Revert adding generic `V: Ordinal` parameter to `succ`, `pred`, `inc`, `dec` (#22328) vor 1 Jahr
assign.nim 3575f2bf9c fix #20972 fixes invalid and UB codegen case object transitions for both refc and ORC [backport] (#21611) vor 1 Jahr
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 658b28dc57 tyInt tyUint fit target int bit width (#20829) vor 2 Jahren
cellseqs_v1.nim 71f2e1a502 🚀 Enhancing CellSeq for Better Readability and Maintainability (#21797) vor 1 Jahr
cellseqs_v2.nim b169dad1e5 Improve and refactor cellseqs_v2 in Nim standard library (#21796) vor 1 Jahr
cellsets.nim 0f3d6b5a52 small fixes for atomicArc (#22017) vor 1 Jahr
cgprocs.nim ca4b971bc8 Initial version of the hot-code reloading support for native targets (#10729) vor 5 Jahren
channels_builtin.nim a660c17d30 Markdown code blocks migration part 8 (#22478) vor 1 Jahr
chcks.nim 108410ac34 fixes fieldDefect loses enum type info in ORC; consistent with VM and refc (#21954) vor 1 Jahr
comparisons.nim 380dafcc32 fix iterator equality + add test for proc equality + fix sameType (#21707) vor 1 Jahr
compilation.nim d77ada5bdf Markdown code blocks migration part 9 (#22506) vor 1 Jahr
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 f05387045d int64/uint64 as bigint in JS (#21613) vor 1 Jahr
cyclebreaker.nim f11b7debf7 remove name field for ARC (#20797) vor 2 Jahren
deepcopy.nim a9bd78d579 fix #12122 (#21096) vor 2 Jahren
dollars.nim a660c17d30 Markdown code blocks migration part 8 (#22478) vor 1 Jahr
dyncalls.nim 3b9e9fd7b2 Add support for NuttX RTOS. (#21372) vor 1 Jahr
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 d5719c47dc make --exceptions:quirky work with C++ (#21581) vor 1 Jahr
fatal.nim d5719c47dc make --exceptions:quirky work with C++ (#21581) vor 1 Jahr
formatfloat.nim b6bfe38ff5 move formatfloat out of system (#20195) vor 2 Jahren
gc.nim a660c17d30 Markdown code blocks migration part 8 (#22478) vor 1 Jahr
gc_common.nim e8a70ff179 don't access void* out of alignment in refc GC to avoid UB (#21560) vor 1 Jahr
gc_hooks.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) vor 2 Jahren
gc_interface.nim 06dfd31612 fixes #13881 vor 4 Jahren
gc_ms.nim a9bd78d579 fix #12122 (#21096) vor 2 Jahren
gc_regions.nim 1dab8ba334 move threads out of system (#20674) vor 2 Jahren
hti.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) vor 3 Jahren
inclrtl.nim f7c203fb6c remove legacy code (#21134) 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 d77ada5bdf Markdown code blocks migration part 9 (#22506) vor 1 Jahr
integerops.nim 64e839d5fd fixes #14209 [backport:1.2] (#14213) vor 4 Jahren
iterators.nim f7c203fb6c remove legacy code (#21134) vor 2 Jahren
iterators_1.nim 56461c280f Change stdlib imports to use std prefix in most examples (#17202) vor 3 Jahren
jssys.nim f05387045d int64/uint64 as bigint in JS (#21613) vor 1 Jahr
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 d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) vor 2 Jahren
mmdisp.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) vor 2 Jahren
nimscript.nim a660c17d30 Markdown code blocks migration part 8 (#22478) vor 1 Jahr
orc.nim 10a6e4c236 clean up `gc:arc` or `gc:orc` in docs and in error messages (#22408) vor 1 Jahr
osalloc.nim 10a6e4c236 clean up `gc:arc` or `gc:orc` in docs and in error messages (#22408) vor 1 Jahr
platforms.nim b36f5119ae Add HPPA and sparc64 architectures (#20934) vor 2 Jahren
profiler.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) vor 2 Jahren
rawquits.nim ebd1c678be fixes #21195; `std/assertions` continue to use `sysFatal` when `nimPreviewSlimSystem` is not defined (#21196) vor 2 Jahren
repr.nim a9bd78d579 fix #12122 (#21096) vor 2 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 a660c17d30 Markdown code blocks migration part 8 (#22478) vor 1 Jahr
reprjs.nim f05387045d int64/uint64 as bigint in JS (#21613) vor 1 Jahr
seqs_v2.nim 17e10fde70 fixes #22664; guard again seqs self assignment vor 1 Jahr
seqs_v2_reimpl.nim 833035bacd arc allocation method aligned (#15588) vor 4 Jahren
setops.nim b0a98cc01e warn on set types bigger than max size, default to 0..255 for int literals (#21659) vor 1 Jahr
sets.nim ade75a1483 fixes #22481; fixes `card` undefined misalignment behavior (#22484) vor 1 Jahr
stacktraces.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) vor 2 Jahren
strmantle.nim f22e5067c5 fixes #21847; let `parseFloat` behave like `strtod` (#21854) vor 1 Jahr
strs_v2.nim a4df44d9fb Remove some unnecessary initialization in string operations (#22579) vor 1 Jahr
sysstr.nim a9bd78d579 fix #12122 (#21096) vor 2 Jahren
threadids.nim cde83d90aa refactoring: orc can use getThreadId() (#19123) vor 3 Jahren
threadimpl.nim d51bc084fd remove thread duplicated code (#22348) vor 1 Jahr
threadlocalstorage.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) vor 2 Jahren
timers.nim bf22b44b1f miscellaneous bug fixes (#13291) vor 4 Jahren