aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
Commit message (Expand)AuthorAgeFilesLines
...
* hide rb_funcallv_with_cc from public卜部昌平2019-09-051-0/+52
* Set symbol export for rb_hash_stlike_foreachJeremy Evans2019-08-301-0/+2
* Allow ** syntax to be used for calling methods that do not accept keywordsJeremy Evans2019-08-301-1/+0
* Separate keyword arguments from positional argumentsYusuke Endoh2019-08-301-0/+1
* rb_uninterruptible now free from ANYARGS卜部昌平2019-08-271-1/+1
* struct MEMO now free from ANYARGS卜部昌平2019-08-271-1/+1
* rb_hash_foreach now free from ANYARGS卜部昌平2019-08-271-2/+2
* rb_ensure now free from ANYARGS卜部昌平2019-08-271-1/+1
* decouple compile.c usage of imemo_ifunc卜部昌平2019-08-271-3/+3
* delete rb_method_defined_by declaration.卜部昌平2019-08-271-1/+0
* `rp(obj)` shows func, file and line. (#2394)Koichi Sasada2019-08-211-2/+4
* Renamed ruby_finalize_{0,1}Nobuyoshi Nakada2019-08-131-1/+0
* Expanded f_quoNobuyoshi Nakada2019-08-101-0/+1
* add rp() and bp() in internal.h.Koichi Sasada2019-08-091-0/+16
* introduce RCLASS_CLONED flag for inline cache.Koichi Sasada2019-08-091-0/+1
* leafify opt_plus卜部昌平2019-08-061-0/+1
* Make opt_eq and opt_neq insns leafTakashi Kokubun2019-08-041-0/+16
* Expanded f_ceilNobuyoshi Nakada2019-08-021-0/+1
* introduce ar_hint_t.Koichi Sasada2019-08-011-2/+10
* move macro to internal.h for documentation.Koichi Sasada2019-07-311-0/+4
* Moved RHASH_LEV_MASK and turned into a macroNobuyoshi Nakada2019-07-311-2/+0
* Use 1 byte hint for ar_table [Feature #15602]Koichi Sasada2019-07-311-4/+6
* remove RHash::iter_lev.Koichi Sasada2019-07-311-8/+14
* Reuse match dataNobuyoshi Nakada2019-07-281-0/+1
* constify again.Koichi Sasada2019-07-221-12/+12
* constify RHash::ifnone.Koichi Sasada2019-07-221-1/+1
* Moved the check for `exception` to rb_execarg_addoptNobuyoshi Nakada2019-07-161-0/+1
* Expanded f_numeratorNobuyoshi Nakada2019-07-161-0/+1
* Expanded f_denominatorNobuyoshi Nakada2019-07-161-0/+1
* respect RUBY_DEBUG.Koichi Sasada2019-07-151-1/+1
* socket: use frozen string buffer when releasing GVLTanaka Akira2019-07-141-2/+2
* Check exception flag as a bool [Bug #15987]Nobuyoshi Nakada2019-07-111-0/+4
* Use rb_ident_hash_new instead of rb_hash_new_compare_by_idNobuyoshi Nakada2019-07-031-3/+0
* Turned `recur` into `int` [Feature #15777]Nobuyoshi Nakada2019-06-211-1/+1
* Add an optional `inherit` argument to Module#autoload?Jean Boussier2019-06-211-0/+1
* Make opt_aref instruction support Integer#[]Yusuke Endoh2019-06-011-0/+1
* Use UNALIGNED_MEMBER_PTRNobuyoshi Nakada2019-05-311-0/+17
* Fix Possible Control flow issues (DEADCODE)Kazuhiro NISHIYAMA2019-05-291-0/+8
* Fix typos [ci skip]Kazuhiro NISHIYAMA2019-05-241-2/+2
* Suppress paranoid warnings for external/3rd-party librariesNobuyoshi Nakada2019-05-231-4/+4
* add comments [ci skip]Urabe, Shyouhei2019-05-231-0/+46
* prefix ASAN related inline functions asan_Urabe, Shyouhei2019-05-231-13/+10
* Fixing function nameAaron Patterson2019-05-141-1/+1
* turn T_MOVED in to a linked listAaron Patterson2019-05-131-0/+1
* guard include with has_featureNARUSE, Yui2019-05-011-1/+3
* use __attribute__((__no_sanitize__("memory")))Urabe, Shyouhei2019-04-261-8/+11
* Make rb_hash_bulk_insert publicnaruse2019-04-211-1/+0
* Add `GC.compact` again.tenderlove2019-04-201-17/+25
* Reverting compaction for nowtenderlove2019-04-171-25/+17
* Introduce pattern matching [EXPERIMENTAL]ktsj2019-04-171-0/+1