summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2024-11-04Mingw: Exclude failing tests due to the crt changeNobuyoshi Nakada
2024-11-04Validate user input encodingDavid Rodríguez
2024-11-04[rubygems/rubygems] Fix commands with 2 MFA requests when webauthn is enabledDavid Rodríguez
2024-11-04[rubygems/rubygems] TermError should inherit from SystemExitDavid Rodríguez
2024-11-03[ruby/prism] Error for def ivarKevin Newton
2024-11-02Skip TestProc#test_hash_does_not_change_after_compaction if compaction is not...Peter Zhu
2024-11-01Improve coverage of TestProc#test_hash_uniquenessPeter Zhu
2024-11-01Add TestProc#test_hash_equalPeter Zhu
2024-11-01Rename test_hash to test_hash_uniquenessPeter Zhu
2024-11-01[Bug #20853] Fix Proc#hash to not change after compactionPeter Zhu
2024-11-01JSON.generate: call to_json on String subclassesJean Boussier
2024-11-01[ruby/json] Emit warnings when dumping binary stringsJean Boussier
2024-11-01Deprecate unsafe default options of `JSON.load`Jean Boussier
2024-11-01Elide Generator::State allocation until a `to_json` method has to be calledJean Boussier
2024-11-01[ruby/json] Skip test failing on JRubyBenoit Daloze
2024-11-01[ruby/json] Add test for parsing broken stringsBenoit Daloze