summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-04-22Separate test used by test_ractor for Ractor in test_time.rbHiroshi SHIBATA
2021-04-22[ruby/benchmark] Add comment about terminating newline in captions; fix test ...Keith Bennett
2021-04-22[ruby/cgi] Add test for escapeHTML/unescapeHTML invalid encoding fix in pure ...Jeremy Evans
2021-04-22[ruby/time] Make Time friendly to RactorKir Shatrov
2021-04-22fix raise in exception with jumpKoichi Sasada
2021-04-21Evaluate multiple assignment left hand side before right hand sideJeremy Evans
2021-04-21array.c (rb_ary_zip): take only as many as needed from an Enumerator (#4389)Yusuke Endoh
2021-04-16Add Array#intersect?Travis Hunter
2021-04-15Merge the master branch of RubyGemsHiroshi SHIBATA
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