Age | Commit message (Expand) | Author |
2015-11-20 | * compile.c (iseq_compile_each): add debug information to NODE_STR | ko1 |
2015-11-13 | * refactoring CREF related code. | ko1 |
2015-10-29 | * insns.def (getinlinecache/setinlinecache): compare ic->ic_cref and | ko1 |
2015-10-29 | * insns.def: nobody set ic->ic_value.value to Qundef. | ko1 |
2015-10-29 | RUBY_DTRACE_CREATE_HOOK | nobu |
2015-10-22 | Safe navigation operator | nobu |
2015-10-01 | revert r51991 | nobu |
2015-10-01 | vm_args.c: GC guard | nobu |
2015-09-29 | compile.c: fix performance of strconcat | nobu |
2015-09-19 | * vm_core.h: split rb_call_info_t into several structs. | ko1 |
2015-09-08 | * vm_core.h: remove rb_call_info_t::blockiseq. | ko1 |
2015-08-05 | insns.def: redundant call | nobu |
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 remove | ko1 |
2015-06-29 | insns.def: no quoting | nobu |
2015-06-28 | insns.def: preserve encoding | nobu |
2015-06-28 | insns.def: preserve encoding | nobu |
2015-06-28 | insns.def: preserve encoding | nobu |
2015-06-03 | * method.h: split rb_method_definition_t::flag to several flags. | ko1 |
2015-06-02 | * insns.def (defined), vm_insnhelper.c (vm_defined): | ko1 |
2015-06-02 | * method.h: make rb_method_entry_t a VALUE. | ko1 |
2015-03-08 | * internal.h: define rb_cref_t and change to use it. | ko1 |
2015-03-06 | * fix namespace issue on singleton class expressions. [Bug #10943] | ko1 |
2015-02-25 | insns.def: reverse | nobu |
2015-02-16 | insns.def: typo | nobu |
2014-11-13 | insns.def (opt_succ): remove Time#succ optimization | normal |
2014-11-02 | * rewrite method/block parameter fitting logic to optimize | ko1 |
2014-10-23 | insns.def: add comments to def/opt_operand.def | normal |
2014-09-11 | iseq_inline_storage_entry: 24=>16 bytes on 64-bit | normal |
2014-06-20 | insns.def: avoid type-punned pointer cast | nobu |
2014-05-26 | insns.def: fix typo | nobu |
2014-03-11 | insns.def (opt_regexpmatch2): respect redefined match op | normal |
2014-01-25 | insns.def: adjust style | nobu |
2014-01-10 | insns.def: add opt path for Hash#[] and Hash#[]= used with str literal keys | tmm1 |
2013-12-10 | * insns.def: Fix optimization bug of Float#/ [Bug #9238] | marcandre |
2013-12-09 | * compile.c, insns.def, test/ruby/test_rubyvm.rb, vm.c, vm_core.h, | charliesome |
2013-11-09 | * compile.c (iseq_compile_each): emit opt_str_freeze if the #freeze | charliesome |
2013-11-09 | * insns.def: unify ic_constant_serial and ic_class_serial into one field | charliesome |
2013-11-09 | * class.c: unify names of vm state version counters to 'serial'. | charliesome |
2013-10-29 | * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h, vm_method.c: split | charliesome |
2013-09-26 | * insns.def (opt_regexpmatch2): Check String#=~ hasn't overridden | sorah |
2013-09-26 | * insns.def (opt_regexpmatch1): check Regexp#=~ is not defined before | charliesome |
2013-09-04 | * class.c, compile.c, eval.c, gc.h, insns.def, internal.h, method.h, | charliesome |
2013-08-31 | * compile.c (NODE_MATCH3): pass CALL_INFO to opt_regexpmatch2 | charliesome |
2013-08-27 | vm_insnhelper.h: RBASIC_CLASS | nobu |
2013-08-21 | insns.def: refine comments | nobu |
2013-08-20 | * insns.def: fix regexp's once option behavior. | ko1 |
2013-08-06 | * vm_insnhelper.c (vm_push_frame): fix stack overflow check codes. | ko1 |
2013-05-26 | * hash.c (rb_hash_tbl_raw), internal.h: added. | ko1 |
2013-05-13 | * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro | ko1 |