summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-11-26[rubygems/rubygems] [SpecFetcher] If candidates include {name}-ruby or ruby-{...Ellen Marie Dash
2024-11-26Optimize instructions when creating an array just to call `include?` (#12123)Randy Stauner
2024-11-26[ruby/reline] KeyStroke handles multibyte charactertomoya ishida
2024-11-26[ruby/irb] Fix indentation of xstring literaltomoya ishida
2024-11-26[ruby/uri] Suppress deprecate warning of test class (retry)Yusuke Endoh
2024-11-26JSON::GeneratorError expose invalid objectJean Boussier
2024-11-26[ruby/json] JSON.dump: write directly into the provided IOJean Boussier
2024-11-26[ruby/uri] Suppress deprecate warning of test class and use EnvUtil.suppress_...Hiroshi SHIBATA
2024-11-26[ruby/uri] Revert "Prevent a warning: URI::REGEXP is obsoleteHiroshi SHIBATA
2024-11-26Many of Oniguruma functions need valid encoding stringsNobuyoshi Nakada
2024-11-26Check negative integer underflowNobuyoshi Nakada
2024-11-26[ruby/resolv] Omit Windows and MinGW platforms with with_udp_and_tcpHiroshi SHIBATA
2024-11-26[ruby/resolv] _1 is not provided in Ruby 2.5Hiroshi SHIBATA
2024-11-25[rubygems/rubygems] Bump the rb-sys group across 2 directories with 1 updatedependabot[bot]
2024-11-25[ruby/reline] Fix tab completion appending quotetomoya ishida
2024-11-25[rubygems/rubygems] Prevent a warning: net/http: Content-Type did not setYusuke Endoh
2024-11-25[ruby/open-uri] Use `ENV.update`Nobuyoshi Nakada
2024-11-25[ruby/uri] Prevent a warning: URI::REGEXP is obsoleteYusuke Endoh
2024-11-25Prevent a warning: setting Encoding.default_externalYusuke Endoh
2024-11-25Do not save the last error without sockets in the connection attempt (#12153)Misaki Shioi
2024-11-25Removed redundant argument at Reline::LineEditor::CompletionBlockTestHiroshi SHIBATA
2024-11-24[ruby/reline] Fix completion quote, preposing and target calculationtomoya ishida
2024-11-23Ensure fiber scheduler re-acquires mutex when interrupted from sleep. (#12158)Samuel Williams
2024-11-22[ruby/openssl] Support signing CRLs using Ed25519Josh Cooper
2024-11-22[ruby/openssl] Support signing requests using Ed25519Josh Cooper
2024-11-22[ruby/openssl] Check for compatible openssl versions earlierJosh Cooper
2024-11-21[prism/compiler] end_cursor should never be NULLMatt Valentine-House
2024-11-20[ruby/zlib] Don't call `rb_str_set_len` while released the GVL.Samuel Williams
2024-11-20[rubygems/rubygems] Add --attestation option to gem pushSamuel Giddins
2024-11-20[ruby/psych] Eagerly require `date`.Thierry Deo
2024-11-20Fix a bug in rb_include_module that stops nested inclusion into module subcla...Jeremy Evans
2024-11-20Introduce `Fiber::Scheduler#blocking_operation_wait`. (#12016)Samuel Williams
2024-11-19[ruby/pp] Fix pretty printing range begin/end with false or niltompng
2024-11-19[ruby/irb] Don't use delegator to install helper methods to maintomoya ishida
2024-11-19Remove deprecated method Refinement#refined_classShugo Maeda
2024-11-19[Bug #20900] Warn deprecated constant when removingNobuyoshi Nakada
2024-11-18[ruby/rdoc] Extract excerpt from raw pages correctlyStan Lo
2024-11-15Disable HEv2 tests temporarily (#12097)Misaki Shioi
2024-11-15Make fast_fallback option false by default temporarily (#12070)Misaki Shioi
2024-11-14[rubygems/rubygems] Update test_project_sanity.rbDave Corson-Knowles
2024-11-14[ruby/reline] Drop loading terminfo, remove fiddle dependency intomoya ishida
2024-11-15Do not wait connection attempt delay without in progress fds (#12087)Misaki Shioi
2024-11-14rb_raise when attempting to set the GC implementation nameMatt Valentine-House
2024-11-14Include the currently active GC in RUBY_DESCRIPTIONMatt Valentine-House
2024-11-14Expose GC.config[:implementation], to query the currently active GCMatt Valentine-House
2024-11-14asn1: fix ObjectId#==Kazuki Yamaguchi
2024-11-14[ruby/openssl] x509: fix handling of multiple URIs in Certificate#crl_urisKazuki Yamaguchi
2024-11-14[ruby/openssl] test_x509cert.rb: break up test_extension into smaller unitsKazuki Yamaguchi
2024-11-14[ruby/uri] Removed duplicated declare step for constants under the URI::RFC23...Hiroshi SHIBATA
2024-11-14[ruby/uri] Restore constants like URI::REGEXP::PATTERN::IPV6ADDRHiroshi SHIBATA