| Commit message (Expand) | Author | Age | Files | Lines |
* | vm.c: super in bmethod | nobu | 2014-11-09 | 1 | -5/+8 |
* | * vm_core.h: change iseq parameter data structure. | ko1 | 2014-11-02 | 1 | -21/+33 |
* | * rewrite method/block parameter fitting logic to optimize | ko1 | 2014-11-02 | 1 | -451/+110 |
* | vm_insnhelper.c: allow to_ary | nobu | 2014-10-30 | 1 | -2/+2 |
* | vm_insnhelper.c: preserve encoding | nobu | 2014-10-20 | 1 | -1/+1 |
* | variable.c, vm_insnhelper.c: improve performance | nobu | 2014-10-19 | 1 | -1/+2 |
* | vm_insnhelper.c: refactoring | nobu | 2014-10-19 | 1 | -6/+3 |
* | variable.c: check index overflow | nobu | 2014-09-10 | 1 | -1/+4 |
* | rb_call_info_t: shrink to 96 bytes from 104 bytes on 64-bit | normal | 2014-09-10 | 1 | -2/+2 |
* | variable: cleanup to use rb_const_lookup | normal | 2014-08-04 | 1 | -4/+3 |
* | vm_insnhelper.c: fix unusable super class | nobu | 2014-08-03 | 1 | -0/+4 |
* | * vm_core.h (struct rb_iseq_struct): stack_max is changed to int | ngoto | 2014-07-16 | 1 | -2/+2 |
* | vm_core.h (struct rb_iseq_struct): reduce to 296 bytes on 64-bit | normal | 2014-07-14 | 1 | -2/+4 |
* | vm_insnhelper.c: fix implicit splat keyword argument | nobu | 2014-07-10 | 1 | -3/+12 |
* | eval.c: no method calls at stack overflow | nobu | 2014-06-28 | 1 | -3/+9 |
* | Backtrace for SystemStackError | nobu | 2014-06-23 | 1 | -1/+3 |
* | insns.def: avoid type-punned pointer cast | nobu | 2014-06-20 | 1 | -2/+2 |
* | * vm.c (invoke_block_from_c): move call/return event timing for | ko1 | 2014-06-19 | 1 | -6/+0 |
* | * vm.c (invoke_block_from_c): add VM_FRAME_FLAG_BMETHOD to record | ko1 | 2014-04-30 | 1 | -1/+1 |
* | proc.c: fix super in bound UnboundMethod | nobu | 2014-04-11 | 1 | -0/+1 |
* | vm_insnhelper.c: preserve encodings | nobu | 2014-04-11 | 1 | -2/+2 |
* | vm_insnhelper.c: relax arity check | nobu | 2014-03-13 | 1 | -8/+31 |
* | vm_insnhelper.c: disable fastpath if splat | nobu | 2014-03-12 | 1 | -1/+3 |
* | vm_insnhelper.c: inline function | nobu | 2014-03-12 | 1 | -13/+21 |
* | * vm_insnhelper.c (vm_call_method): should check ci->me->flag of | shugo | 2014-02-13 | 1 | -5/+2 |
* | vm_insnhelper.c: adjust indent | nobu | 2014-02-08 | 1 | -3/+3 |
* | vm_insnhelper.c: boudn method transplanting | nobu | 2014-01-10 | 1 | -1/+2 |
* | vm_insnhelper.c: revive r44455 for bound module method | nobu | 2014-01-08 | 1 | -0/+6 |
* | proc.c: fix inherited method owner | nobu | 2013-12-29 | 1 | -5/+0 |
* | vm_insnhelper.c: missing super in method module | nobu | 2013-12-28 | 1 | -0/+5 |
* | * vm_insnhelper.c (argument_error): insert dummy frame to make | ko1 | 2013-12-25 | 1 | -9/+11 |
* | * include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into | ko1 | 2013-12-20 | 1 | -3/+3 |
* | vm_insnhelper.c: optimize for loop | tmm1 | 2013-12-19 | 1 | -3/+3 |
* | vm_insnhelper.c: post arguments as mandatory | nobu | 2013-12-14 | 1 | -3/+4 |
* | * internal.h (RCLASS_SERIAL): Add RCLASS_SERIAL as a convenience | charliesome | 2013-12-09 | 1 | -6/+6 |
* | * compile.c, insns.def, test/ruby/test_rubyvm.rb, vm.c, vm_core.h, | charliesome | 2013-12-09 | 1 | -3/+3 |
* | class.c, vm_insnhelper.c: check unknown keywords | nobu | 2013-12-08 | 1 | -8/+6 |
* | gc.c: promote long-lived NODE_CREF objects to oldgen | tmm1 | 2013-12-08 | 1 | -2/+2 |
* | class.c: move kwarg functions | nobu | 2013-12-06 | 1 | -92/+0 |
* | vm_insnhelper.c: rb_get_kwargs | nobu | 2013-12-06 | 1 | -8/+24 |
* | vm_insnhelper.c: keyword hash functions | nobu | 2013-11-30 | 1 | -35/+38 |
* | * vm_insnhelper.c (check_match): Fix SEGV with VM_CHECKMATCH_TYPE_CASE | sorah | 2013-11-29 | 1 | -1/+7 |
* | * insns.def: unify ic_constant_serial and ic_class_serial into one field | charliesome | 2013-11-09 | 1 | -4/+4 |
* | * class.c: unify names of vm state version counters to 'serial'. | charliesome | 2013-11-09 | 1 | -8/+8 |
* | * insns.def, vm.c, vm_insnhelper.c, vm_insnhelper.h, vm_method.c: split | charliesome | 2013-10-29 | 1 | -3/+3 |
* | * vm_insnhelper.c (vm_call_method): set ci->me to 0 when the | shugo | 2013-10-17 | 1 | -1/+7 |
* | * proc.c: catch up last commit. | ko1 | 2013-10-07 | 1 | -1/+1 |
* | * iseq.c, internal.h: change to public (but internal) functions | ko1 | 2013-10-07 | 1 | -1/+1 |
* | * vm_insnhelper.c (vm_callee_setup_arg_complex, vm_yield_setup_block_args): | ktsj | 2013-09-29 | 1 | -0/+9 |
* | * include/ruby/ruby.h: rename RARRAY_RAWPTR() to RARRAY_CONST_PTR(). | ko1 | 2013-09-25 | 1 | -3/+3 |