summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-02-08[DOC] Added 2.7.x to the latest stable versions [ci skip]Nobuyoshi Nakada
2020-02-08* 2020-02-08 [ci skip]git
2020-02-08Clarified documentation in rb_integer_unpack [ci skip]Bernhard F. Brodowsky
2020-02-07support multi-run test for test/did_you_mean/spell_checking/test_class_name_c...S-H-GAMELINKS
2020-02-07remove warning & support multi-run test for test/psych_test_yaml.rb (#2887)S.H
2020-02-07remove warning & support multi-run test for test/psych/visitors/test_to_ruby....S.H
2020-02-07Show unmatched sequence on failureNobuyoshi Nakada
2020-02-07more on NULL versus functions.卜部昌平
2020-02-07Made a test more robustNobuyoshi Nakada
2020-02-07* 2020-02-07 [ci skip]git
2020-02-07Removed useless empty linesNobuyoshi Nakada
2020-02-07Stop auto runnerNobuyoshi Nakada
2020-02-07No crafted backtrace for SystemExitNobuyoshi Nakada
2020-02-06Revert "[rubygems/rubygems] Fix require issue with file extension priority"Hiroshi SHIBATA
2020-02-06Revert to remove the query command of rubygems.Hiroshi SHIBATA
2020-02-06[rubygems/rubygems] Fix require issue with file extension priorityDavid Rodríguez
2020-02-06[rubygems/rubygems] Make non "test_" method privateDavid Rodríguez
2020-02-06[rubygems/rubygems] Allow releasing with a rubygems pre versionDavid Rodríguez
2020-02-06Fix readline-ext syncaycabta
2020-02-06Fixed the output from separated test in parallel testNobuyoshi Nakada
2020-02-06Add separated assertion countNobuyoshi Nakada
2020-02-06[ruby/spec] Don't care about return valuesNobuyoshi Nakada
2020-02-06[ruby/spec] Just test that sleep completesNobuyoshi Nakada
2020-02-06[ruby/spec] Check by Thread#stop?Nobuyoshi Nakada
2020-02-06rb_vm_t::postponed_job_index shall be rb_atomic_t卜部昌平
2020-02-06function pointers are not void*卜部昌平
2020-02-06this ternary operator is an undefined behaviour卜部昌平
2020-02-06fine-grained #ifdef guard for Sparc systems卜部昌平
2020-02-06do not assume GCC for __builtin_setjmp卜部昌平
2020-02-06add predefined macros for Doxygen卜部昌平
2020-02-06emacs mode addition卜部昌平
2020-02-06* 2020-02-06 [ci skip]git
2020-02-06Increase the frozen_strings table initial sizeJean Boussier
2020-02-05* 2020-02-05 [ci skip]git
2020-02-05Fixed the output from separated test in parallel testNobuyoshi Nakada
2020-02-05Fixed FD leaksNobuyoshi Nakada
2020-02-05Get rid of nested string interpolations to be editor-friendlyNobuyoshi Nakada
2020-02-04just use STDOUTNARUSE, Yui
2020-02-04Add call-seq to Pathname#open from File.openKazuhiro NISHIYAMA
2020-02-04On Windows it cannot receive fd except 0..2NARUSE, Yui
2020-02-04assert_separately uses their own pipe instead of stdoutNARUSE, Yui
2020-02-04Add the loaded feature after no exception raisedNobuyoshi Nakada
2020-02-04Do not warn CR inside string literalNobuyoshi Nakada
2020-02-04Fix inaccuracy in encoding testsLars Kanis
2020-02-04Fix linkage of popen_deadlock testMikhail Novosyolov
2020-02-03Fix description of Encoding.default_(in|ex)ternalLars Kanis
2020-02-04* 2020-02-04 [ci skip]git
2020-02-03Fix SimpleDelegator respond_to? regressionJean Boussier
2020-02-03Check type of empty keyword [Bug #16603]Seiei Miyagi
2020-02-03support MJIT with debug option.Koichi Sasada