summaryrefslogtreecommitdiff
path: root/internal.h
AgeCommit message (Expand)Author
2019-07-22constify again.Koichi Sasada
2019-07-22constify RHash::ifnone.Koichi Sasada
2019-07-16Moved the check for `exception` to rb_execarg_addoptNobuyoshi Nakada
2019-07-16Expanded f_numeratorNobuyoshi Nakada
2019-07-16Expanded f_denominatorNobuyoshi Nakada
2019-07-15respect RUBY_DEBUG.Koichi Sasada
2019-07-14socket: use frozen string buffer when releasing GVLTanaka Akira
2019-07-11Check exception flag as a bool [Bug #15987]Nobuyoshi Nakada
2019-07-03Use rb_ident_hash_new instead of rb_hash_new_compare_by_idNobuyoshi Nakada
2019-06-21Turned `recur` into `int` [Feature #15777]Nobuyoshi Nakada
2019-06-21Add an optional `inherit` argument to Module#autoload?Jean Boussier
2019-06-01Make opt_aref instruction support Integer#[]Yusuke Endoh
2019-05-31Use UNALIGNED_MEMBER_PTRNobuyoshi Nakada
2019-05-29Fix Possible Control flow issues (DEADCODE)Kazuhiro NISHIYAMA
2019-05-24Fix typos [ci skip]Kazuhiro NISHIYAMA
2019-05-23Suppress paranoid warnings for external/3rd-party librariesNobuyoshi Nakada
2019-05-23add comments [ci skip]Urabe, Shyouhei
2019-05-23prefix ASAN related inline functions asan_Urabe, Shyouhei
2019-05-14Fixing function nameAaron Patterson
2019-05-13turn T_MOVED in to a linked listAaron Patterson
2019-05-01guard include with has_featureNARUSE, Yui
2019-04-26use __attribute__((__no_sanitize__("memory")))Urabe, Shyouhei
2019-04-21Make rb_hash_bulk_insert publicnaruse
2019-04-20Add `GC.compact` again.tenderlove
2019-04-17Reverting compaction for nowtenderlove
2019-04-17Introduce pattern matching [EXPERIMENTAL]ktsj
2019-04-17Adding `GC.compact` and compacting GC support.tenderlove
2019-04-10* expand tabs.svn
2019-04-10Reverting all commits from r67479 to r67496 because of CI failureskazu
2019-04-09fix RMoved definition locationtenderlove
2019-04-09Adding `GC.compact` and compacting GC support.tenderlove
2019-04-06internal.h: fix potential memory leaknobu
2019-04-01unpoison / poison objects while walking the heaptenderlove
2019-02-14Introduce RVALUE_EMBED_LEN_MAX to remove a magic numbermrkn
2019-01-30enumerator.c: fix arith_seq_first for Infinitymrkn
2019-01-10mjit.c: use boolean type for boolean variablesk0kubun
2019-01-10Revert "mjit.c: use boolean type for boolean variables"k0kubun
2019-01-10mjit.c: use boolean type for boolean variablesk0kubun
2019-01-09add setter of iter_lev.ko1
2019-01-09complex.c: optimize zero check for Floatmrkn
2019-01-08Defer escaping control char in error messagesnobu
2019-01-06internal.h: unify our own stdtbool.h implementationk0kubun
2019-01-03complex.c: Optimize Complex#* and Complex#**mrkn
2019-01-01complex.c: Optimize Complex#+ for some conditionsmrkn
2018-12-29hide ar_table internals from internal.h.ko1
2018-12-21range.c: reject ArithmeticSequence in rb_range_valuesmrkn
2018-12-20hide iseq operand object for duphash. [Bug #15440]ko1
2018-12-14rename li_table->ar_table (and related names).ko1
2018-12-12complex.c: new APIs for Complexnobu
2018-12-12complex.c: rb_complex_new_polarnobu