metagn d51236e9cc fix string literal assignment with different lengths on ARC (#24083) 4 months ago
..
mm 12f2c36aca Make `newSeqOfCap` not initialize memory. (#21842) 9 months ago
alloc.nim 7b834b94da Allocator: Always place free cells into the active chunk and add documentation (#23871) 5 months ago
ansi_c.nim 6d38eafda1 fixes #23304; uses `snprintf` instead of `sprintf` (#23322) 9 months ago
arc.nim 09109c55c9 clean up `gc:arc` or `gc:orc` in docs and in error messages (#22408) 9 months ago
arithmetics.nim 3e44d5742f rm zero-extension and uint conversions deprecated since 0.19.9 (#22151) 1 year ago
assign.nim 3575f2bf9c fix #20972 fixes invalid and UB codegen case object transitions for both refc and ORC [backport] (#21611) 1 year ago
avltree.nim c32c39f1de make AVL tree node part of the memory regions; fixes hard to reproduce channel crashes 8 years ago
basic_types.nim 919a889ba8 moderate system cleanup & refactor (#20355) 2 years ago
bitmasks.nim 658b28dc57 tyInt tyUint fit target int bit width (#20829) 2 years ago
cellseqs_v1.nim 71f2e1a502 🚀 Enhancing CellSeq for Better Readability and Maintainability (#21797) 1 year ago
cellseqs_v2.nim b169dad1e5 Improve and refactor cellseqs_v2 in Nim standard library (#21796) 1 year ago
cellsets.nim 0f3d6b5a52 small fixes for atomicArc (#22017) 1 year ago
cgprocs.nim ca4b971bc8 Initial version of the hot-code reloading support for native targets (#10729) 6 years ago
channels_builtin.nim 71dde8f7cf reserve `sysFatal` for `Defect` (#22158) 9 months ago
chcks.nim 108410ac34 fixes fieldDefect loses enum type info in ORC; consistent with VM and refc (#21954) 1 year ago
comparisons.nim 380dafcc32 fix iterator equality + add test for proc equality + fix sameType (#21707) 1 year ago
compilation.nim 9f43f9fa6e bump NimVersion to 2.0.13 1 month ago
coro_detection.nim fb86271556 system.nim cleanup some exported constants which should never have be… (#17909) 3 years ago
countbits_impl.nim e78ef57c93 typetraits: add toSigned, toUnsigned (#18445) 2 years ago
ctypes.nim f05387045d int64/uint64 as bigint in JS (#21613) 1 year ago
cyclebreaker.nim f11b7debf7 remove name field for ARC (#20797) 2 years ago
deepcopy.nim a9bd78d579 fix #12122 (#21096) 2 years ago
dollars.nim b6bfe38ff5 move formatfloat out of system (#20195) 2 years ago
dyncalls.nim 3b9e9fd7b2 Add support for NuttX RTOS. (#21372) 1 year ago
embedded.nim 45f1b19942 clean up goto exceptions; remove the setjmp.h dep (#23259) 9 months ago
exceptions.nim 919a889ba8 moderate system cleanup & refactor (#20355) 2 years ago
excpt.nim 45f1b19942 clean up goto exceptions; remove the setjmp.h dep (#23259) 9 months ago
fatal.nim 71dde8f7cf reserve `sysFatal` for `Defect` (#22158) 9 months ago
formatfloat.nim b6bfe38ff5 move formatfloat out of system (#20195) 2 years ago
gc.nim a9bd78d579 fix #12122 (#21096) 2 years ago
gc_common.nim e8a70ff179 don't access void* out of alignment in refc GC to avoid UB (#21560) 1 year ago
gc_hooks.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) 2 years ago
gc_interface.nim 06dfd31612 fixes #13881 4 years ago
gc_ms.nim a9bd78d579 fix #12122 (#21096) 2 years ago
gc_regions.nim 1dab8ba334 move threads out of system (#20674) 2 years ago
hti.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) 3 years ago
inclrtl.nim f7c203fb6c remove legacy code (#21134) 2 years ago
indexerrors.nim b24812df5f properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955) 3 years ago
indices.nim 0448f30fd9 fixes #20026; marks system procs which can raise defects (#20864) 2 years ago
integerops.nim 64e839d5fd fixes #14209 [backport:1.2] (#14213) 4 years ago
iterators.nim 683a1213db fixes #22860; suppress `AnyEnumConv` warning when iterating over set (#22904) 9 months ago
iterators_1.nim a5a6a4d39e fixes #22790; use cast suppress AnyEnumConv warnings for enums withou… (#22813) 9 months ago
jssys.nim 75441dcdc3 Initialize `newString` in js [backport:1.6] (#22745) 1 year ago
memalloc.nim ed26156c99 atomicInc global alloc counters (#20571) 2 years ago
memory.nim b9994925f5 remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#16918) 4 years ago
memtracker.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) 2 years ago
mmdisp.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) 2 years ago
nimscript.nim 48de0d0cf4 Documented path substitution by compiler (#21662) 1 year ago
orc.nim 140d641443 fixes #22927; no test case extractable [backport] (#23707) 7 months ago
osalloc.nim 09109c55c9 clean up `gc:arc` or `gc:orc` in docs and in error messages (#22408) 9 months ago
platforms.nim b36f5119ae Add HPPA and sparc64 architectures (#20934) 2 years ago
profiler.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) 2 years ago
rawquits.nim ebd1c678be fixes #21195; `std/assertions` continue to use `sysFatal` when `nimPreviewSlimSystem` is not defined (#21196) 2 years ago
repr.nim 6d38eafda1 fixes #23304; uses `snprintf` instead of `sprintf` (#23322) 9 months ago
repr_impl.nim b24812df5f properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955) 3 years ago
repr_v2.nim 2ed16bf2d4 fixes #23139; Cannot get repr of range type of enum (#23164) 9 months ago
reprjs.nim f05387045d int64/uint64 as bigint in JS (#21613) 1 year ago
seqs_v2.nim 1425654e9d fixes #23556; typeinfo.extendSeq generates random values in ORC (#23557) 8 months ago
seqs_v2_reimpl.nim 833035bacd arc allocation method aligned (#15588) 4 years ago
setops.nim b0a98cc01e warn on set types bigger than max size, default to 0..255 for int literals (#21659) 1 year ago
sets.nim 562fb0d14b fixes #22481; fixes `card` undefined misalignment behavior (#22484) 1 year ago
stacktraces.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) 2 years ago
strmantle.nim f22e5067c5 fixes #21847; let `parseFloat` behave like `strtod` (#21854) 1 year ago
strs_v2.nim d51236e9cc fix string literal assignment with different lengths on ARC (#24083) 1 month ago
sysstr.nim e77e129a05 fixes #23742; setLen(0) no longer allocates memory for uninitialized strs/seqs for refc (#23745) 7 months ago
threadids.nim cde83d90aa refactoring: orc can use getThreadId() (#19123) 3 years ago
threadimpl.nim d51bc084fd remove thread duplicated code (#22348) 1 year ago
threadlocalstorage.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) 2 years ago
timers.nim bf22b44b1f miscellaneous bug fixes (#13291) 5 years ago