summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-08-09[ruby/stringio] Fix SEGV at read/pread on null StringIONobuyoshi Nakada
2025-08-09[ruby/stringio] fix: prevent segfault in StringIO#seek with SEEK_ENDkoh-sh
2025-08-08Fix id2ref table build when GC in progressJohn Hawthorn
2025-08-08Fix lock ordering issue for rb_ractor_sched_wait() and rb_ractor_sched_wakeup()Luke Gruber
2025-08-08ZJIT: Avoid compiling and direct sends to forwardable ISEQsAlan Wu
2025-08-08ZJIT: Fix "memory operand with non-register base" (#14153)Takashi Kokubun
2025-08-09Revert "Convert `PKG_CONFIG_PATH` to msys/cygwin path"Nobuyoshi Nakada
2025-08-08Revert "Check if the found pkg-config is usable actually"Nobuyoshi Nakada
2025-08-08[ruby/optparse] Use `~/.config` only if `$XDG_CONFIG_HOME` is unset or emptyNobuyoshi Nakada
2025-08-07ZJIT: Implement `defined?` codegen for non-yield calls (#14101)Stan Lo
2025-08-07ZJIT: Optimize class guards by directly reading klass field (#14136)Stan Lo
2025-08-06ZJIT: Inline attr_reader/attr_accessor (#14126)Max Bernstein
2025-08-06ZJIT: Implement SingleRactorMode invalidation (#14121)Stan Lo
2025-08-06ZJIT: Run TestFixnumAlan Wu
2025-08-06ZJIT: Fix "immediate value too large" on cmp for x86_64 (#14125)Takashi Kokubun
2025-08-07Add MODULE NODE locationsS-H-GAMELINKS
2025-08-06Struct: keep direct reference to IMEMO/fields when space allowsJean Boussier
2025-08-06[rubygems/rubygems] Update tests to respect token for where v2 and v1 are inv...pjsk
2025-08-06[rubygems/rubygems] removed global variablespjsk
2025-08-06[rubygems/rubygems] implement fallbackpjsk
2025-08-06[rubygems/rubygems] Surgery on test code to make fallback to imdsv1 easier to...pjsk
2025-08-06[rubygems/rubygems] Deprecate Gem::Specification#datadir and will remove it a...Hiroshi SHIBATA
2025-08-05[ruby/prism] Remove uneeded testS-H-GAMELINKS
2025-08-05[ruby/prism] Add it read and assignment testS-H-GAMELINKS
2025-08-05[ruby/prism] Make `it = it` assign `nil` to match parse.y behavior [Bug #21139]S-H-GAMELINKS
2025-08-05[ruby/prism] Ensure context terminators terminate expressionsKevin Newton
2025-08-05[ruby/prism] Bump JRuby versionKevin Newton
2025-08-05[ruby/prism] Handle new ractor stuffKevin Newton
2025-08-05[ruby/prism] Improve error handling for missing parentheses after 'not' in co...ydah
2025-08-05[ruby/prism] Reject `true && not true`Yusuke Endoh
2025-08-05Check if the found pkg-config is usable actuallyNobuyoshi Nakada
2025-08-05Convert `PKG_CONFIG_PATH` to msys/cygwin pathNobuyoshi Nakada
2025-08-05Show mkmf.log contents even when `pkg-config` command failedNobuyoshi Nakada
2025-08-04Resurrect another ZJIT skip on test_handle_interrupted?Takashi Kokubun
2025-08-04Resurrect a ZJIT skip on test_switch_while_busy_loopTakashi Kokubun
2025-08-04ZJIT: Remove passing tests from exclusions (#14097)Stan Lo
2025-08-03[ruby/optparse] Expand literal home paths onlyNobuyoshi Nakada
2025-08-03[ruby/optparse] Fallback HOMENobuyoshi Nakada
2025-08-01ZJIT: Enable IncrCounter for arm64 (#14086)Takashi Kokubun
2025-08-01ZJIT: Fix side-exit panicking when there's too many localsAlan Wu
2025-08-01[ruby/prism] Avoid monkey patching Sexp#== in RubyParser testsJustin Collins
2025-08-01[ruby/prism] RubyParser translation for stabby lambdas with `it`Justin Collins
2025-08-01variable.c: Fix `rb_ivar_foreach` to not yield `object_id` of complex objectsJean Boussier
2025-08-01[ruby/openssl] pkcs7: make PKCS7#add_recipient actually usefulKazuki Yamaguchi
2025-08-01[ruby/openssl] pkcs7: fix error queue leak in OpenSSL::PKCS7#detachedKazuki Yamaguchi
2025-08-01Fix rb_shape_transition_object_id transition to TOO_COMPLEXJean Boussier
2025-07-31ZJIT: A64: Fix splitting for large memory displacementsAlan Wu
2025-07-31[ruby/openssl] pkcs7: clean up testsKazuki Yamaguchi
2025-07-31[ruby/openssl] x509store: fix StoreContext#current_certKazuki Yamaguchi
2025-07-30ZJIT: Prepare for sharing JIT hooks with ZJIT (#14044)Takashi Kokubun