summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-08-13ZJIT: Fix `ObjToString` rewrite (#14196)Stan Lo
2025-08-13imemo_fields: store owner object in RBasic.klassJean Boussier
2025-08-13Add link to Ruby options doc in help textPeter Zhu
2025-08-12ZJIT: Prepare non-leaf calls for SetGlobal (#14197)Stan Lo
2025-08-12Allow encodings to be autoloaded through transcoding functionsLuke Gruber
2025-08-12set.c: Store `set_table->bins` at the end of `set_table->entries`Jean Boussier
2025-08-12[ruby/openssl] pkey: skip tests using invalid keys in the FIPS modeKazuki Yamaguchi
2025-08-12[ruby/stringio] Fix test nameSutou Kouhei
2025-08-11ZJIT: Implement `concatstrings` insn (#14154)Stan Lo
2025-08-11ZJIT: Add RubyVM::ZJIT.enabled? (#14159)Takashi Kokubun
2025-08-11Fix return value of setting in GC.configPeter Zhu
2025-08-11Add NODE IN locationsS-H-GAMELINKS
2025-08-11Update test_string.rbErim Icel
2025-08-11Optimize `str_casecmp` length check using pointer endErim Icel
2025-08-09[ruby/stringio] Fix SEGV at eof? on null StringIONobuyoshi Nakada
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