aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Revert a commit miss in "Fixed potential memory leak"Nobuyoshi Nakada2020-05-221-1/+0
* Fixup 1d079a0c5d4d80860a4d6d692344124fe5c562b5Hiroshi SHIBATA2020-05-223-5/+5
* Sync Bundler PR #3624 with HEAD commitsHiroshi SHIBATA2020-05-2213-77/+100
* Revert 1f011cccb16ca9e8ee378cb5a9d4c14459afd68cHiroshi SHIBATA2020-05-221-1/+0
* Marked the failing examples with the current master branch on ruby repositoryHiroshi SHIBATA2020-05-2214-29/+29
* Glob the all man files provided by bundler upstreamHiroshi SHIBATA2020-05-221-1/+1
* Sync Bundler PR #3624Hiroshi SHIBATA2020-05-2254-366/+447
* Suppress warnings no inline ruby debug (#3107)Kenta Murata2020-05-223-3/+4
* Enhanced rdoc for Hash (#3129)Burdette Lamar2020-05-221-24/+29
* add static modifier for rb_hash_keep_if funcS-H-GAMELINKS2020-05-221-1/+1
* add static modifier for rb_hash_select_bang funcS-H-GAMELINKS2020-05-221-1/+1
* add static modifier for rb_hash_select funcS-H-GAMELINKS2020-05-221-1/+1
* fix memory leak of ccsKoichi Sasada2020-05-221-2/+8
* Run major GC three times to make sure the minor GC reasonYusuke Endoh2020-05-221-1/+1
* Fixed potential memory leakNobuyoshi Nakada2020-05-222-3/+5
* * 2020-05-22 [ci skip]git2020-05-221-1/+1
* Unpin and update VM referencesAaron Patterson2020-05-211-23/+51
* Synchronized non-inline version rb_scan_args with the inline versionNobuyoshi Nakada2020-05-211-16/+19
* Added UNREACHABLE_RETURNNobuyoshi Nakada2020-05-211-0/+1
* test/ruby/test_optimization.rb: Proc creation test should count :T_DATAYusuke Endoh2020-05-211-1/+1
* Fixed a variable name [Bug #16903]Nobuyoshi Nakada2020-05-211-1/+1
* rb_scan_args_set: make it slightly readable卜部昌平2020-05-211-7/+13
* [ci skip] Enhanced rdoc for Hash (#3121)Burdette Lamar2020-05-211-55/+72
* Only marked objects should be considered movableAaron Patterson2020-05-201-1/+1
* * 2020-05-21 [ci skip]git2020-05-211-1/+1
* Use a pinning list for keeping objects alive during assembly.Aaron Patterson2020-05-201-14/+87
* add static modifer for rb_hash_fetch_values funcS-H-GAMELINKS2020-05-201-1/+1
* pure_parser.rb: get rid of an error at localed messagesNobuyoshi Nakada2020-05-201-1/+4
* Use __bultin_assume() from clang-7Koichi Sasada2020-05-201-1/+1
* * 2020-05-20 [ci skip]git2020-05-201-1/+1
* Include wchar.h before wrapping memchrNobuyoshi Nakada2020-05-191-1/+1
* Ignore exceptions when closing data connections [Bug #16780]Shugo Maeda2020-05-191-8/+8
* add static modifier to rb_ary_aref2 funcS-H-GAMELINKS2020-05-191-1/+1
* Make builtin loader sources by RipperNobuyoshi Nakada2020-05-191-44/+70
* Allow references stored in the VM stack to moveAaron Patterson2020-05-182-6/+15
* * 2020-05-19 [ci skip]git2020-05-191-1/+1
* Skip some tests if extracted from tarball (again)Kazuhiro NISHIYAMA2020-05-191-0/+6
* Skip some tests if extracted from tarball (again)Kazuhiro NISHIYAMA2020-05-181-0/+4
* Fixed RDoc formatting [ci skip]Nobuyoshi Nakada2020-05-185-78/+56
* Fix a typo [ci skip]Kazuhiro NISHIYAMA2020-05-181-1/+1
* Simplify maybe_special_const_class_pTakashi Kokubun2020-05-171-7/+2
* Reduce code size for rb_class_ofTakashi Kokubun2020-05-172-1/+20
* Document how to enable USDT method entry/exit tracepointsAvdi Grimm2020-05-181-0/+6
* Mark some JIT-ed functions as COLDFUNCTakashi Kokubun2020-05-171-0/+16
* Prefer dedicated enum over intNobuyoshi Nakada2020-05-181-1/+1
* * 2020-05-18 [ci skip]git2020-05-181-1/+1
* built-in method call must not have a receiverNobuyoshi Nakada2020-05-181-0/+1
* Fix typos [ci skip]Kazuhiro NISHIYAMA2020-05-171-5/+5
* [ruby/reline] Add a test of autowrap for yamatanoorotiaycabta2020-05-171-0/+10
* [ruby/reline] Remove unnecessary TODO commnetaycabta2020-05-171-1/+1