Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
93f1010f 04/14/2026 02:42 PM nobu (Nobuyoshi Nakada)

Packing the buffer into itself is not possible

Reported at https://hackerone.com/reports/3601645.

f7a799af 04/14/2026 01:26 PM Earlopain (Earlopain _)

[ruby/prism] Implement bracket/braces events for ripper

Drops the check against order. Very often ripper emits events in a order
that is not easy to mimic. It's only getting worse now that most events are implemented.

Perhaps the test can be brought back at a later time. For now, I used it while making this commit...

51d9e924 04/14/2026 01:08 PM Harriet Oughton

[ruby/rubygems] Update spec_set to use lookup

https://github.com/ruby/rubygems/commit/3a90d24e42

ace687e2 04/14/2026 12:23 PM burdettelamar (Burdette Lamar)

[DOC] Doc for file-system timestamps (#16722)

4f26d806 04/14/2026 06:18 AM rhenium (Kazuki Yamaguchi)

[ruby/digest] Fix Digest::SHA1#update with large input

Digest::SHA1#update fails when a very large String is passed in a
single call.

Passing 2**29 bytes (512 MB) or more at once does not update the
message length counter correctly, which results in producing an...

921e1f37 04/14/2026 05:44 AM nobu (Nobuyoshi Nakada)

ruby/ruby-bench#508 merged

e31f62af 04/14/2026 02:25 AM dependabot[bot]

Bump the github-actions group across 2 directories with 4 updates

Bumps the github-actions group with 4 updates in the / directory: zizmorcore/zizmor-action, actions-rust-lang/setup-rust-toolchain, actions/cache and taiki-e/install-action....

d05f799e 04/14/2026 01:23 AM dependabot[bot]

Bump rand from 0.10.0 to 0.10.1 in /zjit

Bumps rand from 0.10.0 to 0.10.1.

08792f83 04/14/2026 01:22 AM dependabot[bot]

Bump rand from 0.10.0 to 0.10.1 in the cargo group across 1 directory

Bumps the cargo group with 1 update in the / directory: rand.

Updates rand from 0.10.0 to 0.10.1

ee90e8e3 04/13/2026 11:49 PM Luke Gruber

Concurrent set fix when encountering garbage obj in find_or_insert

When CASing the garbage key to EMPTY, if we succeed we should decrease
set->size because we're trying to re-insert into the same slot right after.
The insertion increases set->size if it succeeds. This issue can lead to...

View all revisions | View revisions

Also available in: Atom