aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/intern.h
Commit message (Expand)AuthorAgeFilesLines
* remove obsolete rb_gc_finalize_deferred().Koichi Sasada2019-05-281-1/+0
* Add FrozenError#receiverJeremy Evans2019-05-261-0/+1
* Eagerly name modules and classesAlan Wu2019-05-221-1/+0
* Rename rb_gc_new_location to rb_gc_locationAaron Patterson2019-05-181-1/+1
* Make rb_hash_bulk_insert publicnaruse2019-04-211-0/+1
* Add `GC.compact` again.tenderlove2019-04-201-0/+6
* Reverting compaction for nowtenderlove2019-04-171-6/+0
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-171-0/+6
* Reverting all commits from r67479 to r67496 because of CI failureskazu2019-04-101-5/+0
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-091-0/+5
* remove "deprecated" for rb_frame_method_id_and_class [Bug #15300]ko12018-12-241-0/+1
* complex.c: new APIs for Complexnobu2018-12-121-0/+16
* complex.c: rb_complex_new_polarnobu2018-12-121-1/+2
* enumerator.c: Add rb_arithmetic_sequence_components_tmrkn2018-12-121-1/+7
* enumerator.c: rb_arithmetic_sequence_extractmrkn2018-12-121-0/+1
* Introduce "COLDFUNC" function attribute.ko12018-12-051-1/+1
* support theap for T_HASH. [Feature #14989]ko12018-10-301-1/+2
* include/ruby/intern.h: don't modify MJIT_FUNC_EXPORTEDk0kubun2018-10-071-4/+1
* vm_core.h: fix inconsistent prototype declarationsk0kubun2018-10-071-1/+13
* eval.c: rename "rb_frozen_class_p" to "rb_class_modify_check"mame2018-07-271-1/+0
* Improve branch missesnobu2018-07-121-1/+1
* use the prefixed macronobu2018-06-271-1/+1
* intern.h: suppress warningsnobu2018-06-111-1/+9
* backward.h: rb_mod_const_missing is internal functionnobu2018-02-021-0/+2
* suppress warning: 'const' attribute on function returning 'void'naruse2017-12-181-2/+2
* extern rb_time_utc_offset to get utc offsetnaruse2017-12-111-0/+1
* backward.h: rb_frame_method_id_and_classnobu2017-10-301-1/+0
* thread.c: rb_thread_fd_close [ci skip]nobu2017-03-131-1/+1
* thread.c: rb_thread_fd_close [ci skip]nobu2017-03-131-1/+1
* backward.h: move deprecated declarationnobu2017-02-211-1/+0
* variable.c: remove deprecated internal featurenobu2017-02-211-1/+0
* error.c: remove deprecated internal featuresnobu2017-02-211-3/+0
* complex.c: remove deprecated functionsnobu2017-02-211-2/+0
* backward.h: 2.2 deprecated featuresnobu2017-02-211-22/+0
* Revert changes on rb_frame_method_id_and_class()ktsj2016-12-041-1/+1
* * vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):ktsj2016-11-051-1/+1
* gc.c: rb_gc_adjust_memory_usagenobu2016-09-201-0/+1
* hide struct internal [Feature #9916]shyouhei2016-08-011-0/+2
* * include/ruby/intern.h: Remove excess semicolons in PUREFUNC().ngoto2016-06-081-2/+2
* Use RB_GNUC_EXTENSION_BLOCK instead of __extension__ngoto2016-05-201-48/+36
* Use HAVE_BUILTIN___BUILTIN_CONSTANT_Pnaruse2016-05-121-1/+1
* * configure.in: check function attirbute const and pure,naruse2016-05-081-18/+18
* intern.h: suppress warningsnobu2016-05-081-2/+2
* * configure.in: add -Wsuggest-attribute=noreturn and suppress warnings.naruse2016-05-081-15/+15
* rb_check_arity returns argc nownobu2016-04-021-1/+2
* * include/ruby/intern.h (rb_big_odd_p, rb_big_even_p): move tomrkn2016-03-191-2/+0
* * include/ruby/intern.h (rb_big_hash): Move to internal.h.mrkn2016-03-181-1/+0
* * bignum.c (rb_big_hash): make it public function to be available inmrkn2016-03-181-0/+1
* * bignum.c (rb_big_even_p, rb_big_odd_p): make them public functionsmrkn2016-03-171-0/+2
* internal.h: functions for class internalsnobu2016-03-071-4/+0