aboutsummaryrefslogtreecommitdiffstats
path: root/vm_insnhelper.c
Commit message (Expand)AuthorAgeFilesLines
* * variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain2012-04-141-1/+1
* * encoding.c (rb_enc_codepoint_len): Use UNREACHABLE to avoid "controldrbrain2012-04-131-0/+2
* * vm_insnhelper.c (argument_error): use line number at the beginningnobu2012-03-161-5/+1
* * adjust style.nobu2012-03-151-2/+4
* * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre2012-03-141-10/+8
* * vm_insnhelper.c: improve number of arguments error in case ofmarcandre2012-03-141-21/+23
* * compile.c (iseq_set_arguments): keyword rest arg without keyword args.nobu2012-03-131-1/+1
* * vm_eval.c (vm_call0): should pass block to enumerators. patchednobu2012-01-301-0/+1
* * vm.c (vm_exec): remove workaround for LLVM because r34278 fixes it.naruse2012-01-201-4/+0
* * vm_insnhelper.c (unknown_keyword_error): add GC guard to preventnagachika2011-12-271-0/+1
* * vm_insnhelper.c (unknown_keyword_error): make it kind a error message when ...mame2011-12-261-3/+11
* * vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments), iseq.c (...mame2011-12-261-1/+1
* * vm_core.h (struct rb_iseq_struct), compile.c (iseq_set_arguments, iseq_comp...mame2011-12-261-0/+39
* * vm_insnhelper.c (vm_yield_setup_block_args): splat singlenobu2011-12-121-1/+1
* * bignum.c (big_rshift), compile.c (validate_label,nobu2011-12-051-2/+1
* * vm_insnhelper.c (vm_call_cfunc): adding back useless hack. For sometenderlove2011-10-271-0/+4
* fix typoskazu2011-10-061-1/+1
* * vm_eval.c (make_no_method_execption): extract fromnobu2011-10-061-1/+11
* * vm_insnhelper.c (vm_call_cfunc): remove useless hack.naruse2011-10-051-4/+0
* * use RB_TYPE_P which is optimized for constant types, instead ofnobu2011-09-291-3/+3
* * vm_insnhelper.c (vm_call_cfunc): suppress a warning. note thatnobu2011-09-211-1/+1
* Avoid cfp consistency error by LLVM.naruse2011-09-201-1/+5
* * vm_insnhelper.c (vm_get_cvar_base): reduce duplicated checks andnobu2011-09-201-5/+8
* * vm_insnhelper.c (vm_search_const_defined_class): searchnobu2011-09-021-7/+10
* * insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): seenobu2011-09-011-0/+10
* * Re-apply r33078, thread-safe autoload which is reverted at r33093.nahi2011-08-311-1/+2
* * vm_insnhelper.c (vm_call_cfunc): revert r33112. RB_GC_GUARD macrousa2011-08-301-2/+1
* Use RB_GC_GUARD.naruse2011-08-291-1/+2
* * Revert r33078. It caused a Rails application NoMethodError.nahi2011-08-271-2/+1
* * variable.c: Make autoload thread-safe. See #921.nahi2011-08-261-1/+2
* * vm_insnhelper.h, vm_insnhelper.c, vm.c, vm_method.c, insns.def:ko12011-08-241-3/+3
* * iseq.h, iseq.c, compile.c: Change the line number data structureko12011-08-241-2/+2
* * vm_insnhelper.c (vm_call_cfunc): added volatile for a workaroundkosaki2011-07-221-1/+1
* * vm_insnhelper.c (vm_throw): check a class frame.ko12011-07-101-0/+8
* * vm_insnhelper.c (vm_getivar): check vm state versionko12011-06-301-2/+6
* * vm_insnhelper.c (vm_call_bmethod): fix to hook call/return eventko12011-06-301-1/+5
* * vm_insnhelper.c (vm_search_superclass): avoid control framenagachika2011-06-251-0/+5
* * cont.c (cont_capture): add volatile.naruse2011-06-221-2/+2
* * method.h, internal.h iseq.h: declare internal functions.akr2011-06-181-1/+0
* * thread.c (rb_thread_schedule_rec): fix {UN,}LIKELY macro misuse.kosaki2011-06-161-2/+2
* * internal.h: add for internal use only.nobu2011-05-181-0/+1
* * vm_insnhelper.c (vm_get_ev_const): should ignore crefs withshugo2011-03-311-1/+6
* * vm_insnhelper.c (vm_get_ev_const): search root cref properly.shugo2011-03-311-7/+7
* * vm_insnhelper.c (vm_get_ev_const): should not autoload innobu2011-03-241-0/+1
* * prevent temporary objects from GC, and should not usenobu2011-02-201-1/+1
* * vm_insnhelper.c (vm_check_if_namespace): guard temporary objectnagachika2011-02-191-1/+3
* * vm_insnhelper.c (vm_get_ev_const): no-scope reference to toplevelmame2011-01-291-2/+2
* * constant.h, variable.c: to ensure compatibility, rb_const_get_* mustmame2011-01-281-4/+4
* * vm_insnhelper.c: parenthesize macro arguments.akr2011-01-131-5/+5
* * compile.c (setup_args), vm.c (invoke_block_from_c),nobu2010-12-201-1/+1