Andreas Rumpf 69d0b73d66 fixes #22510 (#23100) il y a 7 mois
..
mm 8853fb0775 Make `newSeqOfCap` not initialize memory. (#21842) il y a 1 an
alloc.nim 69d0b73d66 fixes #22510 (#23100) il y a 7 mois
ansi_c.nim dfd778d056 fixes #23304; uses `snprintf` instead of `sprintf` (#23322) il y a 11 mois
arc.nim 280f877145 fix atomicarc increment (#23427) il y a 10 mois
arithmetics.nim e15e19308e Revert adding generic `V: Ordinal` parameter to `succ`, `pred`, `inc`, `dec` (#22328) il y a 1 an
assign.nim 3575f2bf9c fix #20972 fixes invalid and UB codegen case object transitions for both refc and ORC [backport] (#21611) il y a 1 an
avltree.nim c32c39f1de make AVL tree node part of the memory regions; fixes hard to reproduce channel crashes il y a 8 ans
basic_types.nim 919a889ba8 moderate system cleanup & refactor (#20355) il y a 2 ans
bitmasks.nim 658b28dc57 tyInt tyUint fit target int bit width (#20829) il y a 2 ans
cellseqs_v1.nim 71f2e1a502 🚀 Enhancing CellSeq for Better Readability and Maintainability (#21797) il y a 1 an
cellseqs_v2.nim b169dad1e5 Improve and refactor cellseqs_v2 in Nim standard library (#21796) il y a 1 an
cellsets.nim 0f3d6b5a52 small fixes for atomicArc (#22017) il y a 1 an
cgprocs.nim 816589b667 NIR: Nim intermediate representation (#22777) il y a 1 an
channels_builtin.nim 58c44312af reserve `sysFatal` for `Defect` (#22158) il y a 1 an
chcks.nim 108410ac34 fixes fieldDefect loses enum type info in ORC; consistent with VM and refc (#21954) il y a 1 an
comparisons.nim 20d79c9fb0 Deprecate asm stmt for js target (#23149) il y a 1 an
compilation.nim 9c155eaccc Fix system.currentSourcePath() documentation [backport 2.0] (#23243) il y a 1 an
coro_detection.nim fb86271556 system.nim cleanup some exported constants which should never have be… (#17909) il y a 3 ans
countbits_impl.nim e78ef57c93 typetraits: add toSigned, toUnsigned (#18445) il y a 2 ans
ctypes.nim f05387045d int64/uint64 as bigint in JS (#21613) il y a 1 an
cyclebreaker.nim f11b7debf7 remove name field for ARC (#20797) il y a 2 ans
deepcopy.nim a9bd78d579 fix #12122 (#21096) il y a 2 ans
dollars.nim a660c17d30 Markdown code blocks migration part 8 (#22478) il y a 1 an
dyncalls.nim 3b9e9fd7b2 Add support for NuttX RTOS. (#21372) il y a 1 an
embedded.nim e3350cbe6f clean up goto exceptions; remove the setjmp.h dep (#23259) il y a 1 an
exceptions.nim 919a889ba8 moderate system cleanup & refactor (#20355) il y a 2 ans
excpt.nim 59c65009a5 ORC: added -d:nimOrcStats switch and related API (#23272) il y a 11 mois
fatal.nim 58c44312af reserve `sysFatal` for `Defect` (#22158) il y a 1 an
formatfloat.nim b6bfe38ff5 move formatfloat out of system (#20195) il y a 2 ans
gc.nim 4d11d0619d complete std prefixes for stdlib (#22887) il y a 1 an
gc_common.nim e8a70ff179 don't access void* out of alignment in refc GC to avoid UB (#21560) il y a 1 an
gc_hooks.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) il y a 2 ans
gc_interface.nim 06dfd31612 fixes #13881 il y a 4 ans
gc_ms.nim 4d11d0619d complete std prefixes for stdlib (#22887) il y a 1 an
gc_regions.nim 1dab8ba334 move threads out of system (#20674) il y a 2 ans
hti.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) il y a 3 ans
inclrtl.nim f7c203fb6c remove legacy code (#21134) il y a 2 ans
indexerrors.nim b24812df5f properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955) il y a 3 ans
indices.nim d923c581c1 revert #23436; remove workaround (#23653) il y a 8 mois
integerops.nim 64e839d5fd fixes #14209 [backport:1.2] (#14213) il y a 4 ans
iterators.nim af556841ac fixes #22860; suppress `AnyEnumConv` warning when iterating over set (#22904) il y a 1 an
iterators_1.nim ecaccafa6c fixes #22790; use cast suppress AnyEnumConv warnings for enums withou… (#22813) il y a 1 an
jssys.nim e662043fd1 rework `wasMoved`, `move` on the JS backend (#23577) il y a 8 mois
memalloc.nim ed26156c99 atomicInc global alloc counters (#20571) il y a 2 ans
memory.nim 816589b667 NIR: Nim intermediate representation (#22777) il y a 1 an
memtracker.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) il y a 2 ans
mmdisp.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) il y a 2 ans
nimscript.nim c3b95cbd2c docs: add another switch example for nimscript (#22772) il y a 1 an
orc.nim 59c65009a5 ORC: added -d:nimOrcStats switch and related API (#23272) il y a 11 mois
osalloc.nim 10a6e4c236 clean up `gc:arc` or `gc:orc` in docs and in error messages (#22408) il y a 1 an
platforms.nim b36f5119ae Add HPPA and sparc64 architectures (#20934) il y a 2 ans
profiler.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) il y a 2 ans
rawquits.nim ebd1c678be fixes #21195; `std/assertions` continue to use `sysFatal` when `nimPreviewSlimSystem` is not defined (#21196) il y a 2 ans
repr.nim dfd778d056 fixes #23304; uses `snprintf` instead of `sprintf` (#23322) il y a 11 mois
repr_impl.nim b24812df5f properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955) il y a 3 ans
repr_v2.nim 7208a27c0f strictdefs for `repr` so that it can used for debugging purposes in t… (#23501) il y a 9 mois
reprjs.nim f05387045d int64/uint64 as bigint in JS (#21613) il y a 1 an
seqs_v2.nim 36bf3fa47b fixes #23556; typeinfo.extendSeq generates random values in ORC (#23557) il y a 8 mois
seqs_v2_reimpl.nim 833035bacd arc allocation method aligned (#15588) il y a 4 ans
setops.nim b0a98cc01e warn on set types bigger than max size, default to 0..255 for int literals (#21659) il y a 1 an
sets.nim ade75a1483 fixes #22481; fixes `card` undefined misalignment behavior (#22484) il y a 1 an
stacktraces.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) il y a 2 ans
strmantle.nim 816589b667 NIR: Nim intermediate representation (#22777) il y a 1 an
strs_v2.nim 10c3ab6269 NIR: store sizes, alignments and offsets in the type graph; beginning… (#22822) il y a 1 an
sysstr.nim b542be1e7d Fix `capacity` for const and shallow [backport] (#22705) il y a 1 an
threadids.nim cde83d90aa refactoring: orc can use getThreadId() (#19123) il y a 3 ans
threadimpl.nim d51bc084fd remove thread duplicated code (#22348) il y a 1 an
threadlocalstorage.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) il y a 2 ans
timers.nim bf22b44b1f miscellaneous bug fixes (#13291) il y a 5 ans