| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-22 | Add docs for --zjit-debug | Benoit Daloze | |
| 2025-10-21 | [DOC] Tweaks for String#scrub (#14892) | Burdette Lamar | |
| 2025-10-21 | [DOC] Tweaks for String#scan (#14884) | Burdette Lamar | |
| 2025-10-20 | [DOC] Tweaks for String#rpartition | BurdetteLamar | |
| 2025-10-20 | [DOC] Create doc/contributing/concurrency_guide.md | Luke Gruber | |
| This guide is for those that want to contribute to ruby but don't understand where they need to use locks or other concurrency mechanisms. It teaches them how to use these locks safely and what is prohibited in certain circumstances. | |||
| 2025-10-17 | [DOC] Tweaks for String#rindex | Burdette Lamar | |
| 2025-10-17 | Update repository urls for rubygems and bundler | Hiroshi SHIBATA | |
| 2025-10-16 | ZJIT: [DOC] Recommend cargo-binstall for ZJIT tool installation (GH-14859) | Aiden Fox Ivey | |
| 2025-10-15 | [DOC] Update making_changes_to_stdlibs.md mirror Example | Marino Bonetti | |
| CSV is no more part of the standard lib, but the documentation was not updated (the example link was broken for the master branch) Selected ERB that has the dedicated directory, like CSV. | |||
| 2025-10-14 | [DOC] Fix typo in String#partition | Peter Zhu | |
| 2025-10-14 | [ruby/strscan] Fix typo (https://github.com/ruby/strscan/pull/164) | Étienne Barrié | |
| https://github.com/ruby/strscan/commit/29ad49f89d | |||
| 2025-10-13 | [DOC] Tweaks for String#rjust | BurdetteLamar | |
| 2025-10-13 | [DOC] Tweaks for String#rjust | BurdetteLamar | |
| 2025-10-11 | [DOC] Fix typo in Regexp Optimization section | Bilka | |
| 2025-10-10 | [DOC] String slices doc (#14740) | Burdette Lamar | |
| 2025-10-09 | [DOC] Update required baseruby version | Nobuyoshi Nakada | |
| 2025-10-09 | Revert "[DOC] Fix rendering of $\ in globals.md" | Nobuyoshi Nakada | |
| This reverts commit 598a8f8914a4f7dd4694963c6de3714f49b3b64e, as RDoc 6.15 handles backslash in backquotes properly, and the previous commit rather rendered an extra backslash. | |||
| 2025-10-07 | ZJIT: Change name format of zjit_exit_locations dump file | Aiden Fox Ivey | |
| 2025-10-06 | ZJIT: Reformat and add highlighting to ZJIT documentation | Aiden Fox Ivey | |
| * Add bash above code blocks that can use highlighting * Move Useful dev commands below documentation, testing, and building * Rewrite testing documentation to better explain what each form of test does | |||
| 2025-10-06 | ZJIT: Escape $HOME and format multiline configure command | Aiden Fox Ivey | |
| 2025-10-06 | ZJIT: Format the term-definition table | Aiden Fox Ivey | |
| * Using extra whitespace should not harm rendering it on github.com or docs.ruby-lang.org, but will make it easier for those in a text editor to read it. | |||
| 2025-10-06 | ZJIT: Simplify cargo install commands for nextest and insta | Aiden Fox Ivey | |
| 2025-10-06 | ZJIT: Make documentation command target ZJIT specifically | Aiden Fox Ivey | |
| 2025-10-03 | docs: Fix formatting in windows.md for icon file inclusion | nopeless | |
| 2025-10-02 | ZJIT: Enable sample rate for side exit tracing (#14696) | Aiden Fox Ivey | |
| 2025-10-01 | Tweaks for String#replace | Burdette Lamar | |
| 2025-09-30 | ZJIT: Decouple stats and side exit tracing (#14688) | Aiden Fox Ivey | |
| 2025-09-30 | [DOC] Tweaks for String#partition | Burdette Lamar | |
| 2025-09-30 | ZJIT: Add --zjit-trace-exits (#14640) | Aiden Fox Ivey | |
| Add side exit tracing functionality for ZJIT | |||
| 2025-09-28 | [DOC] Tweaks for String#prepend | BurdetteLamar | |
| 2025-09-26 | [DOC] Fix rendering of $\ in globals.md | Peter Zhu | |
| 2025-09-22 | [DOC] Add `snt` and `dnt` to glossary.md | Luke Gruber | |
| 2025-09-20 | [DOC] Tweaks for String#ord | BurdetteLamar | |
| 2025-09-10 | YJIT: Rename `make yjit-smoke-test` to `make yjit-check` (#14502) | Takashi Kokubun | |
| 2025-09-10 | [DOC] ZJIT: Add a section for stats (#14497) | Stan Lo | |
| 2025-09-08 | ZJIT: Fix backtraces on opt_new (#14461) | Takashi Kokubun | |
| 2025-09-08 | [DOC] Improve format specification docs | David Rodríguez | |
| One example to describe how `*` works actually prints a warning: ``` $ ruby -we "sprintf('%d', 20, 14)" => -e:1: warning: too many arguments for format string ``` I think it's better to not use examples that print warnings, so I propose to merge `*` docs with "width" specifier docs, and only include the "correct" example. After I believe `*` is not an actual flag, but a special value that the width specifier can take. Mention `*` special value in initial summary as well. | |||
| 2025-09-05 | [DOC] Fix link in Regexp | Burdette Lamar | |
| 2025-09-03 | ZJIT: Add documentation note in doc/zjit.md | Aiden Fox Ivey | |
| 2025-09-03 | [ruby/strscan] [DOC] Fix link | Burdette Lamar | |
| (https://github.com/ruby/strscan/pull/162) https://github.com/ruby/strscan/commit/a9340ab377 | |||
| 2025-08-28 | ZJIT: Update doc about snapshot update | Stan Lo | |
| 2025-08-27 | [DOC] Tweaks for String#length | BurdetteLamar | |
| 2025-08-26 | [DOC] Link fix for String | BurdetteLamar | |
| 2025-08-26 | [DOC] Tweaks for String#intern (#14314) | Burdette Lamar | |
| 2025-08-26 | [DOC] Tweaks for String#inspect | Burdette Lamar | |
| 2025-08-26 | [DOC] Tweaks for String#ljust | Burdette Lamar | |
| 2025-08-24 | [DOC] Fix quote in the example | Nobuyoshi Nakada | |
| The character in the example is U+0022 QUOTATION MARK, not U+201C LEFT DOUBLE QUOTATION MARK. | |||
| 2025-08-21 | [DOC] Tweaks for String#insert | BurdetteLamar | |
| 2025-08-21 | [DOC] Tweaks for String#hash (#14253) | Burdette Lamar | |
| 2025-08-16 | [DOC] Tweaks for String#index | BurdetteLamar | |
