summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-06-17Refactor generic fields to use `T_IMEMO/fields` objects.Jean Boussier
2025-06-17ZJIT: Add codegen (and FrameState) for GetConstPathAlan Wu
2025-06-17ZJIT: Parse opt freeze insns to HIRDaniel Colson
2025-06-17[ruby/prism] [DOC] Fix a typo in commentNobuyoshi Nakada
2025-06-17[rubygems/rubygems] Fix `gem install` sometimes compiling the wrong source filesDavid Rodríguez
2025-06-17[rubygems/rubygems] Refactor some logic to create extconf files for testsDavid Rodríguez
2025-06-17[rubygems/rubygems] Use `Dir.chdir` with a blockDavid Rodríguez
2025-06-17io_buffer: Reimplement dcompact for IO::BufferKasumi Hanazuki
2025-06-17ZJIT: Add codegen for StringCopyDaniel Colson
2025-06-16Add test for `IO::Buffer.for(frozen_string) {}` and omit rb_str_{,un}locktmp ...Benoit Daloze
2025-06-16ZJIT: Add support for putspecialobject (#13565)Stan Lo
2025-06-16Use `success` option to check if the process failedNobuyoshi Nakada
2025-06-16Suppress stderr output in `TestRubyOptions#assert_segv`Nobuyoshi Nakada
2025-06-16Use the message given to `TestRubyOptions#assert_segv`Nobuyoshi Nakada
2025-06-15[ruby/date] [Bug #21436] check for fixnum lower bound in `m_ajd`Dmitry Dygalo
2025-06-15[ruby/date] [Bug #21437] Date#hash for large yearsDmitry Dygalo
2025-06-15Relax the criteria of flaky weak_references count testNobuyoshi Nakada
2025-06-15Simplify weak_references count test initializationNobuyoshi Nakada
2025-06-15Implement COLON3 NODE locationsydah
2025-06-15Implement COLON2 NODE locationsydah
2025-06-14Skip test_exivar_resize_with_compaction_stress on s390xJohn Hawthorn
2025-06-13Fix generic_ivar_set_shape_field for table rebuildJohn Hawthorn
2025-06-14Remove test_object_id_race_free_with_stress_compactJean Boussier
2025-06-14Add `open_timeout` as an overall timeout option for `Socket.tcp` (#13368)Misaki Shioi
2025-06-13Fix a race condition in object_id for shareable objectsJean Boussier
2025-06-13test/ruby/test_ractor.rb: avoid outputting anythingJean Boussier
2025-06-13[Bug #21440] Stop caching member list in frozen Data/Struct classNobuyoshi Nakada
2025-06-12ZJIT: Write a callee frame on JIT-to-JIT calls (#13579)Takashi Kokubun
2025-06-12Ensure crr->feature is an fstringJohn Hawthorn
2025-06-12[Bug #21439] Fix `PM_SPLAT_NODE` compilation error in for loops (#13597)Ufuk Kayserilioglu
2025-06-12Make setting and accessing class ivars lock-freeJean Boussier
2025-06-12Fix class instance variable inside namespacesJean Boussier
2025-06-12[rubygems/rubygems] Removed ccache or sccache from args of Rust builderHiroshi SHIBATA
2025-06-11[ruby/prism] Fix parser translator during string escaping with invalid utf-8Earlopain
2025-06-11Try to run ignored tests with macOS 15Hiroshi SHIBATA
2025-06-11[ruby/net-http] Fixed test case for default content-type.Hiroshi SHIBATA
2025-06-11[rubygems/rubygems] Fix `gem pristine` sometimes not resetting extensionsDavid Rodríguez
2025-06-11[rubygems/rubygems] Normalize file existence helpers usageDavid Rodríguez
2025-06-11[rubygems/rubygems] Install the best matching gem for the current platform in...Samuel Giddins
2025-06-09Add missing write barrier in set_i_initialize_copyJohn Hawthorn
2025-06-09ZJIT: Parse opt_regexpmatch2 into HIRAlan Wu
2025-06-09ZJIT: Parse opt_not into HIRAlan Wu
2025-06-09ZJIT: Parse opt_or into HIRAlan Wu
2025-06-09ZJIT: Parse opt_and into HIRAlan Wu
2025-06-09ZJIT: Parse opt_succ into HIRAlan Wu
2025-06-09ZJIT: Parse opt_empty_p into HIRAlan Wu
2025-06-09[Feature #21219] Selective inspect of instance variablesNobuyoshi Nakada
2025-06-08record load average at failKoichi Sasada
2025-06-08increase timeout for high load envKoichi Sasada
2025-06-07Get rid of SHAPE_T_OBJECTJean Boussier