metagn ae9287c4f3 symmetric difference operation for sets via `xor` (#24286) 2 mēneši atpakaļ
..
mm 8853fb0775 Make `newSeqOfCap` not initialize memory. (#21842) 1 gadu atpakaļ
alloc.nim 881fbb8f81 Allocator: Always place free cells into the active chunk and add documentation (#23871) 5 mēneši atpakaļ
ansi_c.nim dfd778d056 fixes #23304; uses `snprintf` instead of `sprintf` (#23322) 10 mēneši atpakaļ
arc.nim 280f877145 fix atomicarc increment (#23427) 9 mēneši atpakaļ
arithmetics.nim 04ccd2f4f0 revert second argument of `inc` not being generic (#24129) 3 mēneši atpakaļ
assign.nim 3575f2bf9c fix #20972 fixes invalid and UB codegen case object transitions for both refc and ORC [backport] (#21611) 1 gadu atpakaļ
avltree.nim c32c39f1de make AVL tree node part of the memory regions; fixes hard to reproduce channel crashes 8 gadi atpakaļ
basic_types.nim 919a889ba8 moderate system cleanup & refactor (#20355) 2 gadi atpakaļ
bitmasks.nim 658b28dc57 tyInt tyUint fit target int bit width (#20829) 2 gadi atpakaļ
cellseqs_v1.nim d6633ae1da Change how to multiply 1.5 to ints to reduce overflow (#24257) 2 mēneši atpakaļ
cellseqs_v2.nim d6633ae1da Change how to multiply 1.5 to ints to reduce overflow (#24257) 2 mēneši atpakaļ
cellsets.nim d6633ae1da Change how to multiply 1.5 to ints to reduce overflow (#24257) 2 mēneši atpakaļ
cgprocs.nim 816589b667 NIR: Nim intermediate representation (#22777) 1 gadu atpakaļ
channels_builtin.nim 58c44312af reserve `sysFatal` for `Defect` (#22158) 1 gadu atpakaļ
chcks.nim 108410ac34 fixes fieldDefect loses enum type info in ORC; consistent with VM and refc (#21954) 1 gadu atpakaļ
comparisons.nim 39629a1adc fixes JS semicolon omissions (#23896) 5 mēneši atpakaļ
compilation.nim d6a71a1067 bump NimVersion to 2.2.1 (#24215) 2 mēneši atpakaļ
coro_detection.nim fb86271556 system.nim cleanup some exported constants which should never have be… (#17909) 3 gadi atpakaļ
countbits_impl.nim e78ef57c93 typetraits: add toSigned, toUnsigned (#18445) 2 gadi atpakaļ
ctypes.nim f05387045d int64/uint64 as bigint in JS (#21613) 1 gadu atpakaļ
cyclebreaker.nim f11b7debf7 remove name field for ARC (#20797) 2 gadi atpakaļ
deepcopy.nim a9bd78d579 fix #12122 (#21096) 2 gadi atpakaļ
dollars.nim a660c17d30 Markdown code blocks migration part 8 (#22478) 1 gadu atpakaļ
dyncalls.nim 95a7695810 documentation and comments use HTTPS when possible (#24264) 2 mēneši atpakaļ
embedded.nim e3350cbe6f clean up goto exceptions; remove the setjmp.h dep (#23259) 11 mēneši atpakaļ
exceptions.nim 919a889ba8 moderate system cleanup & refactor (#20355) 2 gadi atpakaļ
excpt.nim 59c65009a5 ORC: added -d:nimOrcStats switch and related API (#23272) 10 mēneši atpakaļ
fatal.nim 58c44312af reserve `sysFatal` for `Defect` (#22158) 1 gadu atpakaļ
formatfloat.nim b6bfe38ff5 move formatfloat out of system (#20195) 2 gadi atpakaļ
gc.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 gadu atpakaļ
gc_common.nim e8a70ff179 don't access void* out of alignment in refc GC to avoid UB (#21560) 1 gadu atpakaļ
gc_hooks.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) 2 gadi atpakaļ
gc_interface.nim 06dfd31612 fixes #13881 4 gadi atpakaļ
gc_ms.nim 4d11d0619d complete std prefixes for stdlib (#22887) 1 gadu atpakaļ
gc_regions.nim 1dab8ba334 move threads out of system (#20674) 2 gadi atpakaļ
hti.nim d3af51e3ce remove fauxMatch for tyFromExpr, remove tyProxy and tyUnknown aliases (#24018) 3 mēneši atpakaļ
inclrtl.nim f7c203fb6c remove legacy code (#21134) 2 gadi atpakaļ
indexerrors.nim b24812df5f properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955) 3 gadi atpakaļ
indices.nim 12b9680291 Add a document to toOpenArray proc (#23905) 4 mēneši atpakaļ
integerops.nim 64e839d5fd fixes #14209 [backport:1.2] (#14213) 4 gadi atpakaļ
iterators.nim af556841ac fixes #22860; suppress `AnyEnumConv` warning when iterating over set (#22904) 1 gadu atpakaļ
iterators_1.nim ecaccafa6c fixes #22790; use cast suppress AnyEnumConv warnings for enums withou… (#22813) 1 gadu atpakaļ
jssys.nim ae9287c4f3 symmetric difference operation for sets via `xor` (#24286) 2 mēneši atpakaļ
memalloc.nim ed26156c99 atomicInc global alloc counters (#20571) 2 gadi atpakaļ
memory.nim 816589b667 NIR: Nim intermediate representation (#22777) 1 gadu atpakaļ
memtracker.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) 2 gadi atpakaļ
mmdisp.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) 2 gadi atpakaļ
nimscript.nim c0aa951ee0 Fixed nimscript docs (#23938) 4 mēneši atpakaļ
orc.nim d6633ae1da Change how to multiply 1.5 to ints to reduce overflow (#24257) 2 mēneši atpakaļ
osalloc.nim 10a6e4c236 clean up `gc:arc` or `gc:orc` in docs and in error messages (#22408) 1 gadu atpakaļ
platforms.nim b36f5119ae Add HPPA and sparc64 architectures (#20934) 2 gadi atpakaļ
profiler.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) 2 gadi atpakaļ
rawquits.nim ebd1c678be fixes #21195; `std/assertions` continue to use `sysFatal` when `nimPreviewSlimSystem` is not defined (#21196) 2 gadi atpakaļ
repr.nim dfd778d056 fixes #23304; uses `snprintf` instead of `sprintf` (#23322) 10 mēneši atpakaļ
repr_impl.nim b24812df5f properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955) 3 gadi atpakaļ
repr_v2.nim 7208a27c0f strictdefs for `repr` so that it can used for debugging purposes in t… (#23501) 8 mēneši atpakaļ
reprjs.nim 39629a1adc fixes JS semicolon omissions (#23896) 5 mēneši atpakaļ
seqs_v2.nim 36bf3fa47b fixes #23556; typeinfo.extendSeq generates random values in ORC (#23557) 7 mēneši atpakaļ
seqs_v2_reimpl.nim 833035bacd arc allocation method aligned (#15588) 4 gadi atpakaļ
setops.nim b0a98cc01e warn on set types bigger than max size, default to 0..255 for int literals (#21659) 1 gadu atpakaļ
sets.nim ade75a1483 fixes #22481; fixes `card` undefined misalignment behavior (#22484) 1 gadu atpakaļ
stacktraces.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) 2 gadi atpakaļ
strmantle.nim 95a7695810 documentation and comments use HTTPS when possible (#24264) 2 mēneši atpakaļ
strs_v2.nim d6633ae1da Change how to multiply 1.5 to ints to reduce overflow (#24257) 2 mēneši atpakaļ
sysstr.nim d6633ae1da Change how to multiply 1.5 to ints to reduce overflow (#24257) 2 mēneši atpakaļ
threadids.nim cde83d90aa refactoring: orc can use getThreadId() (#19123) 3 gadi atpakaļ
threadimpl.nim d51bc084fd remove thread duplicated code (#22348) 1 gadu atpakaļ
threadlocalstorage.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) 2 gadi atpakaļ
timers.nim bf22b44b1f miscellaneous bug fixes (#13291) 4 gadi atpakaļ