Update bundled gems list as of 2026-03-20
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.
Bump github.com/microsoft/vcpkg from master to 2026.03.18 (#16472)
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
taiki-e/install-action
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...
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...
Move compile_time_heap into block for load-store optimization
[ruby/date] [DOC] Fix link (https://github.com/ruby/date/pull/160)
https://github.com/ruby/date/commit/54974fe8e5
Fix links (#16458)
[DOC] Fix links
[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 takashikkbn@gmail.com
View all revisions | View revisions
Also available in: Atom