aboutsummaryrefslogtreecommitdiffstats
path: root/vm_eval.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed one-off errorNobuyoshi Nakada2019-09-141-1/+1
* Fix memory leak when adding empty keyword hashesJeremy Evans2019-09-141-2/+3
* Only set RB_PASS_CALLED_KEYWORDS in C functions called directly from RubyJeremy Evans2019-09-141-3/+12
* * remove trailing spaces. [ci skip]git2019-09-141-1/+1
* Consolidate empty keyword handlingJeremy Evans2019-09-131-1/+25
* Correctly handle keywords for Method#call for cfuncs, send, and attr_*Jeremy Evans2019-09-131-4/+35
* Fix keyword argument separation warnings for enumeratorsJeremy Evans2019-09-061-1/+19
* Convert keyword argument to required positional hash argument for Class#new, ...Jeremy Evans2019-09-061-1/+22
* doxygen update [ci skip]卜部昌平2019-09-061-1/+2
* Add rb_funcall_with_block_kwJeremy Evans2019-09-051-12/+30
* Propagate kw_splat informationYusuke Endoh2019-09-051-1/+2
* hide rb_funcallv_with_cc from public卜部昌平2019-09-051-24/+9
* use existing vm_search_method()卜部昌平2019-09-051-16/+10
* add rb_funcallv_with_cc()Urabe, Shyouhei2019-09-041-0/+50
* delete ruby_eval_string_from_file_protect卜部昌平2019-09-031-21/+0
* drop-in type check for rb_define_global_function卜部昌平2019-08-291-3/+3
* rb_catch now free from ANYARGS卜部昌平2019-08-271-3/+3
* rb_rescue / rb_rescue2 now free from ANYARGS卜部昌平2019-08-271-3/+5
* rb_iterate now takes rb_block_call_func_t卜部昌平2019-08-271-1/+1
* fix function prototype mismatch of rb_block_call卜部昌平2019-08-271-2/+2
* Improve the doc example of `method_missing`OKURA Masafumi2019-08-171-3/+9
* Revert "Revert "Fix dangling path name from fstring""Takashi Kokubun2019-08-041-1/+2
* Revert "Fix dangling path name from fstring"Takashi Kokubun2019-08-041-2/+1
* * expand tabs.git2019-08-031-1/+1
* Fix dangling path name from fstringNobuyoshi Nakada2019-08-031-1/+2
* Document BasicObject does not implement #object_id and #send [ci skip]Jeremy Evans2019-07-221-0/+2
* Use rb_ident_hash_new instead of rb_hash_new_compare_by_idNobuyoshi Nakada2019-07-031-1/+1
* Use UNALIGNED_MEMBER_PTRNobuyoshi Nakada2019-05-311-1/+1
* glibc says memcpy cannot take NULLUrabe, Shyouhei2019-04-291-0/+14
* Add `GC.compact` again.tenderlove2019-04-201-0/+1
* Reverting compaction for nowtenderlove2019-04-171-1/+0
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-171-0/+1
* Reverting all commits from r67479 to r67496 because of CI failureskazu2019-04-101-1/+0
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-091-0/+1
* * expand tabs.svn2019-04-051-1/+1
* add definemethod/definesmethod insn.ko12019-04-051-1/+1
* [DOC] fix markups [ci skip]nobu2019-03-281-5/+5
* * expand tabs.svn2019-02-221-1/+1
* change `cfunc->invoker` type for opt.ko12019-02-221-1/+1
* on-smash canary detectionshyouhei2019-02-011-0/+1
* fix missed script_compiled events. [Bug #15471]ko12018-12-271-2/+2
* `script_compiled` TracePoint event [Feature #15287]ko12018-12-061-0/+2
* Prefer rb_check_arity when 0 or 1 argumentsnobu2018-12-061-9/+2
* Enable refinements to public_send.nobu2018-11-221-2/+10
* support theap for T_HASH. [Feature #14989]ko12018-10-301-4/+3
* introduce TransientHeap. [Bug #14858]ko12018-10-301-1/+1
* revert r65444 and r65446 because of commit missko12018-10-301-1/+1
* introduce TransientHeap. [Bug #14858]ko12018-10-301-1/+1
* use `rb_hash_new_compare_by_id()`.ko12018-10-291-2/+1
* Prefer `rb_fstring_lit` over `rb_fstring_cstr`nobu2018-10-131-5/+5