Andreas Rumpf 3812d91390 alternative, much simpler algorithm for strict func checking (#21066) před 2 roky
..
mm 141b76e365 Add Zephyr Support (#19003) před 3 roky
alloc.nim b59c657be3 fixes #21062 (#21068) před 2 roky
ansi_c.nim e2f412145f fix fwrite prototype (#20644) před 2 roky
arc.nim d8d08324d3 clean up `system/arc` (#20792) před 2 roky
arithm.nim 0e3ea16554 use lowercase --define switches (#17283) před 3 roky
arithmetics.nim 658b28dc57 tyInt tyUint fit target int bit width (#20829) před 2 roky
assign.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) před 3 roky
avltree.nim c32c39f1de make AVL tree node part of the memory regions; fixes hard to reproduce channel crashes před 8 roky
basic_types.nim 919a889ba8 moderate system cleanup & refactor (#20355) před 2 roky
bitmasks.nim 658b28dc57 tyInt tyUint fit target int bit width (#20829) před 2 roky
cellseqs_v1.nim e31ac81899 more checking for --gc:arc, no need for valgrind (#14467) před 4 roky
cellseqs_v2.nim 3eb3e6b9a3 ORC: use =destroy instead of =dispose (#18440) před 3 roky
cellsets.nim 3e03f67335 cleaned up the internal documentation (#17524) před 3 roky
cgprocs.nim ca4b971bc8 Initial version of the hot-code reloading support for native targets (#10729) před 5 roky
channels_builtin.nim 79b25a911b channel send() condition variable lock ordering (#20879) před 2 roky
chcks.nim 919a889ba8 moderate system cleanup & refactor (#20355) před 2 roky
comparisons.nim 2cca38d33c pragma for sfCallsite instead of name check + better semantics, test (#20464) před 2 roky
compilation.nim 919a889ba8 moderate system cleanup & refactor (#20355) před 2 roky
coro_detection.nim fb86271556 system.nim cleanup some exported constants which should never have be… (#17909) před 3 roky
countbits_impl.nim e78ef57c93 typetraits: add toSigned, toUnsigned (#18445) před 2 roky
ctypes.nim 919a889ba8 moderate system cleanup & refactor (#20355) před 2 roky
cyclebreaker.nim f11b7debf7 remove name field for ARC (#20797) před 2 roky
deepcopy.nim 0956a99537 ARC now capable of custom extra alignment. Ref, closure and seq support. (#15697) před 4 roky
dollars.nim b6bfe38ff5 move formatfloat out of system (#20195) před 2 roky
dyncalls.nim 06cd15663d fixes ptr to cstring warnings[backport] (#20848) před 2 roky
embedded.nim 939df8cbda ensure the avr example keeps compiling (#17663) před 3 roky
exceptions.nim 919a889ba8 moderate system cleanup & refactor (#20355) před 2 roky
excpt.nim 06cd15663d fixes ptr to cstring warnings[backport] (#20848) před 2 roky
fatal.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) před 2 roky
formatfloat.nim b6bfe38ff5 move formatfloat out of system (#20195) před 2 roky
gc.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) před 2 roky
gc2.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) před 2 roky
gc_common.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) před 2 roky
gc_hooks.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) před 2 roky
gc_interface.nim 06dfd31612 fixes #13881 před 4 roky
gc_ms.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) před 2 roky
gc_regions.nim 1dab8ba334 move threads out of system (#20674) před 2 roky
hti.nim 7e94420847 cString => cSourceString; tyCString => tyCstring so that error msgs show cstring, not cString (#17744) před 3 roky
inclrtl.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) před 2 roky
indexerrors.nim b24812df5f properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955) před 3 roky
indices.nim 0448f30fd9 fixes #20026; marks system procs which can raise defects (#20864) před 2 roky
integerops.nim 64e839d5fd fixes #14209 [backport:1.2] (#14213) před 4 roky
iterators.nim 919a889ba8 moderate system cleanup & refactor (#20355) před 2 roky
iterators_1.nim 56461c280f Change stdlib imports to use std prefix in most examples (#17202) před 3 roky
jssys.nim ea0e45e62f Added 'openArray[char]' overloads to 'std/parseutils' (#20527) před 2 roky
memalloc.nim ed26156c99 atomicInc global alloc counters (#20571) před 2 roky
memory.nim b9994925f5 remove all uses of condsyms symbols defined prior to bootstrap nim 0.20.0 (#16918) před 3 roky
memtracker.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) před 2 roky
mmdisp.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) před 2 roky
nimscript.nim 61c1142667 Update nimscript `withDir` doc example (#19776) před 2 roky
orc.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) před 2 roky
osalloc.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) před 2 roky
platforms.nim b36f5119ae Add HPPA and sparc64 architectures (#20934) před 2 roky
profiler.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) před 2 roky
repr.nim 06cd15663d fixes ptr to cstring warnings[backport] (#20848) před 2 roky
repr_impl.nim b24812df5f properly fix #10053 ; `FieldDefect` msg now shows discriminant value + lineinfo, in all backends (c,vm,js) (#11955) před 3 roky
repr_v2.nim 6007a40eac support `UncheckedArray[T]` in repr_v2.nim (#20816) před 2 roky
reprjs.nim 3d2f0e2c7c make more standard libraries work with `nimPreviewSlimSystem` (#20343) před 2 roky
seqs_v2.nim 3812d91390 alternative, much simpler algorithm for strict func checking (#21066) před 2 roky
seqs_v2_reimpl.nim 833035bacd arc allocation method aligned (#15588) před 4 roky
setops.nim 2cca38d33c pragma for sfCallsite instead of name check + better semantics, test (#20464) před 2 roky
sets.nim c8dda867f2 close #11330 sets uses optimized countSetBits (#17334) před 3 roky
stacktraces.nim 5602183234 'lock levels' are deprecated, now a noop (#20539) před 2 roky
strmantle.nim 658b28dc57 tyInt tyUint fit target int bit width (#20829) před 2 roky
strs_v2.nim 658b28dc57 tyInt tyUint fit target int bit width (#20829) před 2 roky
sysstr.nim 06cd15663d fixes ptr to cstring warnings[backport] (#20848) před 2 roky
threadids.nim cde83d90aa refactoring: orc can use getThreadId() (#19123) před 3 roky
threadimpl.nim e1ddd2d524 put std/threads under the umbrella of nimPreviewSlimSystem (#20711) před 2 roky
threadlocalstorage.nim d5cc2085ea ref #20694; quit value gets saturated to ranges (#20753) před 2 roky
timers.nim bf22b44b1f miscellaneous bug fixes (#13291) před 4 roky