summaryrefslogtreecommitdiff
path: root/vm_eval.c
AgeCommit message (Expand)Author
2019-09-06Fix keyword argument separation warnings for enumeratorsJeremy Evans
2019-09-06Convert keyword argument to required positional hash argument for Class#new, ...Jeremy Evans
2019-09-06doxygen update [ci skip]卜部昌平
2019-09-05Add rb_funcall_with_block_kwJeremy Evans
2019-09-05Propagate kw_splat informationYusuke Endoh
2019-09-05hide rb_funcallv_with_cc from public卜部昌平
2019-09-05use existing vm_search_method()卜部昌平
2019-09-04add rb_funcallv_with_cc()Urabe, Shyouhei
2019-09-03delete ruby_eval_string_from_file_protect卜部昌平
2019-08-29drop-in type check for rb_define_global_function卜部昌平
2019-08-27rb_catch now free from ANYARGS卜部昌平
2019-08-27rb_rescue / rb_rescue2 now free from ANYARGS卜部昌平
2019-08-27rb_iterate now takes rb_block_call_func_t卜部昌平
2019-08-27fix function prototype mismatch of rb_block_call卜部昌平
2019-08-17Improve the doc example of `method_missing`OKURA Masafumi
2019-08-04Revert "Revert "Fix dangling path name from fstring""Takashi Kokubun
2019-08-04Revert "Fix dangling path name from fstring"Takashi Kokubun
2019-08-03* expand tabs.git
2019-08-03Fix dangling path name from fstringNobuyoshi Nakada
2019-07-22Document BasicObject does not implement #object_id and #send [ci skip]Jeremy Evans
2019-07-03Use rb_ident_hash_new instead of rb_hash_new_compare_by_idNobuyoshi Nakada
2019-05-31Use UNALIGNED_MEMBER_PTRNobuyoshi Nakada
2019-04-29glibc says memcpy cannot take NULLUrabe, Shyouhei
2019-04-20Add `GC.compact` again.tenderlove
2019-04-17Reverting compaction for nowtenderlove
2019-04-17Adding `GC.compact` and compacting GC support.tenderlove
2019-04-10Reverting all commits from r67479 to r67496 because of CI failureskazu
2019-04-09Adding `GC.compact` and compacting GC support.tenderlove
2019-04-05* expand tabs.svn
2019-04-05add definemethod/definesmethod insn.ko1
2019-03-28[DOC] fix markups [ci skip]nobu
2019-02-22* expand tabs.svn
2019-02-22change `cfunc->invoker` type for opt.ko1
2019-02-01on-smash canary detectionshyouhei
2018-12-27fix missed script_compiled events. [Bug #15471]ko1
2018-12-06`script_compiled` TracePoint event [Feature #15287]ko1
2018-12-06Prefer rb_check_arity when 0 or 1 argumentsnobu
2018-11-22Enable refinements to public_send.nobu
2018-10-30support theap for T_HASH. [Feature #14989]ko1
2018-10-30introduce TransientHeap. [Bug #14858]ko1
2018-10-30revert r65444 and r65446 because of commit missko1
2018-10-30introduce TransientHeap. [Bug #14858]ko1
2018-10-29use `rb_hash_new_compare_by_id()`.ko1
2018-10-13Prefer `rb_fstring_lit` over `rb_fstring_cstr`nobu
2018-10-01remove old VM profile counters.ko1
2018-07-24vm.c: simplify the implementation of r64031k0kubun
2018-07-24UNREACHABLE_RETURNnobu
2018-05-08vm_eval.c: eval_string_protect wrappernobu
2018-04-12error.c: super in method_missingnobu
2018-03-03vm.c: add mjit_enable_p flagk0kubun