aboutsummaryrefslogtreecommitdiffstats
path: root/vm_method.c
Commit message (Expand)AuthorAgeFilesLines
* internal.h: ONLY_FOR_INTERNAL_USEnobu2016-04-271-3/+1
* vm_method.c: fix aliased original namenobu2016-03-081-4/+4
* vm_method.c: fix assertionnobu2016-03-011-1/+1
* vm_method.c: for hidden objectnobu2016-02-241-1/+3
* * vm_method.c: fix grammar in respond_to? warning.hsbt2016-01-191-2/+2
* Use `rb_method_visibility_t` instead of `int` in `rb_print_undef`yui-knk2016-01-031-3/+3
* * vm_method.c (rb_method_entry_make, check_override_opt_method):shugo2015-12-181-0/+22
* * vm_method.c (rb_class_clear_method_cache): should clear allko12015-11-181-6/+20
* * vm_method.c (prepare_callable_method_entry): useko12015-11-181-2/+1
* * method.h: introduce the folliwing field and macros.ko12015-11-181-9/+26
* revert r52614, r52615, r52617 because they cause serious errorsko12015-11-171-26/+9
* * method.h (METHOD_ENTRY_COMPLEMENTED(_SET)): introduced to recognizeko12015-11-171-2/+2
* * method.h: introduce rb_method_definition_t::complemented_count.ko12015-11-171-9/+26
* vm_method.c: check if frozen [Fix GH-1096]nobu2015-11-151-0/+1
* * vm.c (vm_define_method): do not use current CREF immediately,ko12015-11-131-1/+9
* * method.h: constify rb_cref_t::scope_visi;ko12015-11-131-6/+10
* internal.h: RUBY_DTRACE_HOOKnobu2015-10-311-3/+1
* * vm_method.c: added documentation of protected/private methods.hsbt2015-10-301-5/+11
* NameError#receiver of uninitialized constantnobu2015-10-281-4/+4
* * vm_method.c(rb_method_entry_make):sorah2015-10-261-1/+1
* vm_method.c: remove common codenobu2015-10-241-16/+1
* * method.h: remove METHOD_ENTRY_SAFE(me) and related codeko12015-10-061-3/+1
* vm_eval.c: cache resultsnobu2015-08-221-7/+15
* vm_eval.c: redefined respond_to_missing?nobu2015-08-201-20/+37
* vm_eval.c: share with rb_obj_respond_tonobu2015-08-201-5/+20
* vm_method.c: reuse method entrynobu2015-08-191-5/+12
* * id_table.h: introduce ID key table.ko12015-08-121-15/+17
* * vm_method.c: typo fix [fix GH-993][ci skip] Patch by @0x0deahsbt2015-08-111-8/+8
* * make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko12015-07-211-10/+7
* * method.h: introduce rb_callable_method_entry_t to removeko12015-07-031-96/+214
* vm_method.c: remove unused codenobu2015-07-011-12/+0
* vm_method.c: no NOEX macrosnobu2015-07-011-9/+4
* vm_method.c: orignial visibilitiesnobu2015-07-011-6/+8
* move RB_GC_GUARD responsibility to rb_add_method_iseqnormal2015-06-301-0/+1
* * vm_method.c (rb_method_entry_create): need to callko12015-06-251-3/+5
* * vm_method.c: make a rb_method_definition_t data (def) *after* makingko12015-06-251-107/+110
* * vm_method.c (rb_method_definition_reset): need a WB forko12015-06-241-2/+8
* vm_method.c: use the current visibilitynobu2015-06-241-10/+12
* vm_method.c: remove redundant checknobu2015-06-241-9/+2
* * method.h: embed rb_method_entry_t::attr::flags (5 bits) intoko12015-06-101-8/+6
* * vm.c: use VM_ASSERT instead of assert().ko12015-06-101-3/+3
* * method.h: back to share rb_method_definition_t byko12015-06-061-60/+40
* * internal.h: move definition of rb_cref_t to method.h.ko12015-06-051-2/+2
* * vm_method.c (rb_add_method_iseq): use intermediate struct toko12015-06-041-4/+8
* * method.h: constify rb_method_refined_t::orig_me.ko12015-06-041-11/+10
* * method.h: introduce rb_method_refined_t for refined method entry.ko12015-06-031-10/+10
* * vm_method.c: rename `rb_frame_...' to `rb_scope_...'.ko12015-06-031-10/+10
* * method.h: split rb_method_definition_t::flag to several flags.ko12015-06-031-84/+102
* * vm_method.c (rb_method_definition_set): remove a double assignment.mame2015-06-021-1/+1
* * vm_method.c (rb_alias): rename parameter names.ko12015-06-021-9/+9