summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-04-09test/ruby/test_gc_compact.rb: Use assert_separately for debuggingYusuke Endoh
2021-04-08[ruby/reline] Separate keystrokes each editing modeaycabta
2021-04-08test/zlib/test_zlib.rb: Set binmode to test output fileYusuke Endoh
2021-04-07[Bug #17780] Fix Method#super_method for module aliasPeter Zhu
2021-04-07test/drb/test_drb.rb: Specify the host of DRbServerYusuke Endoh
2021-04-06Try to fix Leaked file descriptorKazuhiro NISHIYAMA
2021-04-05Get rid of multibyte prefix to tmpdirNobuyoshi Nakada
2021-04-05[ruby/tmpdir] Make usable chars more strictNobuyoshi Nakada
2021-04-05[ruby/irb] Suppress verbose messages in the parallel testNobuyoshi Nakada
2021-04-04test/ruby/test_lambda.rb: Remove "warning: assigned but unused variable"Yusuke Endoh
2021-04-03[ruby/rdoc] Links to document texts without "rdoc-ref:" prefixNobuyoshi Nakada
2021-04-03[ruby/rdoc] Clarify that dots in URL are replacedNobuyoshi Nakada
2021-04-03[ruby/rdoc] Treat emphasis tags as excluding other notationsaycabta
2021-04-03[ruby/rdoc] Treat other tags as word boundariesaycabta
2021-04-03[ruby/rdoc] Disable other notations in <code> tagsaycabta
2021-04-03[ruby/irb] Evaluate each toplevel statementaycabta
2021-04-03[ruby/irb] Add test for multiline pasteaycabta
2021-04-03[ruby/irb] Add yamatanooroti test exampleaycabta
2021-04-02[ruby/reline] Reset @rest_height when clear screenaycabta
2021-04-02[ruby/irb] Add show_source commandTakashi Kokubun
2021-04-02[ruby/irb] Colorize `__END__` as keywordNobuyoshi Nakada
2021-04-02fix return from orphan Proc in lambdaKoichi Sasada
2021-04-02[ruby/irb] SIGINT should raise Interrupt after IRB sessionKoichi Sasada
2021-04-02[ruby/irb] Suppress verbose messages in the parallel testNobuyoshi Nakada
2021-03-31Use EnvUtil.under_gc_stressNobuyoshi Nakada
2021-03-31skip marking for uninitialized imemo_env.Koichi Sasada
2021-03-31[ruby/openssl] pkcs7: keep private key when duplicating PKCS7_SIGNER_INFOKazuki Yamaguchi
2021-03-30mkmf: fixed install directories of header files in extension libraries [Bug #...Nobuyoshi Nakada
2021-03-30Test incorrect behaviour of `rb_io_wait_readable/writable`.Samuel Williams
2021-03-30Fix handling of timeout accessing scheduler outside of non-blocking context.Samuel Williams
2021-03-30Improve timeout tests.Samuel Williams
2021-03-30Update method name and add documentation.Samuel Williams
2021-03-30Add hook for `Timeout.timeout`.Samuel Williams
2021-03-29Add more tests for defined? with method callsJeremy Evans
2021-03-29[ruby/optparse] Fixed error message of unparsed non-optionNobuyoshi Nakada
2021-03-29[ruby/optparse] Add OptionParser#require_exact accessorJeremy Evans
2021-03-29[ruby/irb] Always add input method when calling Irb.new in testsaycabta
2021-03-28[ruby/pathname] Fix segfault of Pathname#splitKenichi Kamiya
2021-03-28[ruby/pathname] Support Ruby 3.0Hiroshi SHIBATA
2021-03-28Keep non evaluated keys in `Hash#transform_keys!` [Bug #17735]Kenichi Kamiya
2021-03-28Fix segmentation fault when `Module#name` returns non string value [Bug #17754]Kenichi Kamiya
2021-03-27Fix Enumerable#tally with some arguments pattern [Feature #17744]Kenichi Kamiya
2021-03-27No codesign in testsNobuyoshi Nakada
2021-03-26Enumerable#tally with the resulting hash [Feature #17744]Nobuyoshi Nakada
2021-03-25[ruby/irb] Cache completion files to requireaycabta
2021-03-24Change heap walking to be safe for object allocationPeter Zhu
2021-03-24Ensure that caller respects the start argumentJeremy Evans
2021-03-24[ruby/irb] fix completion test when out-of-place buildNobuyoshi Nakada
2021-03-24[ruby/reline] Suppress crashing when completer_{quote,word_break}_characters ...aycabta
2021-03-24[ruby/reline] Support preposing and postposing for Reline.completion_procaycabta