summaryrefslogtreecommitdiff
path: root/vm_method.c
AgeCommit message (Expand)Author
2015-10-31internal.h: RUBY_DTRACE_HOOKnobu
2015-10-30* vm_method.c: added documentation of protected/private methods.hsbt
2015-10-28NameError#receiver of uninitialized constantnobu
2015-10-26* vm_method.c(rb_method_entry_make):sorah
2015-10-24vm_method.c: remove common codenobu
2015-10-06* method.h: remove METHOD_ENTRY_SAFE(me) and related codeko1
2015-08-22vm_eval.c: cache resultsnobu
2015-08-20vm_eval.c: redefined respond_to_missing?nobu
2015-08-20vm_eval.c: share with rb_obj_respond_tonobu
2015-08-19vm_method.c: reuse method entrynobu
2015-08-12* id_table.h: introduce ID key table.ko1
2015-08-11* vm_method.c: typo fix [fix GH-993][ci skip] Patch by @0x0deahsbt
2015-07-21* make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko1
2015-07-03* method.h: introduce rb_callable_method_entry_t to removeko1
2015-07-01vm_method.c: remove unused codenobu
2015-07-01vm_method.c: no NOEX macrosnobu
2015-07-01vm_method.c: orignial visibilitiesnobu
2015-06-30move RB_GC_GUARD responsibility to rb_add_method_iseqnormal
2015-06-25* vm_method.c (rb_method_entry_create): need to callko1
2015-06-25* vm_method.c: make a rb_method_definition_t data (def) *after* makingko1
2015-06-24* vm_method.c (rb_method_definition_reset): need a WB forko1
2015-06-24vm_method.c: use the current visibilitynobu
2015-06-24vm_method.c: remove redundant checknobu
2015-06-10* method.h: embed rb_method_entry_t::attr::flags (5 bits) intoko1
2015-06-10* vm.c: use VM_ASSERT instead of assert().ko1
2015-06-06* method.h: back to share rb_method_definition_t byko1
2015-06-05* internal.h: move definition of rb_cref_t to method.h.ko1
2015-06-04* vm_method.c (rb_add_method_iseq): use intermediate struct toko1
2015-06-04* method.h: constify rb_method_refined_t::orig_me.ko1
2015-06-03* method.h: introduce rb_method_refined_t for refined method entry.ko1
2015-06-03* vm_method.c: rename `rb_frame_...' to `rb_scope_...'.ko1
2015-06-03* method.h: split rb_method_definition_t::flag to several flags.ko1
2015-06-02* vm_method.c (rb_method_definition_set): remove a double assignment.mame
2015-06-02* vm_method.c (rb_alias): rename parameter names.ko1
2015-06-02* method.h: remove rb_method_iseq_t::iseqval.ko1
2015-06-02* method.h: make rb_method_entry_t a VALUE.ko1
2015-06-01* vm_method.c (rb_method_entry_make): do not show warning messageko1
2015-06-01* class.c: remove needless include pragmra for method.h.ko1
2015-05-31vm_method.c: suppress warningnobu
2015-05-31* eval_intern.h, vm_method.c: move macros to functions.ko1
2015-05-30fix indentko1
2015-05-30* method.h: add VM_METHOD_TYPE_ALIAS rb_method_definition_t::typeko1
2015-05-30* vm_method.c (rb_unlink_method_entry): make it static.ko1
2015-05-30* method.h, vm_method.c (rb_free_method_entry): constify a parameter.ko1
2015-05-26* vm_method.c (rb_alias): should resolve refined methods.shugo
2015-05-21* iseq.c: constify.ko1
2015-05-21* vm_method.c: Remove private attribute warning [Bug #10967]zzak
2015-03-08* internal.h: define rb_cref_t and change to use it.ko1
2015-03-08* internal.h: define CREF accessor macros.ko1
2015-03-06* fix namespace issue on singleton class expressions. [Bug #10943]ko1