summaryrefslogtreecommitdiff
path: root/vm_insnhelper.c
AgeCommit message (Expand)Author
2012-04-14* variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain
2012-04-13* encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain
2012-03-16* vm_insnhelper.c (argument_error): use line number at the beginningnobu
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 ofmarcandre
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. patchednobu
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 preventnagachika
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 singlenobu
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 sometenderlove
2011-10-06fix typoskazu
2011-10-06* vm_eval.c (make_no_method_execption): extract fromnobu
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 ofnobu
2011-09-21* vm_insnhelper.c (vm_call_cfunc): suppress a warning. note thatnobu
2011-09-20Avoid cfp consistency error by LLVM.naruse
2011-09-20* vm_insnhelper.c (vm_get_cvar_base): reduce duplicated checks andnobu
2011-09-02* vm_insnhelper.c (vm_search_const_defined_class): searchnobu
2011-09-01* insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): seenobu
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 macrousa
2011-08-29Use 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 structureko1
2011-07-22* vm_insnhelper.c (vm_call_cfunc): added volatile for a workaroundkosaki
2011-07-10* vm_insnhelper.c (vm_throw): check a class frame.ko1
2011-06-30* vm_insnhelper.c (vm_getivar): check vm state versionko1
2011-06-30* vm_insnhelper.c (vm_call_bmethod): fix to hook call/return eventko1
2011-06-25* vm_insnhelper.c (vm_search_superclass): avoid control framenagachika
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 withshugo
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 innobu
2011-02-20* prevent temporary objects from GC, and should not usenobu
2011-02-19 * vm_insnhelper.c (vm_check_if_namespace): guard temporary objectnagachika
2011-01-29* vm_insnhelper.c (vm_get_ev_const): no-scope reference to toplevelmame
2011-01-28* constant.h, variable.c: to ensure compatibility, rb_const_get_* mustmame
2011-01-13* vm_insnhelper.c: parenthesize macro arguments.akr
2010-12-20* compile.c (setup_args), vm.c (invoke_block_from_c),nobu