Age | Commit message (Expand) | Author |
2012-06-11 | * vm_core.h: remove lfp (local frame pointer) and rename | ko1 |
2012-06-04 | * vm_core.h (rb_location_t): fix type and field name. | ko1 |
2012-05-24 | Feature #5896 | nobu |
2012-05-23 | use RB_TYPE_P() instead of comparison of TYPE() | nobu |
2012-05-22 | * vm_core.h: add a data type rb_location_t to store iseq location | ko1 |
2012-04-14 | * variable.c (trace_ev): Removed "not reached" comment as this line is | drbrain |
2012-04-13 | * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "control | drbrain |
2012-03-16 | * vm_insnhelper.c (argument_error): use line number at the beginning | nobu |
2012-03-15 | * adjust style. | nobu |
2012-03-14 | * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085] | marcandre |
2012-03-14 | * vm_insnhelper.c: improve number of arguments error in case of | marcandre |
2012-03-13 | * compile.c (iseq_set_arguments): keyword rest arg without keyword args. | nobu |
2012-01-30 | * vm_eval.c (vm_call0): should pass block to enumerators. patched | nobu |
2012-01-20 | * vm.c (vm_exec): remove workaround for LLVM because r34278 fixes it. | naruse |
2011-12-27 | * vm_insnhelper.c (unknown_keyword_error): add GC guard to prevent | nagachika |
2011-12-26 | * vm_insnhelper.c (unknown_keyword_error): make it kind a error message when ... | mame |
2011-12-26 | * vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments), iseq.c (... | mame |
2011-12-26 | * vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments, iseq_comp... | mame |
2011-12-12 | * vm_insnhelper.c (vm_yield_setup_block_args): splat single | nobu |
2011-12-05 | * bignum.c (big_rshift), compile.c (validate_label, | nobu |
2011-10-27 | * vm_insnhelper.c (vm_call_cfunc): adding back useless hack. For some | tenderlove |
2011-10-06 | fix typos | kazu |
2011-10-06 | * vm_eval.c (make_no_method_execption): extract from | nobu |
2011-10-05 | * vm_insnhelper.c (vm_call_cfunc): remove useless hack. | naruse |
2011-09-29 | * use RB_TYPE_P which is optimized for constant types, instead of | nobu |
2011-09-21 | * vm_insnhelper.c (vm_call_cfunc): suppress a warning. note that | nobu |
2011-09-20 | Avoid cfp consistency error by LLVM. | naruse |
2011-09-20 | * vm_insnhelper.c (vm_get_cvar_base): reduce duplicated checks and | nobu |
2011-09-02 | * vm_insnhelper.c (vm_search_const_defined_class): search | nobu |
2011-09-01 | * insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): see | nobu |
2011-08-31 | * Re-apply r33078, thread-safe autoload which is reverted at r33093. | nahi |
2011-08-30 | * vm_insnhelper.c (vm_call_cfunc): revert r33112. RB_GC_GUARD macro | usa |
2011-08-29 | Use RB_GC_GUARD. | naruse |
2011-08-27 | * Revert r33078. It caused a Rails application NoMethodError. | nahi |
2011-08-26 | * variable.c: Make autoload thread-safe. See #921. | nahi |
2011-08-24 | * vm_insnhelper.h, vm_insnhelper.c, vm.c, vm_method.c, insns.def: | ko1 |
2011-08-24 | * iseq.h, iseq.c, compile.c: Change the line number data structure | ko1 |
2011-07-22 | * vm_insnhelper.c (vm_call_cfunc): added volatile for a workaround | kosaki |
2011-07-10 | * vm_insnhelper.c (vm_throw): check a class frame. | ko1 |
2011-06-30 | * vm_insnhelper.c (vm_getivar): check vm state version | ko1 |
2011-06-30 | * vm_insnhelper.c (vm_call_bmethod): fix to hook call/return event | ko1 |
2011-06-25 | * vm_insnhelper.c (vm_search_superclass): avoid control frame | nagachika |
2011-06-22 | * cont.c (cont_capture): add volatile. | naruse |
2011-06-18 | * method.h, internal.h iseq.h: declare internal functions. | akr |
2011-06-16 | * thread.c (rb_thread_schedule_rec): fix {UN,}LIKELY macro misuse. | kosaki |
2011-05-18 | * internal.h: add for internal use only. | nobu |
2011-03-31 | * vm_insnhelper.c (vm_get_ev_const): should ignore crefs with | shugo |
2011-03-31 | * vm_insnhelper.c (vm_get_ev_const): search root cref properly. | shugo |
2011-03-24 | * vm_insnhelper.c (vm_get_ev_const): should not autoload in | nobu |
2011-02-20 | * prevent temporary objects from GC, and should not use | nobu |