Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
f8459601 03/22/2026 07:22 PM peterzhu2118 (Peter Zhu)

[DOC] Add strscan to doc/.document

We need the documentation for strscan to be generated in RDoc.

ffbfa0a1 03/22/2026 07:21 PM burdettelamar (Burdette Lamar)

[DOC] Doc for Pathname#<=> (#16406)

55a6cc2e 03/22/2026 07:20 PM burdettelamar (Burdette Lamar)

[DOC] Doc for Pathname#ascend (#16431)

8b6423a6 03/22/2026 07:19 PM burdettelamar (Burdette Lamar)

[DOC] Fix broken link in Regexp

251fd7a1 03/21/2026 03:49 PM tenderlovemaking (Aaron Patterson)

ZJIT: Fold statically known GuardGreaterEq (#16487)

Array access has guards that the array index is greater than or equal to
zero. In the case of code like array[123], we know at compile time
that 123 is greater than 0. Since we're now eagerly unboxing integers,...

7d315536 03/21/2026 03:31 PM headius (Charles Nutter)

[ruby/prism] Tweaks for byte[] identifiers

  • Allocate array of byte[] as byte[length][].
  • Default JAVA_BACKEND to "default" with "truffleruby" the custom
    option.

https://github.com/ruby/prism/commit/5f29860bb7

abbb1b25 03/21/2026 03:31 PM headius (Charles Nutter)

[ruby/prism] Swich identifiers to byte[]

  • JAVA_STRING_TYPE and related change to IDENTIFIER
  • TruffleRuby still uses java.lang.String

Fixes https://github.com/ruby/prism/pull/4009

https://github.com/ruby/prism/commit/32028c52c5

8b0ec6ac 03/21/2026 08:47 AM peterzhu2118 (Peter Zhu)

[ruby/strscan] [DOC] Add doc/.document
(https://github.com/ruby/strscan/pull/199)

There are a lot of files in the doc directory that we do not want RDoc
pages for. Add a doc/.document file to suppress RDoc page generation to
only helper_methods.md.

https://github.com/ruby/strscan/commit/424375112c

504686d3 03/21/2026 01:08 AM burdettelamar (Burdette Lamar)

[DOC] Link fixes for extension_ja.rdoc

25d6d663 03/21/2026 01:07 AM burdettelamar (Burdette Lamar)

[DOC] Fix link in distribution.md

View all revisions | View revisions

Also available in: Atom