summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2024-11-05[ruby/json] Appease ruby/ruby CIJean Boussier
2024-11-05[ruby/json] Strip whitespacesJean Boussier
2024-11-05[ruby/json] ResyncJean Boussier
2024-11-05[ruby/json] Re-enable passing testBenoit Daloze
2024-11-05[ruby/json] Add tests for the behavior of JSON.generate with base types subcl...Jean Boussier
2024-11-05[ruby/json] JSON::Ext::Parser mark the name cache entries when not on the heapJean Boussier
2024-11-05Use wide character startupNobuyoshi Nakada
2024-11-05[ruby/stringio] Copy from the relocated stringNobuyoshi Nakada
2024-11-05[ruby/date] Refine assertionsNobuyoshi Nakada
2024-11-05[ruby/date] Fix incorrect argc2 decrement in datetime_s_iso8601 functionDmitrii Zudin
2024-11-04[ruby/rdoc] Display class ancestors in the sidebar #1183Alexis Bernard
2024-11-04YJIT: Replace Array#each only when YJIT is enabled (#11955)Takashi Kokubun
2024-11-04Fix Dir.mktmpdir argumentNobuyoshi Nakada