summaryrefslogtreecommitdiff
path: root/eval.c
AgeCommit message (Expand)Author
2017-09-30eval.c: check typenobu
2017-08-21vm_core.h: ruby_error_stackfatalnobu
2017-08-18vm_insnhelper.c: raise ruby_error_sysstack_gcnobu
2017-08-10rename rb_execution_context_t::stack(_size) to vm_stack(_size).ko1
2017-08-02eval.c: suppress warningsnobu
2017-08-02eval.c: fix state typenobu
2017-07-26Fix typos [ci skip]kazu
2017-07-22* remove trailing spaces.svn
2017-07-22Add Doxygen commentsyugui
2017-07-20Remove dead codeyugui
2017-06-28move fields to ec.ko1
2017-06-28move fields to ec.ko1
2017-06-26move several fields from rb_thread_t to rb_execution_context_t.ko1
2017-06-23use "enum ruby_tag_type" and TAG_NONE.ko1
2017-05-09rb_execution_context_t: move stack, stack_size and cfp from rb_thread_tnormal
2017-04-18eval.c: fix exit inside TAGnobu
2017-04-17eval.c: copy before cause setupnobu
2017-04-17eval.c: copy special exceptions before raisenobu
2017-04-17vm_backtrace.c: backtrace functions per threadsnobu
2017-04-17eval.c: share rb_longjmpnobu
2017-02-03eval.c: hide internal objectsnobu
2017-01-24eval.c: copy special exceptionnobu
2016-12-21eval.c: fix circular causenobu
2016-12-07Add clang volatile fixes from FreeBSD and NetBSD.shugo
2016-11-13error.c: redefined backtracenobu
2016-11-13error.c: rb_get_backtracenobu
2016-11-06include and prepend check no argsnobu
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-23* eval.c (rb_mod_refine): refine modules as well.shugo
2016-09-09thread.c: set cause by Thread#raisenobu
2016-09-08* eval.c (rb_mod_s_used_modules): rename Module.used_refinements toshugo
2016-09-07* eval.c (rb_mod_s_used_refinements): new methodshugo
2016-08-03* vm_core.h: introduce VM_FRAME_RUBYFRAME_P()ko1
2016-07-29rb_funcallvnobu
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-05-05use TH_JUMP_TAGnobu
2016-05-03eval.c: constifynobu
2016-04-23eval.c: reuse VM tagnobu
2016-04-23eval_error.c: reuse threadptrnobu
2016-03-28remove rb_thread_t::base_blocknobu
2016-02-25eval_error.c: remove warn_printfnobu
2016-02-14not overwrite causenobu
2015-12-29eval.c: warn block for usingnobu
2015-11-20* vm.c (rb_vm_cref_replace_with_duplicated_cref): added.ko1
2015-10-31internal.h: RUBY_DTRACE_HOOKnobu
2015-10-31use rb_source_loc and rb_source_locationnobu
2015-08-14improve handling of timer thread shutdownnormal
2015-08-10eval.c: use rb_ident_hash_newnobu