summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2024-11-08Fix memory leak in prism when syntax error in iseq compilationPeter Zhu
2024-11-08[ruby/prism] Fix splat after kwsplatHaldun Bayhantopcu
2024-11-08Avoid calculating large powersYusuke Endoh
2024-11-08Do not round `a**b` to infinityYusuke Endoh
2024-11-08[ruby/uri] Added more fallback constants like URI::PARTTERN and URI::REGEXPHiroshi SHIBATA
2024-11-08[ruby/reline] Windows fix (https://github.com/ruby/reline/pull/775)YO4
2024-11-08[ruby/benchmark] Adjust ljust Benchmark#bm with labels was not using the high...Kaíque Kandy Koga
2024-11-07[Bug #20869] Discard read buffer and encoding converters at seekingNobuyoshi Nakada
2024-11-07[Bug #20802] Copy encodings at reopen as wellNobuyoshi Nakada
2024-11-07Prevent method redefinition warnings in testYusuke Endoh
2024-11-07Prevent a warning: ambiguous `/`Yusuke Endoh
2024-11-07[ruby/logger] Enable subclasses to configure level isolationHartley McGuire
2024-11-06[ruby/json] Categorize deprecated warningNobuyoshi Nakada
2024-11-06io_buffer.c: Allow copies between overlapping buffers with #copy and #set_str...Kasumi Hanazuki
2024-11-06[Bug #20868] Fix Method#hash to not change after compactionPeter Zhu
2024-11-06Fix flakiness in TestGc#test_thrashing_for_young_objectsKJ Tsanaktsidis
2024-11-06[rubygems/rubygems] Fix manifest in gem package using incorrect platform some...David Rodríguez
2024-11-06Revert "Introduce Fiber Scheduler `blocking_region` hook. (#11963)" (#12013)Samuel Williams
2024-11-06macOS 15 is the stable version todayHiroshi SHIBATA
2024-11-06[Bug #20873] Consider `-FIXNUM_MIN` overflowNobuyoshi Nakada
2024-11-06`Warning[:strict_unused_block]`Koichi Sasada