Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
261eea42 05/27/2026 05:12 AM sampokuokkanen (Sampo Kuokkanen)

Fix tautological assertions in test_each_value in test_hash.rb

Both assertions tested [].length == 0 rather than res.length,
so the test passed even when each_value yielded nothing.

eb70a0d0 05/27/2026 04:39 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.79.8 to 2.79.9

b070c494 05/27/2026 04:06 AM Jacob (Jacob Jacob)

ZJIT: Replace rpo with reverse_post_order (#17122)

After a team discussion about naming, we decided that rpo should be expanded to reverse_post_order. This PR replaces the functions named rpo in HIR and LIR.

8b33519a 05/27/2026 03:49 AM Max Bernstein

ZJIT: Add for_each_operand and for_each_operand_mut to LIR

Replace the operand iterator structs with the simpler, shorter
visit-closure pattern that we also have in HIR.

b766d174 05/27/2026 03:49 AM Max Bernstein

ZJIT: Remove defunct LIR LiveReg instruction

We don't use this anymore since we switched to global linear scan
register allocation.

b237d9f3 05/27/2026 12:32 AM Aidan Coyle

[ruby/rubygems] Remove version constraints on dev dependencies

Bundler doesn't need to have an opinion on the current version of
these tools. We can just include them without specific constraint, and
if the user doesn't want the most recent version for some reason they...

dcfba572 05/26/2026 09:50 PM k0kubun (Takashi Kokubun)

Suppress -Warray-bounds false positive in RCLASS_WRITE_SUPER (#16990)

After 4bb1977b78 switched RCLASS_PRIME_CLASSEXT_WRITABLE_P to FL_TEST_RAW,
GCC lost the RB_FL_ABLE-derived hint that klass is not a special const,
and started warning that RCLASS_EXT_PRIME(klass) (used by the inlined...

ce7f3ed8 05/26/2026 05:56 PM alanwu-shopify-inc

ZJIT: LIR CCall survivors: Use one stack layout across arches

Previously, the last push, in case the total number of pushes was odd,
ended up in a different location relative to the stack top on x64 versus
A64. On A64, it ends up at sp[0], whereas on x64 it ends up at...

b2715bf2 05/26/2026 05:27 PM Satoshi Tagomori

[Box] Invalidate callable me on per-box origin IClasses

29a596f8 05/26/2026 05:27 PM Satoshi Tagomori

[Box] Invalidate the method cache of the owner too

The owner could be different from the housing class when the housing
module is prepended.

View all revisions | View revisions

Also available in: Atom