Age | Commit message (Expand) | Author |
2017-06-23 | move "state" to rb_vm_tag. | ko1 |
2017-06-23 | rename th->state to th->tag_state. | ko1 |
2017-06-23 | rb_catch_protect() accepts enum ruby_tag_type *. | ko1 |
2017-06-23 | use "enum ruby_tag_type" and TAG_NONE. | ko1 |
2017-06-14 | remove OPT_CALL_CFUNC_WITHOUT_FRAME. | ko1 |
2017-06-05 | revert r59017 it fails ruby/test_lambda.rb | ko1 |
2017-06-05 | do not inform ``is_lambda". | ko1 |
2017-06-05 | rename functions and clean parameters. | ko1 |
2017-06-01 | make Binding object WB protected. | ko1 |
2017-06-01 | vm_eval.c: fix rb_check_funcall_default | nobu |
2017-06-01 | vm_eval.c: fix for rb_check_funcall_default | nobu |
2017-06-01 | rename absolute_path to realpath internally and introduce pathobj. | ko1 |
2017-05-09 | rb_execution_context_t: move stack, stack_size and cfp from rb_thread_t | normal |
2017-04-17 | vm_backtrace.c: backtrace functions per threads | nobu |
2017-04-17 | gc.c: rb_threadptr_stack_check | nobu |
2017-04-15 | ruby.h: check argc to rb_funcall | nobu |
2017-04-14 | ruby.h: check argc to rb_yield_values | nobu |
2017-04-11 | vm_insnhelper.c: CHECK_CFP_CONSISTENCY | nobu |
2017-03-19 | vm_args.c: arity check of lambda | nobu |
2016-12-31 | vm.c: fix return in lambda | nobu |
2016-12-26 | vm_eval.c: Symbol#to_proc and instance_exec | nobu |
2016-12-07 | Add clang volatile fixes from FreeBSD and NetBSD. | shugo |
2016-11-14 | vm_eval.c: fstring instance_eval | nobu |
2016-11-11 | vm_eval.c: reorder | nobu |
2016-11-10 | vm_eval.c: fix refined method when prepended | nobu |
2016-11-05 | * vm_eval.c (vm_call0_cfunc_with_frame): pass method id to | 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-10-29 | vm_eval.c: follow the original class | nobu |
2016-08-03 | * vm_core.h: introduce VM_FRAME_RUBYFRAME_P() | ko1 |
2016-08-03 | * vm_core.h: introduce VM_FRAME_FLAG_CFRAME to represent cfp->iseq | ko1 |
2016-07-29 | rb_funcallv | nobu |
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 it | ko1 |
2016-07-07 | * vm_eval.c (yield_under): change prototype to get argc/argv. | naruse |
2016-06-18 | Suppress false warnings | nobu |
2016-06-18 | Unnecessary volatile | nobu |
2016-05-08 | * configure.in: check function attirbute const and pure, | naruse |
2016-05-05 | use TH_JUMP_TAG | nobu |
2016-03-28 | remove rb_thread_t::parse_in_eval | nobu |
2016-03-19 | SyntaxError message at iseq compile | nobu |
2016-03-12 | Malformed RDoc syntax in catch [ci skip] | nobu |
2016-03-02 | vm_eval.c: call method_missing by method entry | nobu |
2016-03-02 | vm_eval.c: method_missing by method_missing | nobu |
2016-02-28 | NoMethodError#private_call? | nobu |
2016-02-20 | Fix Module#module_eval rdoc [ci skip] | nobu |
2016-02-03 | vm_eval.c: argument names | nobu |
2016-01-30 | vm_eval.c: fix hook call | nobu |
2016-01-13 | vm_eval.c: fstring format | nobu |
2015-12-12 | vm_eval.c: hook after method_missing | nobu |