summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
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
2025-07-21Fix several typos in the ractors docsAndré
2025-07-17fix obsolete doc with `Ractor::Port`Koichi Sasada
2025-07-15ZJIT: Start testing against `/test/ruby/` and update all ZJIT related ↵Stan Lo
testing targets/docs (#13791) * ZJIT: Add test exclusions for ZJIT * ZJIT: Update test targets and documentation - Rename `zjit-test-all` to `zjit-check` - Add `zjit-test-all` target to zjit.mk to run all Ruby tests with ZJIT enabled excluding known failing tests - Update documentation and CI workflow to reflect the new targets
2025-07-15[DOC] Tweaks for String#downcaseBurdette Lamar
2025-07-14[DOC] Tweaks for String#delete_suffix! (#13872)Burdette Lamar
2025-07-14[DOC] Tweaks for String#delete_suffixBurdetteLamar
2025-07-14[DOC] Tweaks for String#delete_prefix!BurdetteLamar
2025-07-14[DOC] Tweaks for String#delete_prefixBurdetteLamar
2025-07-12[DOC] Tweaks for String#deleteBurdetteLamar
2025-07-12[DOC] Tweaks for String#countBurdette Lamar
2025-07-11[DOC] Fix links to RDoc in documentation_guide.mdPeter Zhu
Since RDoc's documentation is built separately now, the references will no longer work.
2025-07-11[DOC] Remove doc/rdoc/markup_reference.rbPeter Zhu
RDoc has been moved from a default gem to a bundled gem, which means that the source code is no longer in the ruby/ruby repository. We should also remove doc/rdoc/markup_reference.rb.
2025-07-11[DOC] Add ZJIT glossary tableStan Lo
2025-07-11[DOC] Add a few new terms to Ruby glossaryStan Lo
2025-07-11[DOC] Move document only source to docNobuyoshi Nakada
2025-07-11Lookbehind regexp must be fixed-lengthYusuke Endoh
Fixes [Bug #21507]
2025-07-10[DOC] Tweaks for String#concat (#13836)Burdette Lamar
2025-07-10[DOC] Tweaks for String#codepointsBurdetteLamar
2025-07-09[DOC] Tweaks for String#chrBurdetteLamar
2025-07-09[DOC] Tweaks for String#chopBurdetteLamar