summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-14ZJIT: Add individual tests for complex arg pass countersRandy Stauner
2025-11-15Add rubygems package to fix cygwin CIDaisuke Fujimura (fd0)
2025-11-14Skip tests in TestThreadLockNativeThread when using LSANPeter Zhu
2025-11-14ZJIT: Support JIT-to-JIT calls to callees with optional parametersAlan Wu
2025-11-14ZJIT: Check argument count matches callee's parametersAlan Wu
2025-11-14ZJIT: Remove done TODO [ci skip]Alan Wu
2025-11-14ZJIT: Remove dead function and set .freeze reasonMax Bernstein
2025-11-14ZJIT: Move special Fixnum BOP_OR into cruby_methodsMax Bernstein
2025-11-14ZJIT: Move special Fixnum BOP_AND into cruby_methodsMax Bernstein
2025-11-14ZJIT: Move special Fixnum BOP_GE into cruby_methodsMax Bernstein
2025-11-14ZJIT: Move special Fixnum BOP_LE into cruby_methodsMax Bernstein
2025-11-14ZJIT: Move special Fixnum BOP_LT into cruby_methodsMax Bernstein
2025-11-14ZJIT: Move special Fixnum BOP_MOD into cruby_methodsMax Bernstein
2025-11-14ZJIT: Move special Fixnum BOP_DIV into cruby_methodsMax Bernstein
2025-11-14ZJIT: Move special Fixnum BOP_MULT into cruby_methodsMax Bernstein
2025-11-14ZJIT: Move special Fixnum BOP_NEQ into cruby_methodsMax Bernstein
2025-11-14ZJIT: Move special Fixnum BOP_GT into cruby_methodsMax Bernstein
2025-11-14ZJIT: Move special Fixnum BOP_MINUS into cruby_methodsMax Bernstein
2025-11-14ZJIT: Move special Fixnum BOP_PLUS into cruby_methodsMax Bernstein
2025-11-14ZJIT: Move special Fixnum BOP_EQ into cruby_methodsMax Bernstein
2025-11-14ZJIT: Break out CFunc send fallback stats (#15193)Max Bernstein
2025-11-14ZJIT: Skip a flaky DNS test (#15192)Takashi Kokubun
2025-11-14Revert ".github/workflows: Stop ignoring RUBY_TESTOPTS"Takashi Kokubun
2025-11-14.github/workflows: Stop ignoring RUBY_TESTOPTSTakashi Kokubun
2025-11-14YJIT: Fix stack handling in rb_str_dupJohn Hawthorn
2025-11-14ZJIT: Add tests for sending to methods with keyword args (#15183)Randy Stauner
2025-11-14[ruby/prism] Reject endless method as a block parameter defaultEarlopain
2025-11-14[ruby/prism] Use `method_defined?` instead of `instance_methods.include?`Nobuyoshi Nakada
2025-11-14[Feature #21572] Syntax error at capture in alternation patternNobuyoshi Nakada
2025-11-14[ruby/rubygems] Removed deprecated Gem::Specification#has_rdoc, has_rdoc= and...Hiroshi SHIBATA
2025-11-14[ruby/rubygems] Add pattern matching support to Gem::NameTupleBrandon Weaver
2025-11-14[ruby/rubygems] Removed files for `gem query`Hiroshi SHIBATA
2025-11-14[ruby/rubygems] Removed deprecated Gem::DependencyInstaller#find_gems_with_so...Hiroshi SHIBATA
2025-11-14[ruby/rubygems] bin/rubocop -a --only Layout/EmptyLinesAroundClassBodyHiroshi SHIBATA
2025-11-14[ruby/rubygems] Removed deprecated Gem::Util.silent_systemHiroshi SHIBATA
2025-11-14[ruby/rubygems] Removed deprecated Gem::Specification#validate_metadata, vali...Hiroshi SHIBATA
2025-11-14[ruby/rubygems] Removed deprecated Gem::Specification#default_executableHiroshi SHIBATA
2025-11-14[ruby/rubygems] Removed deprecated Gem::Platform.matchHiroshi SHIBATA
2025-11-14[ruby/rubygems] Removed deprecated Gem::Installer#unpackHiroshi SHIBATA
2025-11-14[ruby/rubygems] Removed deprecated Gem::BasicSpecification.default_specificat...Hiroshi SHIBATA
2025-11-14[ruby/rubygems] Update vendored version of connection_pool to 2.5.4Hiroshi SHIBATA
2025-11-14[ruby/rubygems] bin/rubocop -a --only Style/RedundantParenthesesHiroshi SHIBATA
2025-11-14[ruby/rubygems] Update the all dependencies with rake updateHiroshi SHIBATA
2025-11-14Adapt to Unicode directory changesMari Imaizumi
2025-11-14[Feature #21275] Bump Unicode version to 17.0.0Mari Imaizumi
2025-11-14[ruby/rubygems] Use `method_defined?` instead of `instance_methods.include?`Nobuyoshi Nakada
2025-11-14[ruby/mmtk] Lock VM in fork hooksPeter Zhu
2025-11-14ZJIT: Use Mem.num_bits in Mem split (#15177)Max Bernstein
2025-11-13[DOC] Tweaks for String#tr_s!BurdetteLamar
2025-11-13[DOC] Tweaks for String#tr_sBurdetteLamar