summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2025-09-26[DOC] Fix rendering of $\ in globals.mdPeter Zhu
2025-09-22[DOC] Add `snt` and `dnt` to glossary.mdLuke Gruber
2025-09-20[DOC] Tweaks for String#ordBurdetteLamar
2025-09-10YJIT: 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-08ZJIT: Fix backtraces on opt_new (#14461)Takashi Kokubun
2025-09-08[DOC] Improve format specification docsDavid 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 RegexpBurdette Lamar
2025-09-03ZJIT: Add documentation note in doc/zjit.mdAiden Fox Ivey
2025-09-03[ruby/strscan] [DOC] Fix linkBurdette Lamar
(https://github.com/ruby/strscan/pull/162) https://github.com/ruby/strscan/commit/a9340ab377
2025-08-28ZJIT: Update doc about snapshot updateStan Lo
2025-08-27[DOC] Tweaks for String#lengthBurdetteLamar
2025-08-26[DOC] Link fix for StringBurdetteLamar
2025-08-26[DOC] Tweaks for String#intern (#14314)Burdette Lamar
2025-08-26[DOC] Tweaks for String#inspectBurdette Lamar
2025-08-26[DOC] Tweaks for String#ljustBurdette Lamar
2025-08-24[DOC] Fix quote in the exampleNobuyoshi 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#insertBurdetteLamar
2025-08-21[DOC] Tweaks for String#hash (#14253)Burdette Lamar
2025-08-16[DOC] Tweaks for String#indexBurdetteLamar
2025-08-14[DOC] Fix quotingNobuyoshi Nakada
2025-08-13Add link to Ruby options doc in help textPeter 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.mdKazuhiro NISHIYAMA
2025-08-12[DOC] Markup example code as rubyNobuyoshi Nakada
2025-08-12[DOC] Use backticks instead of `<tt>` except for nested markupsNobuyoshi Nakada
2025-08-12[DOC] Use backticks instead of `+` in markdown modeNobuyoshi Nakada
2025-08-12[DOC] Markup constants as codeNobuyoshi Nakada
2025-08-12[DOC] Fix a typoNobuyoshi Nakada
2025-08-11[DOC] New .md file to replace doc/globals.rdocBurdette Lamar
2025-08-11[DOC] Update JIT optionsBurdette Lamar
2025-08-11[DOC] Fix `vssetup.cmd` argumentsNobuyoshi Nakada
2025-08-09Fix 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_clustersBurdetteLamar
2025-07-31[DOC] Tweaks for String#getbyteBurdetteLamar
2025-07-31[DOC] Tweaks for String#force_encodingBurdetteLamar
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#encodeBurdette Lamar
2025-07-29[DOC] Remove point about ASAN not working on released RubyPeter 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_lineBurdetteLamar
2025-07-23[DOC] Tweaks for String#each_codepointBurdetteLamar
2025-07-23[DOC] Tweaks for String#each_charBurdetteLamar
2025-07-23[DOC] Fix 'hexadecimal' spelling on encodings docsAndré Luiz Tiago Soares
Fix typo
2025-07-22[DOC] Tweaks for String#each_byteBurdetteLamar
2025-07-22[DOC] Tweak for String#dumpBurdetteLamar
2025-07-22Fix typos in `documentation_guide.md`Allison Cretel
2025-07-22Change `TESTOPS` to `TESTOPTS`Allison Cretel
2025-07-21[DOC] Docs for String#dumpPeter Zhu