Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
e2aeb7d9 08/12/2025 09:54 AM nobu (Nobuyoshi Nakada)

Use $(SRC_FILE) and $(OS_DEST_FILE)

NMake combines VPATH and stem with a backslash. The resulting source
name is embedded verbatim, backslash included, into the generated file
using the #line pragma (e.g., "src\gc.rb"). This causes the warning
"C4129: Unrecognized character escape sequence".

401932c1 08/12/2025 09:19 AM nobu (Nobuyoshi Nakada)

NMake needs caret to escape a hash sign

6b2d9ed2 08/12/2025 07:04 AM nobu (Nobuyoshi Nakada)

Handle preperly comments in middle of lines in gems/bundled_gems

428937a5 08/12/2025 02:14 AM peterzhu2118 (Peter Zhu)

[DOC] Fix docs for GC.config

After commit 61fff8a, GC.config now returns the same hash for getting and
setting.

306df129 08/12/2025 02:02 AM burdettelamar (Burdette Lamar)

[DOC] New .md file to replace doc/globals.rdoc

f2c7968a 08/12/2025 01:16 AM Sutou Kouhei

[ruby/stringio] Fix test name
(https://github.com/ruby/stringio/pull/139)

https://github.com/ruby/stringio/commit/0edc8e22da

8b1afbc6 08/12/2025 12:12 AM alanwu (Alan Wu)

CI: Surface Rust warnings on PRs that touch any Rust code

Rust PRs will have a failed CI step if they trigger any warnings.
This helps us stay on top of warnings from new Rust releases and
also ones we accidentally write.

Fix a typo for demo, since this only runs when Rust files are changed.

0070c26a 08/11/2025 10:53 PM alanwu (Alan Wu)

ZJIT: CI: Use Rust version built into GitHub Actions image

Saves the work of installing Rust for most jobs. Keep a job on each
platform that tests 1.85.0, the minimum supported version, though.

4da569b5 08/11/2025 10:37 PM Stan Lo

[DOC] YJIT: Add YJIT to autolink_excluded_words

39effad4 08/11/2025 10:37 PM Stan Lo

[DOC] ZJIT: Add ZJIT to autolink_excluded_words

This tells RDoc to not automatically link to the ZJIT module so we
don't need to keep escaping the word ZJIT in the documentation/comments.

View all revisions | View revisions

Also available in: Atom