summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Check type of instruction - can be INSN or ADJUSTeileencodes2021-06-232-0/+15
* * 2021-06-24 [ci skip]git2021-06-241-1/+1
* Evacuate transient heap when enabling ractorseileencodes2021-06-232-0/+19
* Add Related link from String#hash to Object#hashKetan Bhatt2021-06-231-0/+2
* Add parentheses to avoid pointless conditionJeremy Evans2021-06-231-1/+1
* Add detailed message to assert_external_string_equalaycabta2021-06-231-1/+2
* Discard RDOCOPT environment variable to make tests stableNobuyoshi Nakada2021-06-231-0/+1
* Dispose the global rubygems configuration wholelyNobuyoshi Nakada2021-06-231-1/+1
* Clear rdoc options in the global rubygems configurationNobuyoshi Nakada2021-06-231-0/+2
* Clear default configurationsNobuyoshi Nakada2021-06-231-0/+13
* Make temporary directory under the regular locationNobuyoshi Nakada2021-06-231-4/+2
* Close UserInteraction for tests to fix leaked file descriptorsNobuyoshi Nakada2021-06-231-0/+2
* Revert deprecations for nowNobuyoshi Nakada2021-06-231-3/+3
* [ruby/rdoc] Use pend instead of skipHiroshi SHIBATA2021-06-231-5/+5
* [ruby/rdoc] Specify working directory for RDoc::Options#check_filesHiroshi SHIBATA2021-06-231-1/+3
* [ruby/rdoc] Update test/rdoc/test_rdoc_rubygems_hook.rbHiroshi SHIBATA2021-06-231-0/+4
* [ruby/rdoc] Rwrite test-case for rubygems_hook without Gem::TestCaseHiroshi SHIBATA2021-06-231-18/+20
* Get rid of pointer castingNobuyoshi Nakada2021-06-231-29/+34
* Refactor class variable cache functionsNobuyoshi Nakada2021-06-232-45/+31
* Add nilclass.rb to .documentS-H-GAMELINKS2021-06-231-0/+1
* Convert ssize_t properlyNobuyoshi Nakada2021-06-231-1/+1
* Strip trailing spacesNobuyoshi Nakada2021-06-231-1/+1
* Fix a link [ci skip]Kazuhiro NISHIYAMA2021-06-231-0/+1
* * 2021-06-23 [ci skip]git2021-06-231-1/+1
* Fix asan error when walking heap for T_PAYLOAD objectseileencodes2021-06-221-1/+3
* [ruby/irb] Sort ls result ordered by anscestryKeiko Kaneko2021-06-222-20/+20
* [Documentation] Fix typo, formatting in `time.c`Anton Rieder2021-06-221-2/+2
* Fix NEWS formatting.Samuel Williams2021-06-221-1/+1
* Add fiber scheduler news.Samuel Williams2021-06-221-0/+22
* Rework `sysread` to use blocking `read_internal_locktmp`.Samuel Williams2021-06-222-15/+15
* Deprecate and rework old (fd) centric functions.Samuel Williams2021-06-2214-397/+120
* Direct io for accept, send, sendmsg, recvfrom, and related methods.Samuel Williams2021-06-228-86/+123
* Avoid a duplicated method definition of Object#stubYusuke Endoh2021-06-221-1/+1
* [ruby/readline-ext] Version 0.1.2aycabta2021-06-221-1/+1
* Run ifchange with shell explicitly, workaround of noexec mountNobuyoshi Nakada2021-06-222-2/+2
* * 2021-06-22 [ci skip]git2021-06-221-1/+1
* What's Here for Numeric and ComparableBurdette Lamar2021-06-217-12/+120
* Fix finish_using_lib_relineaycabta2021-06-211-1/+1
* Call super method by teardown of tests of Reline as Readlineaycabta2021-06-212-0/+2
* Call Reline-specific method in helper fileaycabta2021-06-213-2/+6
* Rescue conversion error of inputrcaycabta2021-06-213-1/+14
* Call Reline.test_reset in teardown of tests for readline definitelyaycabta2021-06-212-0/+8
* Use test encoding for TestRelineAsReadline and TestRelineAsReadlineHistoryaycabta2021-06-212-2/+2
* Stop using global constant, RELINE_TEST_ENCODINGaycabta2021-06-218-17/+15
* Call Reline.test_reset in teardown definitelyaycabta2021-06-217-0/+23
* Revert "Use Encoding.default_external for tests of Readline::HISTORY"aycabta2021-06-211-4/+4
* Experimentally expose RubyVM::AST::Node#node_idYusuke Endoh2021-06-212-6/+12
* Use Encoding.default_external for tests of Readline::HISTORYaycabta2021-06-211-4/+4
* Check Ruby version to use Fiddle with variadic args in test-allaycabta2021-06-211-1/+10
* [ruby/irb] Improve stackprof measureUlysse Buonomo2021-06-211-2/+14