summaryrefslogtreecommitdiff
path: root/internal.h
AgeCommit message (Expand)Author
2018-11-12vm_insnhelper.c: avoid division by zeroshyouhei
2018-11-07suppress GCC warning about unknown sanitizersshyouhei
2018-11-06workaround C++ism in ASAN header shyouhei
2018-11-06cont.c: direct use of rb_thread_tshyouhei
2018-11-06adopt sanitizer APIshyouhei
2018-11-06do not delete function declarations in case of non-sanitizing buildsshyouhei
2018-11-06annotate functions to blacklist MSANshyouhei
2018-11-06Fixed compile error introduced at r65558usa
2018-11-06gc.c: move ASAN check to configureshyouhei
2018-11-04complex.c: rb_dbl_complex_polar_pinobu
2018-11-03expose `rb_ary_detransient`.ko1
2018-11-03internal.h: RHASH_ARRAY_SIZE_RAW value is unsignednobu
2018-11-01introduce USE_TRANSIENT_HEAP to enable/disable theap.ko1
2018-10-30fix type.ko1
2018-10-30* remove trailing spaces, expand tabs.svn
2018-10-30support theap for T_HASH. [Feature #14989]ko1
2018-10-30support theap for T_STRUCT.ko1
2018-10-30support theap for T_OBJECT.ko1
2018-10-30introduce TransientHeap. [Bug #14858]ko1
2018-10-30revert r65444 and r65446 because of commit missko1
2018-10-30support theap for T_OBJECT.ko1
2018-10-30introduce TransientHeap. [Bug #14858]ko1
2018-10-30process.c: implement rb_f_system without toggling ruby_nocldwaitnormal
2018-10-30revert r65434normal
2018-10-29process.c: implement rb_f_system without toggling ruby_nocldwaitnormal
2018-10-20add disabling MJIT features option.ko1
2018-10-20ext/coverage/: add the oneshot modemame
2018-10-20complex.c: small optimization of Complex#**nobu
2018-10-07vm_core.h: fix inconsistent prototype declarationsk0kubun
2018-10-03Fix wrong use of BIGNUM_EMBED_LEN_NUMBITSnobu
2018-09-25Moved `struct vtm` stuff from internal.h to timev.hnobu
2018-09-20Enumerable#to_h with block and so onnobu
2018-09-12share VM stack between threads and fibers if identical in sizenormal
2018-09-11random.c: prefixed fill_random_bytesnobu
2018-09-11add new instruction attribute called leafshyouhei
2018-09-04ruby.h: removed internal macrosnobu
2018-09-01complex.c: simplify division resultnobu
2018-08-28rest parameter optimization [Feature #15010]ko1
2018-08-22Avoid compiler depend errorkazu
2018-08-21internal.h: remove prototype for non-existent rb_divert_reserved_fdnormal
2018-08-13thread_pthread.c: eliminate timer thread by restructuring GVLnormal
2018-08-09process.c: don't wait JIT queue flush on rb_f_execk0kubun
2018-08-09process.c: fix outdated mjit_pause declarationk0kubun
2018-08-06enumerator.c: Introduce Enumerator::ArithmeticSequencemrkn
2018-08-06thread_pthread.c: restore timer-thread for now :<normal
2018-07-30fix typo(#2), sorry!shyouhei
2018-07-30fix typo; sorry!shyouhei
2018-07-30reduce copy & pasteshyouhei
2018-07-29thread_pthread: remove timer-thread by restructuring GVLnormal
2018-07-27eval.c: rename "rb_frozen_class_p" to "rb_class_modify_check"mame