Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
689f370c 06/27/2026 07:42 AM git[bot]

Update bundled gems list as of 2026-06-26

0db07b1a 06/27/2026 06:16 AM copilot-swe-agent[bot]

[ruby/json] Avoid Float out of range warning for clearly underflowing numbers

When parsing JSON floats with extremely negative exponents (like
123.456e-789 or 123e-10000000), the parser would fall back to
rb_cstr_to_dbl which internally calls strtod. When strtod returns...

39119598 06/27/2026 03:27 AM burdettelamar (Burdette Lamar)

[DOC] Update Set#classify documentation

Co-authored-by: Jeremy Evans

40b11045 06/27/2026 03:25 AM burdettelamar (Burdette Lamar)

[DOC] Update Set#add? documentation

Co-authored-by: Jeremy Evans

dbf7b10b 06/27/2026 03:24 AM burdettelamar (Burdette Lamar)

[DOC] Update Set#^ documentation

Co-authored-by: Jeremy Evans

33ebed70 06/27/2026 12:29 AM burdettelamar (Burdette Lamar)

[DOC] Update Set#| documentation

7a4492a0 06/26/2026 11:55 PM burdettelamar (Burdette Lamar)

[DOC] Update Set#== documentation

010de50c 06/26/2026 11:34 PM k0kubun (Takashi Kokubun)

ZJIT: Add perf symbol for block padding (#17517)

  • ZJIT: Add perf symbol for block padding

  • ZJIT: Explain HIR-only padding perf symbols

ee74bca0 06/26/2026 11:32 PM peterzhu2118 (Peter Zhu)

Make ROBJECT_FIELDS private

Commit 0ea210d renamed ROBJECT_IVPTR to ROBJECT_FIELDS, so it would have
caused compatibility issues anyways. Since there has been no issues, it
means that nobody is using it. We can make this dangerous API private since
no C extension should be using it anyways.

baa3b26a 06/26/2026 11:13 PM Nozomi Hijikata

ZJIT: Reuse instruction profiling for recompile exits (#17457)

  • ZJIT: Reuse instruction profiling for recompile exits

Deduplicate recompile-exit profiling by sharing the per-instruction
profiling logic used by zjit_* instructions.

Recompile exits now use the materialized CFP state to recover the...

View all revisions | View revisions

Also available in: Atom