Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
980bc396 03/06/2026 05:33 PM tekknolagi (Maxwell Bernstein)

ZJIT: Count LoadField and StoreField executions (#16318)

Runtime Counters on lobsters (before/after Jacob's load-store opt)

Stat Before After Delta
load_field_count 110,410,542 106,547,275 -3,863,267 (-3.5%)
db52cd62 03/06/2026 05:27 PM Steven Webb

ZJIT: Constant fold div (/) operations (#16168) (#16233)

ZJIT: Constant fold modulus (%) operations (#16168)

Similar to the way ZJIT already folds +, -, and * operations. One
complication is that the / operator behaves differently in Ruby than in
Rust for negative values. For example in Ruby:...

d5d144c1 03/06/2026 09:25 AM nobu (Nobuyoshi Nakada)

parse.y: Split forwarding argument in method and lambda

Eliminate the lambda argument conditions from the action.

66c3ff3f 03/06/2026 08:06 AM git[bot]

Update default gems list at 9356837d1a436a75ba3b35234d7678 [ci skip]

9356837d 03/06/2026 08:05 AM byroot (Jean Boussier)

[ruby/json] Release 2.19.0

https://github.com/ruby/json/commit/a11acc1ff4

cd80e238 03/06/2026 07:58 AM byroot (Jean Boussier)

[ruby/json] fbuffer.h: Use size_t over unsigned long

unsigned long is only 32b on some platforms.

https://github.com/ruby/json/commit/0a4fb79cd9

f56310de 03/06/2026 07:48 AM thesmartshadow

[ruby/json] Reject negative depth; add overflow guards to prevent hang/crash

https://github.com/ruby/json/commit/de993aa766

f16961ec 03/06/2026 06:49 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Remove dead code in dependency installer tests

Remove unused si.to_yaml calls that stored YAML at URLs that were never
fetched. With the pure-Ruby parser, NilClass no longer has to_yaml, but
these lines were dead code regardless.

https://github.com/ruby/rubygems/commit/6ab25e49ac

dcd6b55e 03/06/2026 06:45 AM hsbt (Hiroshi SHIBATA)

[ruby/rubygems] Skip flaky webauthn test on TruffleRuby

Pend test_with_webauthn_enabled_failure on TruffleRuby where it fails
intermittently.

https://github.com/ruby/rubygems/commit/6e062ccef1

9aca7291 03/06/2026 05:02 AM ernie (Ernie Miller)

Improve comparison error message.

In certain cases, things like Array#sort can result in a confusing error
message. For instance where a and b are characters in a string,
"string":

array.sort { |a, b| string.index(a) <=> string.index(b) }

...

View all revisions | View revisions

Also available in: Atom