aboutsummaryrefslogtreecommitdiffstats
path: root/include/ruby/intern.h
Commit message (Expand)AuthorAgeFilesLines
* drop-in type check for rb_define_method卜部昌平2019-08-291-2/+2
* rb_ivar_foreach now free from ANYARGS卜部昌平2019-08-271-1/+1
* rb_hash_foreach now free from ANYARGS卜部昌平2019-08-271-2/+2
* rb_define_hooked_variable now free from ANYARGS卜部昌平2019-08-271-1/+1
* rb_thread_create now free from ANYARGS卜部昌平2019-08-271-1/+1
* rb_proc_new / rb_fiber_new now free from ANYARGS卜部昌平2019-08-271-2/+2
* Renamed ruby_finalize_{0,1}Nobuyoshi Nakada2019-08-131-3/+0
* Rename rb_gc_mark_no_pin -> rb_gc_mark_movableAaron Patterson2019-08-121-1/+1
* rb_trap_exec has been removed since 1.9Nobuyoshi Nakada2019-08-121-1/+0
* Revert "marshal.c: new functions for extensions"Nobuyoshi Nakada2019-06-041-2/+0
* marshal.c: new functions for extensionsNobuyoshi Nakada2019-06-041-0/+2
* 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