| Commit message (Expand) | Author | Age | Files | Lines |
| * | merge revision(s) 63067,63068: [Backport #14658] | usa | 2018-10-17 | 1 | -8/+10 |
| * | merge revision(s) 62115: [Backport #14421] | nagachika | 2018-03-20 | 1 | -0/+1 |
| * | merge revision(s) 58245,60127: [Backport #13973] | nagachika | 2018-03-20 | 1 | -17/+20 |
| * | merge revision(s) 59063: [Backport #13605] | nagachika | 2017-08-04 | 1 | -4/+12 |
| * | merge revision(s) 59357,59358: [Backport #13391] [Backport #13404] | nagachika | 2017-08-04 | 1 | -9/+57 |
| * | merge revision(s) 59080,59082: [Backport #13656] | nagachika | 2017-07-23 | 1 | -1/+1 |
| * | merge revision(s) 57765: [Backport #13273] | naruse | 2017-03-12 | 1 | -22/+19 |
| * | merge revision(s) 57352: [Backport #13132] | naruse | 2017-03-11 | 1 | -18/+19 |
| * | proc.c: assume rb_iseq_location_t::first_lineno is always a Fixnum | rhe | 2016-12-20 | 1 | -11/+4 |
| * | proc.c: enable Proc#to_s rdoc | nobu | 2016-11-20 | 1 | -8/+8 |
| * | proc.c: suppress warning | nobu | 2016-11-20 | 1 | -1/+1 |
| * | Fix typo in code doc of proc.c | a_matsuda | 2016-11-08 | 1 | -1/+1 |
| * | * eval.c, method.h, proc.c, vm.c, vm_eval.c, vm_insnhelper.c, vm_method.c: | ktsj | 2016-11-05 | 1 | -1/+1 |
| * | [DOC] replace Fixnum with Integer [ci skip] | nobu | 2016-10-26 | 1 | -2/+2 |
| * | proc.c: follow the original class | nobu | 2016-10-25 | 1 | -1/+1 |
| * | * internal.h (ST2FIX): new macro to convert st_index_t to Fixnum. | usa | 2016-10-04 | 1 | -1/+1 |
| * | proc.c: trivial optimization | nobu | 2016-09-25 | 1 | -4/+3 |
| * | replace fixnum by integer in documents. | akr | 2016-09-08 | 1 | -2/+2 |
| * | * proc.c: [DOC] fix Object#define_singleton_method and | sho-h | 2016-09-03 | 1 | -4/+4 |
| * | * proc.c (mnew_missing): Remove an unused argument. | yui-knk | 2016-08-18 | 1 | -5/+4 |
| * | * vm_core.h: introduce VM_FRAME_RUBYFRAME_P() | ko1 | 2016-08-03 | 1 | -4/+4 |
| * | * vm_core.h: introduce VM_FRAME_FLAG_CFRAME to represent cfp->iseq | ko1 | 2016-08-03 | 1 | -1/+1 |
| * | * proc.c (env_write): remove unused function. | ko1 | 2016-07-29 | 1 | -10/+0 |
| * | * vm.c, internal.h: remove RubyVM::Env class and all of env objects | ko1 | 2016-07-28 | 1 | -45/+36 |
| * | * vm_core.h: revisit the structure of frame, block and env. | ko1 | 2016-07-28 | 1 | -200/+319 |
| * | Passed block symbol to proc | nobu | 2016-06-28 | 1 | -0/+3 |
| * | proc.c: fix RDoc of Proc#===/call/yield/[] | normal | 2016-05-15 | 1 | -0/+11 |
| * | proc.c: no temporary args array | nobu | 2016-05-05 | 1 | -10/+1 |
| * | proc.c: no unnecessary temporary array | nobu | 2016-05-05 | 1 | -5/+2 |
| * | proc.c: suppress a warning | nobu | 2016-05-05 | 1 | -1/+9 |
| * | use TH_JUMP_TAG | nobu | 2016-05-05 | 1 | -1/+1 |
| * | proc.c: separate rb_method_call_with_block | nobu | 2016-05-04 | 1 | -19/+33 |
| * | proc.c: passed_block | nobu | 2016-05-04 | 1 | -14/+13 |
| * | proc.c: constify | nobu | 2016-05-04 | 1 | -1/+1 |
| * | proc.c: fail symbol proc binding | nobu | 2016-03-16 | 1 | -0/+2 |
| * | Add example for Method#parameters from [ruby-core:19759] | naruse | 2016-02-09 | 1 | -0/+12 |
| * | Use `rb_method_visibility_t` instead of `int` in `rb_print_undef` | yui-knk | 2016-01-03 | 1 | -1/+1 |
| * | * proc.c (rb_mod_define_method): should check Symbol or not. | ko1 | 2015-12-20 | 1 | -1/+6 |
| * | * proc.c (rb_mod_define_method): fix notation. | ko1 | 2015-12-20 | 1 | -2/+8 |
| * | * proc.c (proc_new): fix notation. | ko1 | 2015-12-20 | 1 | -3/+2 |
| * | proc.c: fix infinite loop | nobu | 2015-12-19 | 1 | -3/+1 |
| * | fix commit miss | nobu | 2015-12-19 | 1 | -3/+3 |
| * | proc.c: remove old macro | nobu | 2015-12-19 | 1 | -5/+3 |
| * | * proc.c (rb_block_arity): should not call GetProcPtr() for symbols. | shugo | 2015-12-17 | 1 | -4/+9 |
| * | proc.c: remove bm_free, use default | normal | 2015-12-09 | 1 | -7/+1 |
| * | * *.c (*_memsize): do not check ptr. | ko1 | 2015-12-09 | 1 | -2/+2 |
| * | * introduce new ISeq binary format serializer/de-serializer | ko1 | 2015-12-08 | 1 | -4/+9 |
| * | * proc.c: Add call-seq of `Method#super_method` | hsbt | 2015-11-16 | 1 | -1/+6 |
| * | proc.c: cfunc_proc_t | nobu | 2015-11-10 | 1 | -11/+30 |
| * | NameError#receiver of uninitialized constant | nobu | 2015-10-28 | 1 | -18/+27 |