summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2024-11-13Move Array#map to RubyTakashi Kokubun
2024-11-13[ruby/openssl] make bn shareable when frozenHoneyryderChuck
2024-11-12ObjectSpace.dump: handle Module#set_temporary_nameJean Boussier
2024-11-12[ruby/prism] Fix use of uninitialized value when parsing regexpPeter Zhu
2024-11-12Allow Net::HTTP#request to raise Net::OpenTimeout (#12062)Misaki Shioi
2024-11-11Fix regex timeout double-free after stack_doubleJohn Hawthorn
2024-11-12[ruby/pp] Handle BasicObjectJean Boussier
2024-11-12[ruby/pp] Data#pretty_print handle privated or removed membersJean Boussier
2024-11-12[Feature #120782] Introduction of Happy Eyeballs Version 2 (RFC8305) in TCPSo...Misaki Shioi
2024-11-11[ruby/json] Fix $VERBOSE restorePeter Zhu
2024-11-11[ruby/reline] Refactor perform_completontomoya ishida
2024-11-11[ruby/json] JSON.load_file: explictly load the file as UTF-8Jean Boussier
2024-11-11[ruby/fiddle] Accept Symbol as Function name againSutou Kouhei
2024-11-10[ruby/reline] Remove unused things from reline/unicode.rbtomoya ishida
2024-11-08Fix race condition in test_self_stopKJ Tsanaktsidis
2024-11-08Fix update_coderange for binary stringsJohn Hawthorn