Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
a2531ba2 03/17/2026 09:42 PM jhawthorn (John Hawthorn)

Simplify subclasses list, remove from Box

Currently we maintain the subclasses list for two separate purposes (we essentially have to different relationships we're putting into the same list):

  1. On a T_MODULE, we track the T_ICLASSes created to include it into...
563fc855 03/17/2026 09:38 PM alanwu (Alan Wu)

YJIT: [DOC] Fix RubyVM::YJIT.runtime_stats symbols

Reported-by: Koichi Sasada

b5432bdb 03/17/2026 09:20 PM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Fix retry spec to restore default_base_delay for backoff test

The "is enabled by default with 1 second base delay" test relies on
default_base_delay being 1.0, but spec_helper sets it to 0 globally.
Temporarily restore it to 1.0 within the test....

eeda69b3 03/17/2026 09:20 PM Christian Bruckmayer

[ruby/rubygems] Add exponential backoff to bundler retries

https://github.com/ruby/rubygems/commit/bbaad86665

b7e4d57a 03/17/2026 06:33 PM tenderlovemaking (Aaron Patterson)

ZJIT: linear scan register allocator (#16295)

  • add rpo to LIR cfg

  • add instruction ids to instructions along with start / end indexes on blocks

  • Analyze liveness of vregs

  • We don't need to check kill set before adding to gen set

Since we're processing instructions in reverse and our IR is SSA, we...

f7816b05 03/17/2026 05:20 PM nobu (Nobuyoshi Nakada)

win32/configure.bat: Add --with-dump-ast option

af85de87 03/17/2026 05:20 PM nobu (Nobuyoshi Nakada)

Do not update the dump_ast specified in the configure options

968b999f 03/17/2026 04:35 PM kddnewton (Kevin Newton)

[PRISM] Fix ASAN reading off end of strpbrk cache

5026acfb 03/17/2026 03:14 PM kddnewton (Kevin Newton)

Do not use GCC-specific syntax for lookup tables

ec3162ca 03/17/2026 03:14 PM kddnewton (Kevin Newton)

Fix infinite loop in parser_lex_magic_comment

View all revisions | View revisions

Also available in: Atom