aboutsummaryrefslogtreecommitdiffstats
path: root/method.h
Commit message (Expand)AuthorAgeFilesLines
* Add doxygen commentssonots2017-10-211-9/+10
* proc.c: super_method of included methodnobu2017-10-061-4/+4
* Revert r59612nobu2017-08-171-1/+1
* method.h: enum rb_method_definition_t::typenobu2017-08-171-1/+1
* specify unsigned (fix r58784).ko12017-05-191-1/+1
* method.h: pack rb_method_definition_t structnormal2017-05-191-11/+14
* * eval.c, method.h, proc.c, vm.c, vm_eval.c, vm_insnhelper.c, vm_method.c:ktsj2016-11-051-1/+1
* * method.h: introduce the folliwing field and macros.ko12015-11-181-2/+5
* revert r52614, r52615, r52617 because they cause serious errorsko12015-11-171-5/+2
* * method.h (METHOD_ENTRY_COMPLEMENTED(_SET)): introduced to recognizeko12015-11-171-0/+2
* * method.h: introduce rb_method_definition_t::complemented_count.ko12015-11-171-2/+3
* * method.h: constify rb_cref_t::scope_visi;ko12015-11-131-1/+1
* method.h: suppress warningsnobu2015-11-081-3/+3
* * method.h: fix typo. Patch by @davydovantonhsbt2015-11-041-1/+1
* NameError#receiver of uninitialized constantnobu2015-10-281-1/+3
* * method.h: IMEMO_FL_USER3 and IMEMO_FL_USER4 is not needed any more.ko12015-10-061-3/+3
* * method.h: remove METHOD_ENTRY_SAFE(me) and related codeko12015-10-061-10/+2
* * method.h: typo fix. Patch by @davydovanton [fix GH-1032][ci skip]hsbt2015-10-061-1/+1
* iseq.h: rb_iseq_tnobu2015-09-191-0/+3
* iseq.h, method.h: fix include guards [ci skip]nobu2015-09-191-3/+3
* vm_method.c: reuse method entrynobu2015-08-191-0/+1
* method.h: cast checks to int for >= 0 checksnormal2015-08-141-2/+2
* * make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko12015-07-211-2/+2
* * method.h: constify rb_method_iseq_t::iseqptr.ko12015-07-211-1/+1
* * method.h, proc.c (rb_method_entry_location): make it staticko12015-07-061-1/+0
* * method.h: introduce rb_callable_method_entry_t to removeko12015-07-031-16/+35
* method.h: update argument checksnobu2015-07-011-7/+7
* * vm_method.c: make a rb_method_definition_t data (def) *after* makingko12015-06-251-1/+1
* * method.h: constify rb_method_alias_struct::original_me andko12015-06-181-2/+2
* * method.h (METHOD_ENTRY_BASIC_SET): fix last commit (unbalanced parens).ko12015-06-111-1/+1
* * method.h (METHOD_ENTRY_BASIC_SET): should clear last bit.ko12015-06-111-1/+1
* * method.h: embed rb_method_entry_t::attr::flags (5 bits) intoko12015-06-101-13/+33
* * method.h: back to share rb_method_definition_t byko12015-06-061-8/+16
* * internal.h: move definition of rb_cref_t to method.h.ko12015-06-051-7/+22
* * vm_method.c (rb_add_method_iseq): use intermediate struct toko12015-06-041-1/+1
* * method.h: constify rb_method_refined_t::orig_me.ko12015-06-041-9/+9
* * method.h: introduce rb_method_refined_t for refined method entry.ko12015-06-031-2/+7
* * vm_method.c: rename `rb_frame_...' to `rb_scope_...'.ko12015-06-031-0/+2
* * method.h: change fileds order to gather frequent acces fields.ko12015-06-031-1/+1
* * method.h: split rb_method_definition_t::flag to several flags.ko12015-06-031-28/+19
* * method.h: remove rb_method_iseq_t::iseqval.ko12015-06-021-2/+1
* * method.h: make rb_method_entry_t a VALUE.ko12015-06-021-23/+25
* * method.h: fix typo of comments.ko12015-05-301-3/+3
* * method.h: add VM_METHOD_TYPE_ALIAS rb_method_definition_t::typeko12015-05-301-0/+6
* * method.h, vm_method.c (rb_free_method_entry): constify a parameter.ko12015-05-301-1/+1
* * iseq.c: constify.ko12015-05-211-1/+1
* * method.h: remove unused declaration.ko12015-05-121-2/+0
* * load.c: removed unused header file "node.h".ko12015-03-111-1/+0
* * internal.h: define rb_cref_t and change to use it.ko12015-03-081-2/+2
* * fix namespace issue on singleton class expressions. [Bug #10943]ko12015-03-061-1/+7