summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2025-08-18Fix typosDouglas Eichelberger
2025-08-18[rubygems/rubygems] Use spaces around optional parameter valuesDavid Rodríguez
2025-08-18[rubygems/rubygems] Don't worry about missing Makefile.Samuel Williams
2025-08-15Fix tests using assert_raise_with_message on US-ASCII systemsPeter Zhu
2025-08-15Skip an unstable Ractor test for windows (#14247)Takashi Kokubun
2025-08-15ZJIT: Implement getspecial (#13642)Eileen
2025-08-15Relax a delta for an unstable test (#14246)Takashi Kokubun
2025-08-15Skip an unstable test for macOS (#14245)Takashi Kokubun
2025-08-15Skip an unstable test for macOSTakashi Kokubun
2025-08-15Increase timeout for a flaky testTakashi Kokubun
2025-08-15Don't change Encoding.default_internal in assert_raise_with_messagePeter Zhu
2025-08-14Increase timeout for a flaky test (#14233)Takashi Kokubun
2025-08-14Skip an unstable Ractor test for macOS (#14231)Takashi Kokubun
2025-08-14Increase timeout for a flaky test (#14228)Takashi Kokubun
2025-08-14ZJIT: Look for RUBY_ZJIT_ENABLE in combo build with YJITAlan Wu
2025-08-14Skip an unstable test for s390x and windowsTakashi Kokubun
2025-08-14Increase timeout for failing testsTakashi Kokubun
2025-08-14[ruby/prism] Be more defensive in the parser translator lexerEarlopain
2025-08-14Extract `ruby_api_version_name`Nobuyoshi Nakada
2025-08-13ZJIT: Implement `StringIntern` codegen (#14207)Stan Lo
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