aboutsummaryrefslogtreecommitdiffstats
path: root/internal.h
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 996af2ce086249e904b2ce95ab2fcd1de7d757be: [Backport #16345]...nagachika2020-09-291-0/+1
* Revert "statement experssion is a GCCism" to pass ICC CI.nagachika2020-09-201-3/+3
* Prevent unloading methods used in root_fiber while calling another Fiber (#2939)Takashi Kokubun2020-03-151-0/+2
* fix the order of definitionNARUSE, Yui2020-03-131-1/+1
* Separate objspace argument for rb_gc_disable and rb_gc_enableNobuyoshi Nakada2020-03-131-0/+3
* Added `experimental` warning categoryNobuyoshi Nakada2019-12-201-0/+1
* Added rb_warn_deprecatedNobuyoshi Nakada2019-12-191-0/+1
* Made the warning for deprecated constants follow the category flagNobuyoshi Nakada2019-12-191-0/+7
* per-method serial number卜部昌平2019-12-181-2/+2
* Skip optimized method check for most method IDsJohn Hawthorn2019-12-171-0/+1
* Make super in instance_eval in method in module raise TypeErrorJeremy Evans2019-12-121-0/+8
* use compiled binary for gem_prelude.rb.Koichi Sasada2019-12-111-3/+0
* Fixed stack overflow [Bug #16382]Nobuyoshi Nakada2019-12-031-1/+3
* Make prepending a refined module after inclusion not break refinementsJeremy Evans2019-11-281-0/+1
* prefer class_serial over m_tbl卜部昌平2019-11-271-2/+24
* internal.h: Add a prototype declaration for rb_gvar_readonly_setterYusuke Endoh2019-11-221-0/+1
* re-add function prototypes卜部昌平2019-11-201-0/+5
* make functions static卜部昌平2019-11-191-18/+0
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-5/+4
* delete unused functions卜部昌平2019-11-141-48/+3
* delete cc->aux.inc_sp卜部昌平2019-11-081-1/+0
* extend rb_call_cache卜部昌平2019-11-071-1/+24
* let the .bss section initialize static variables卜部昌平2019-11-051-2/+2
* rb_method_basic_definition_p with CC卜部昌平2019-11-051-0/+8
* mark functions that do not return NULL as such.卜部昌平2019-11-011-2/+2
* ruby_mimmalloc can return NULL卜部昌平2019-11-011-1/+1
* Check for nonnull attribute in configureNobuyoshi Nakada2019-10-291-4/+4
* Revert "Check for nonnull attribute in configure"卜部昌平2019-10-291-4/+4
* Check for nonnull attribute in configureNobuyoshi Nakada2019-10-291-4/+4
* Clang can also use C call cacheJohn Hawthorn2019-10-291-1/+1
* more on struct rb_call_data卜部昌平2019-10-251-10/+13
* make rb_raise a GVL-only function again卜部昌平2019-10-101-0/+1
* avoid overflow in integer multiplication卜部昌平2019-10-091-1/+8
* annotate malloc-ish functions卜部昌平2019-10-091-1/+6
* fix arity mismatch卜部昌平2019-10-091-1/+1
* Fix potential memory leaks by `rb_imemo_tmpbuf_auto_free_pointer`Nobuyoshi Nakada2019-10-051-2/+10
* Make parser_params have parent_iseq instead of base_blockYusuke Endoh2019-10-041-3/+4
* Revert https://github.com/ruby/ruby/pull/2486卜部昌平2019-10-031-0/+2
* delete unnecessary branch卜部昌平2019-09-301-2/+0
* Add rb_adjust_argv_kw_splat to internal.hJeremy Evans2019-09-261-0/+1
* Add Module#ruby2_keywords for passing keywords through regular argument splatsJeremy Evans2019-09-251-0/+1
* Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans2019-09-251-3/+0
* variable.c: Rename rb_st_copy to rb_iv_tbl_copyYusuke Endoh2019-09-221-1/+1
* Handle keyword argument separation for Enumerator#sizeJeremy Evans2019-09-201-0/+1
* Make passing empty keywords to dig pass empty keywords to next dig methodJeremy Evans2019-09-201-0/+2
* reuse cc->call卜部昌平2019-09-191-0/+2
* Consolidate empty keyword handlingJeremy Evans2019-09-131-1/+0
* Fixed GCC version for diagnostic-pragmasNobuyoshi Nakada2019-09-101-2/+2
* Convert keyword argument to required positional hash argument for Class#new, ...Jeremy Evans2019-09-061-0/+4
* Make Symbol#to_proc calls handle keyword argumentsJeremy Evans2019-09-051-1/+1