| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2025-08-14 | [DOC] Fix quoting | Nobuyoshi Nakada | |
| 2025-08-13 | Add link to Ruby options doc in help text | Peter Zhu | |
| Adds link to https://docs.ruby-lang.org/en/master/ruby/options_md.html in Ruby help text (-h and --help). | |||
| 2025-08-13 | [DOC] Move Therad#join under Thread in NEWS-3.0.0.md | Kazuhiro NISHIYAMA | |
| 2025-08-12 | [DOC] Markup example code as ruby | Nobuyoshi Nakada | |
| 2025-08-12 | [DOC] Use backticks instead of `<tt>` except for nested markups | Nobuyoshi Nakada | |
| 2025-08-12 | [DOC] Use backticks instead of `+` in markdown mode | Nobuyoshi Nakada | |
| 2025-08-12 | [DOC] Markup constants as code | Nobuyoshi Nakada | |
| 2025-08-12 | [DOC] Fix a typo | Nobuyoshi Nakada | |
| 2025-08-11 | [DOC] New .md file to replace doc/globals.rdoc | Burdette Lamar | |
| 2025-08-11 | [DOC] Update JIT options | Burdette Lamar | |
| 2025-08-11 | [DOC] Fix `vssetup.cmd` arguments | Nobuyoshi Nakada | |
| 2025-08-09 | Fix Typo in Regular Expressions docs (_regexp.rdoc) | Carl Zulauf | |
| Small fix for a typo in the regular expression docs. The line of code above this change does not produce the output shown in the docs. With this change the docs will show the correct output for this example of using regex quantifiers. | |||
| 2025-08-05 | [DOC] Tweaks for String#grapheme_clusters | BurdetteLamar | |
| 2025-07-31 | [DOC] Tweaks for String#getbyte | BurdetteLamar | |
| 2025-07-31 | [DOC] Tweaks for String#force_encoding | BurdetteLamar | |
| 2025-07-31 | [DOC] Tweaks for String#eql? | BurdetteLamar | |
| 2025-07-31 | [DOc] Tweaks for String#end_with? | BurdetteLamar | |
| 2025-07-31 | [DOC] Tweak for String#encode | Burdette Lamar | |
| 2025-07-29 | [DOC] Remove point about ASAN not working on released Ruby | Peter Zhu | |
| ASAN works on Ruby 3.4 and later, so we can remove the point about using master branch for ASAN. | |||
| 2025-07-23 | [DOC] Tweaks for String#each_grapheme_cluster (#13981) | Burdette Lamar | |
| 2025-07-23 | [DOC] Tweaks for String#empty? | Burdette Lamar | |
| 2025-07-23 | [DOC] Tweaks for String#each_line | BurdetteLamar | |
| 2025-07-23 | [DOC] Tweaks for String#each_codepoint | BurdetteLamar | |
| 2025-07-23 | [DOC] Tweaks for String#each_char | BurdetteLamar | |
| 2025-07-23 | [DOC] Fix 'hexadecimal' spelling on encodings docs | André Luiz Tiago Soares | |
| Fix typo | |||
| 2025-07-22 | [DOC] Tweaks for String#each_byte | BurdetteLamar | |
| 2025-07-22 | [DOC] Tweak for String#dump | BurdetteLamar | |
| 2025-07-22 | Fix typos in `documentation_guide.md` | Allison Cretel | |
| 2025-07-22 | Change `TESTOPS` to `TESTOPTS` | Allison Cretel | |
| 2025-07-21 | [DOC] Docs for String#dump | Peter Zhu | |
