Age | Commit message (Expand) | Author |
2018-08-22 | Avoid compiler depend error | kazu |
2018-06-03 | Add TracePoint#parameters | mame |
2018-01-28 | method.h: VM_METHOD_TYPE_MINIMUM_BITS | nobu |
2018-01-28 | method.h: BITFIELD in rb_method_definition_t | nobu |
2018-01-27 | internal.h: add BITFIELD macro to aid C99 users | normal |
2018-01-07 | Speedup `block.call` [Feature #14330] | ko1 |
2018-01-02 | bit-fields other than int is a C99ism | shyouhei |
2017-12-05 | vm_core.h (rb_iseq_locatoin_t): add a field `code_range` | mame |
2017-12-05 | Revamp method coverage to support define_method | mame |
2017-11-16 | make a func static. | ko1 |
2017-11-16 | remove unused function. | ko1 |
2017-10-21 | Add doxygen comments | sonots |
2017-10-06 | proc.c: super_method of included method | nobu |
2017-08-17 | Revert r59612 | nobu |
2017-08-17 | method.h: enum rb_method_definition_t::type | nobu |
2017-05-19 | specify unsigned (fix r58784). | ko1 |
2017-05-19 | method.h: pack rb_method_definition_t struct | normal |
2016-11-05 | * eval.c, method.h, proc.c, vm.c, vm_eval.c, vm_insnhelper.c, vm_method.c: | ktsj |
2015-11-18 | * method.h: introduce the folliwing field and macros. | ko1 |
2015-11-17 | revert r52614, r52615, r52617 because they cause serious errors | ko1 |
2015-11-17 | * method.h (METHOD_ENTRY_COMPLEMENTED(_SET)): introduced to recognize | ko1 |
2015-11-17 | * method.h: introduce rb_method_definition_t::complemented_count. | ko1 |
2015-11-13 | * method.h: constify rb_cref_t::scope_visi; | ko1 |
2015-11-08 | method.h: suppress warnings | nobu |
2015-11-04 | * method.h: fix typo. Patch by @davydovanton | hsbt |
2015-10-28 | NameError#receiver of uninitialized constant | nobu |
2015-10-06 | * method.h: IMEMO_FL_USER3 and IMEMO_FL_USER4 is not needed any more. | ko1 |
2015-10-06 | * method.h: remove METHOD_ENTRY_SAFE(me) and related code | ko1 |
2015-10-06 | * method.h: typo fix. Patch by @davydovanton [fix GH-1032][ci skip] | hsbt |
2015-09-19 | iseq.h: rb_iseq_t | nobu |
2015-09-19 | iseq.h, method.h: fix include guards [ci skip] | nobu |
2015-08-19 | vm_method.c: reuse method entry | nobu |
2015-08-14 | method.h: cast checks to int for >= 0 checks | normal |
2015-07-21 | * make rb_iseq_t T_IMEMO object (type is imemo_iseq). | ko1 |
2015-07-21 | * method.h: constify rb_method_iseq_t::iseqptr. | ko1 |
2015-07-06 | * method.h, proc.c (rb_method_entry_location): make it static | ko1 |
2015-07-03 | * method.h: introduce rb_callable_method_entry_t to remove | ko1 |
2015-07-01 | method.h: update argument checks | nobu |
2015-06-25 | * vm_method.c: make a rb_method_definition_t data (def) *after* making | ko1 |
2015-06-18 | * method.h: constify rb_method_alias_struct::original_me and | ko1 |
2015-06-11 | * method.h (METHOD_ENTRY_BASIC_SET): fix last commit (unbalanced parens). | ko1 |
2015-06-11 | * method.h (METHOD_ENTRY_BASIC_SET): should clear last bit. | ko1 |
2015-06-10 | * method.h: embed rb_method_entry_t::attr::flags (5 bits) into | ko1 |
2015-06-06 | * method.h: back to share rb_method_definition_t by | ko1 |
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 to | ko1 |
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: change fileds order to gather frequent acces fields. | ko1 |