summaryrefslogtreecommitdiff
path: root/vm.c
AgeCommit message (Expand)Author
2017-06-12add a comment for rb_thread_mark()ko1
2017-06-08vm_block_handler_verify() should not return any value.ko1
2017-06-06revert r59023 because it contans unrelated developping codeko1
2017-06-06revert r59020 because it may fail some tests sometimes on some environment (h...ko1
2017-06-05revert r59017 it fails ruby/test_lambda.rbko1
2017-06-05do not inform ``is_lambda".ko1
2017-06-05rename functions and clean parameters.ko1
2017-06-05remove arg_setup_lambda.ko1
2017-06-03* vm_core.h: remove VM_FRAME_MAGIC_LAMBDA and introduceko1
2017-06-01make Binding object WB protected.ko1
2017-06-01rename absolute_path to realpath internally and introduce pathobj.ko1
2017-05-31Improve performance of implicit type conversionwatson1978
2017-05-20speed up IO#close with many threadsnormal
2017-05-12vm.c: free by ruby_xfreenobu
2017-05-09fixup r58614 for raspi3 and maybe other systems with odd compilenormal
2017-05-09rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal
2017-04-27refactor newhash (revision 58463 another try) [fix GH-1600]shyouhei
2017-04-24revert newhash refactoringshyouhei
2017-04-21refactor hash literalshyouhei
2017-04-14disable rewind hooks.ko1
2017-04-09special exception messages are staticnobu
2017-04-07introduce imemo_type_p(v, imemo_type)ko1
2017-04-06fix TracePoint#return_value with non-local exitsko1
2017-03-27fix redefinition optimization for -"literal string" (UMinus)normal
2017-03-19vm_args.c: arity check of lambdanobu
2017-03-18vm.c: fix up r58012nobu
2017-03-18vm.c: guard arguments [EXPERIMENTAL]nobu
2017-03-17remove branches in dmark and dfree GC callbacksnormal
2017-03-17vm.c: check stacknobu
2017-02-21backward.h: 2.2 deprecated featuresnobu
2017-02-17DEPRECATED_INTERNAL_FEATUREnobu
2016-12-31vm.c: fix return in lambdanobu
2016-12-09remove core#hash_merge_arynobu
2016-12-08vm.c: check type of hash to mergenobu
2016-12-04Revert changes on rb_frame_method_id_and_class()ktsj
2016-11-05* vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):ktsj
2016-11-05* eval.c, method.h, proc.c, vm.c, vm_eval.c, vm_insnhelper.c, vm_method.c:ktsj
2016-09-13Use PRIuSIZE format specifier for size_t valuesrhe
2016-08-30vm.c: unnecessary conditionnobu
2016-08-19vm.c: check TOPLEVEL_BINDINGnobu
2016-08-03* vm_core.h: introduce VM_FRAME_RUBYFRAME_P()ko1
2016-08-03* vm_core.h: rename macros and make them inline functions.ko1
2016-07-28* vm_core.h (VM_ENV_LOCAL_P): return truthy (0 or not) value.ko1
2016-07-28* vm.c, internal.h: remove RubyVM::Env class and all of env objectsko1
2016-07-28* remove trailing spaces.svn
2016-07-28* vm_core.h: revisit the structure of frame, block and env.ko1
2016-07-26* vm_insnhelper.c: introduce rb_vm_pop_frame() and use itko1
2016-07-23internal.h: inline Check_Typenobu
2016-07-22Fix Issues reported by PVS-Studio static analyzernobu
2016-06-20* vm.c (invoke_bmethod, invoke_block_from_c_0): revert r52104shugo