Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
f037b47a 04/30/2026 09:44 AM nobu (Nobuyoshi Nakada)

Update ext/Setup template files [ci skip]

4a14dc87 04/30/2026 05:26 AM nobu (Nobuyoshi Nakada)

Share common code between Enumerator and ArithmeticSequence

e716c6ee 04/30/2026 03:40 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Replace #9506 with a targeted :ruby_repo skip

The blanket skip in checksums_section from #9506 caused 82 ruby-core test
failures whose lockfile expectations legitimately include the bundler
checksum (paths that go through bundle install where bundler is...

5dcc311f 04/30/2026 03:12 AM dummyx

enumerator.c: guard eargs during inspect

c649d202 04/30/2026 02:42 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Skip bundler self-checksum on ruby-core in test
fixtures
(https://github.com/ruby/rubygems/pull/9506)

  • Skip bundler self-checksum on ruby-core in test fixtures

In ruby-core test setup, bundler is loaded as a default gem and the
bundler.gem cache file is not present on disk where...

7dda33be 04/30/2026 02:24 AM dependabot[bot]

Bump taiki-e/install-action

Bumps the github-actions group with 1 update in the / directory: taiki-e/install-action.

Updates taiki-e/install-action from 2.75.25 to 2.75.27

88a4764f 04/30/2026 12:18 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Skip bundler self-checksum for unreleased bundlers
(https://github.com/ruby/rubygems/pull/9501)

  • Skip bundler self-checksum for unreleased bundlers

Using Bundler.gem_version.end_with?(".dev") only skips the own
checksum on master, but patch releases run from a source checkout...

d61424bb 04/30/2026 12:08 AM alanwu (Alan Wu)

ZJIT: More recognizable JIT return poison, assert only when RUBY_DEBUG

A good poison value gives a recognizable fault address if someone
erroneously dereferences. Asserting the pointer is not poison shouldn't
be necessary, so move it to RUBY_DEBUG builds.

9f24ba51 04/29/2026 10:24 PM Kevin Menard

ZJIT: Specialize direct sends to methods with post-required positional parameters

62e59f2a 04/29/2026 10:22 PM alanwu (Alan Wu)

ZJIT: Prefer raw pointer over references in with_ruby_vm()

When references show up on in the type declaration, it's an invitation
to think about how long the implicit lifetime is. This code
doesn't do anything tricky lifetime-wise, so it looks better declaring...

View all revisions | View revisions

Also available in: Atom