Thanks to visit codestin.com
Credit goes to bugs.ruby-lang.org

Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
577cf5e3 11/15/2025 03:23 AM nobu (Nobuyoshi Nakada)

[DOC] Remove an obsolete file

It has been merged into doc/ruby/options.md with
field_processing.md at ruby/ruby#10138.

70b49b65 11/15/2025 02:04 AM YO4 (Yoshinao Muramatsu)

refactor io_each_codepoint

f1765cd4 11/15/2025 01:18 AM herwin (Herwin W)

[Doc] Remove leftover references to namespace from box.md

And fix the indentation a little bit, since box is one character
longer than ns.

d7369f02 11/15/2025 12:34 AM rwstauner (Randy Stauner)

ZJIT: Add individual tests for complex arg pass counters

Make it easier to see what happens when one is changed.

6fabca80 11/14/2025 11:37 PM fd0 (Daisuke Fujimura)

Add rubygems package to fix cygwin CI

eb6e36a8 11/14/2025 10:26 PM peterzhu2118 (Peter Zhu)

Skip tests in TestThreadLockNativeThread when using LSAN

These tests use NM threads but NT is not freed for MN thread, causing it
to be reported as memory leaks in LSAN. For example:

#1 0x62ee7bc67e99 in calloc1 gc/default/default.c:1495:12
#2 0x62ee7bc7ba00 in rb_gc_impl_calloc gc/default/default.c:8216:5...
89849f3b 11/14/2025 09:35 PM alanwu (Alan Wu)

ZJIT: Support JIT-to-JIT calls to callees with optional parameters

  • Correct JIT entry points for optionals so each optional start with nil
    before their initialization routine runs. Establish
    jit_entry_points[filled_opts_num] gives the appropriate entry point...
5d35e244 11/14/2025 09:35 PM alanwu (Alan Wu)

ZJIT: Check argument count matches callee's parameters

a0cce404 11/14/2025 09:35 PM alanwu (Alan Wu)

ZJIT: Remove done TODO [ci skip]

e417f6fe 11/14/2025 08:41 PM Max Bernstein

ZJIT: Remove dead function and set .freeze reason

View all revisions | View revisions

Also available in: Atom