summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-13skip SEGV test if RUBY_ON_BUG is specifiedKoichi Sasada
2020-02-13should be compared with called_idKoichi Sasada
2020-02-13* 2020-02-13 [ci skip]git
2020-02-13Use inline cache for super callsJohn Hawthorn
2020-02-12Move the entries of tempfile on docsHiroshi SHIBATA
2020-02-12Promote tmpdir to the default gemsHiroshi SHIBATA
2020-02-12Copy non-inlined encoding indexNobuyoshi Nakada
2020-02-12Make temporary lock string encoding freeNobuyoshi Nakada
2020-02-12Move the entries of tempfile on docsHiroshi SHIBATA
2020-02-12Promote tempfile to the default gems.Hiroshi SHIBATA
2020-02-12Add test_complete_symbolaycabta
2020-02-12Add array.rb to .documentS-H-GAMELINKS
2020-02-12test/rubygems: Try not only /usr/bin/env but also /bin/envYusuke Endoh
2020-02-12test/etc/test_etc.rb: skip some tests on AndroidYusuke Endoh
2020-02-12Workaround of instance variable on hidden objectNobuyoshi Nakada
2020-02-12Isolate the test for Encoding#replicateNobuyoshi Nakada
2020-02-12Revert "[ruby/irb] Add test_complete_symbol"Hiroshi SHIBATA
2020-02-12[ruby/irb] Use 0.step instead of (..0).each for Ruby 2.5aycabta
2020-02-12[ruby/irb] Fix auto indent with closed braceaycabta
2020-02-12[ruby/irb] Check doc namespace correctlyaycabta
2020-02-12[ruby/irb] Add test_complete_symbolaycabta
2020-02-12Fixed a potential memory leakNobuyoshi Nakada
2020-02-12Removed unnecessary conversionNobuyoshi Nakada
2020-02-11Make yield in singleton class definitions in methods a SyntaxErrorJeremy Evans
2020-02-11Add backwards compatibility example macro for rb_eval_cmd_kwd [ci skip]Jeremy Evans
2020-02-12* 2020-02-12 [ci skip]git
2020-02-11Remove rb_eval_cmdJeremy Evans
2020-02-11Restart timer thread even after preparation failedNobuyoshi Nakada
2020-02-11Monitor is extention library nowHiroshi SHIBATA
2020-02-11Update the documentation for weakrefHiroshi SHIBATA
2020-02-11ignore revision.tmp with in-place buildHiroshi SHIBATA
2020-02-11Promote weakref to the default gemsHiroshi SHIBATA
2020-02-11Expose assert_no_memory_leak for weakrefHiroshi SHIBATA
2020-02-11Expose assert_normal_exit for weakrefHiroshi SHIBATA
2020-02-11* 2020-02-11 [ci skip]git
2020-02-11Removed unused variableNobuyoshi Nakada
2020-02-10Don't refer Date in the document for Time.Tanaka Akira
2020-02-10Update readline-ext entry at docsHiroshi SHIBATA
2020-02-10Don't use upstream ext/readline/dependaycabta
2020-02-10Use github.run_id in notification payload URLKazuhiro NISHIYAMA
2020-02-10Revert "gc.c: make the stack overflow detection earlier under s390x"Yusuke Endoh
2020-02-10Fixed duplicated warningNobuyoshi Nakada
2020-02-10Added commands of test-bundler to cheatsheet.Hiroshi SHIBATA
2020-02-10rb_enc_str_asciionly_p expects T_STRING卜部昌平
2020-02-09compile.c: Drop obj_list from ibf_dumpNagayamaRyoga
2020-02-09compile.c: Drop iseq_list from ibf_dumpNagayamaRyoga
2020-02-09Deduplicate objects efficiently when dumping iseq to binaryNagayamaRyoga
2020-02-10* 2020-02-10 [ci skip]git
2020-02-09Fix readline build dependencyAlan Wu
2020-02-09test/ruby/test_thread_queue.rb: add a wait to yield a threadYusuke Endoh