Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
eb04ab91 03/20/2026 07:07 AM git[bot]

Update bundled gems list as of 2026-03-20

a5e2cbce 03/20/2026 06:47 AM k0kubun (Takashi Kokubun)

ZJIT: Prepare frame state before getivar calls

rb_ivar_get can raise Ractor::IsolationError for class/module ivars
from non-main Ractors. Without gen_prepare_non_leaf_call, the frame
state is not properly set up when the exception is raised, which can
lead to crashes or incorrect behavior during exception handling.

8b9635e1 03/20/2026 03:10 AM dependabot[bot]

Bump github.com/microsoft/vcpkg from master to 2026.03.18 (#16472)

7383c92c 03/20/2026 02:37 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.68.36 to 2.69.2

af459dae 03/20/2026 01:06 AM k0kubun (Takashi Kokubun)

ZJIT: Use counted side exits for send fallbacks while tracing

Instead of blocking compilation entirely when tracing is active,
emit counted side exits in HIR before send fallback instructions
that use VM_EXEC (which sets FLAG_FINISH on the callee frame,
breaking throw TAG_RETURN semantics). This gives us runtime stats...

e7fa7293 03/20/2026 01:06 AM k0kubun (Takashi Kokubun)

ZJIT: Fix TracePoint return value for methods with rescue

When ZJIT's send fallback (gen_send_without_block) cannot optimize a
Send instruction, it calls rb_vm_opt_send_without_block, which uses
VM_EXEC to execute the callee. VM_EXEC sets VM_FRAME_FLAG_FINISH on...

1a2d8c78 03/19/2026 11:36 PM Jacob Denbeaux

Move compile_time_heap into block for load-store optimization

e9c48258 03/19/2026 11:31 PM burdettelamar (Burdette Lamar)

[ruby/date] [DOC] Fix link (https://github.com/ruby/date/pull/160)

https://github.com/ruby/date/commit/54974fe8e5

c1745f40 03/19/2026 11:28 PM burdettelamar (Burdette Lamar)

Fix links (#16458)

  • [DOC] Fix links

  • [DOC] Fix links

aecc11af 03/19/2026 07:01 PM Gareth Jones

[ruby/erb] fix: exclude some files from published gem
(https://github.com/ruby/erb/pull/108)

https://github.com/ruby/erb/commit/2fd0a6b71c

Co-authored-by: Takashi Kokubun

View all revisions | View revisions

Also available in: Atom