Commit graph

1581 commits

Author SHA1 Message Date
Nobuyoshi Nakada
21be7417d5
[DOC] Fix quoting 2025-08-14 13:06:38 +09:00
Peter Zhu
31ff07ed1e Add link to Ruby options doc in help text
Adds link to https://docs.ruby-lang.org/en/master/ruby/options_md.html in
Ruby help text (-h and --help).
2025-08-13 11:24:50 -04:00
Kazuhiro NISHIYAMA
40d07f268e [DOC] Move Therad#join under Thread in NEWS-3.0.0.md
Some checks failed
Update default gems list / Update default gems list (push) Has been skipped
Misc / Miscellaneous checks (push) Failing after 1m4s
2025-08-13 11:45:18 +09:00
Nobuyoshi Nakada
c5c894c6e4
[DOC] Markup example code as ruby 2025-08-12 23:43:46 +09:00
Nobuyoshi Nakada
cefd4a233f
[DOC] Use backticks instead of <tt> except for nested markups 2025-08-12 23:43:45 +09:00
Nobuyoshi Nakada
74b45dc3ee
[DOC] Use backticks instead of + in markdown mode 2025-08-12 23:43:45 +09:00
Nobuyoshi Nakada
e07510d1a3
[DOC] Markup constants as code 2025-08-12 23:43:45 +09:00
Nobuyoshi Nakada
58dbfe5285
[DOC] Fix a typo 2025-08-12 23:43:44 +09:00
Burdette Lamar
306df12949
[DOC] New .md file to replace doc/globals.rdoc 2025-08-11 22:02:59 -04:00
Burdette Lamar
e0b72ad2f1
[DOC] Update JIT options 2025-08-11 09:25:07 -04:00
Nobuyoshi Nakada
df11c073f3
[DOC] Fix vssetup.cmd arguments 2025-08-11 20:29:55 +09:00
Carl Zulauf
22fe80f275 Fix Typo in Regular Expressions docs (_regexp.rdoc)
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-09 11:02:37 +09:00
BurdetteLamar
b7f65f01ee [DOC] Tweaks for String#grapheme_clusters 2025-08-05 09:26:42 -04:00
BurdetteLamar
6f7a4f9c96 [DOC] Tweaks for String#getbyte 2025-07-31 09:14:11 -04:00
BurdetteLamar
d7bc1378d2 [DOC] Tweaks for String#force_encoding 2025-07-31 09:13:57 -04:00
BurdetteLamar
6d466a55bd [DOC] Tweaks for String#eql? 2025-07-31 09:13:36 -04:00
BurdetteLamar
ff6a8e95b7 [DOc] Tweaks for String#end_with? 2025-07-31 09:13:20 -04:00
Burdette Lamar
e2bd36388f
[DOC] Tweak for String#encode 2025-07-31 09:13:01 -04:00
Peter Zhu
b07e214bf1 [DOC] Remove point about ASAN not working on released Ruby
ASAN works on Ruby 3.4 and later, so we can remove the point about using
master branch for ASAN.
2025-07-29 14:54:17 -04:00
Burdette Lamar
56572baa4c
[DOC] Tweaks for String#each_grapheme_cluster (#13981) 2025-07-23 17:07:25 -04:00
Burdette Lamar
e3d36fff8f
[DOC] Tweaks for String#empty? 2025-07-23 17:06:44 -04:00
BurdetteLamar
7816a04d97 [DOC] Tweaks for String#each_line 2025-07-23 15:48:35 -04:00
BurdetteLamar
17eee25c66 [DOC] Tweaks for String#each_codepoint 2025-07-23 15:36:32 -04:00
BurdetteLamar
cd9b74638c [DOC] Tweaks for String#each_char 2025-07-23 15:35:28 -04:00
André Luiz Tiago Soares
61b5d3cf89
[DOC] Fix 'hexadecimal' spelling on encodings docs
Fix typo
2025-07-23 10:10:56 +09:00
BurdetteLamar
465b1696ad [DOC] Tweaks for String#each_byte 2025-07-22 17:55:06 -04:00
BurdetteLamar
7ca3b38a95 [DOC] Tweak for String#dump 2025-07-22 17:54:04 -04:00
Allison Cretel
45e65f55bc Fix typos in documentation_guide.md 2025-07-22 12:52:45 -04:00
Allison Cretel
02aee1b724 Change TESTOPS to TESTOPTS 2025-07-22 12:52:45 -04:00
Peter Zhu
21c78cb0f7 [DOC] Docs for String#dump 2025-07-21 17:07:39 -04:00
André
c3d91eb4d9 Fix several typos in the ractors docs 2025-07-21 15:55:09 +02:00
Koichi Sasada
84253ce38c fix obsolete doc with Ractor::Port 2025-07-17 12:13:33 +09:00
Stan Lo
5723945335
ZJIT: Start testing against /test/ruby/ and update all ZJIT related 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 15:03:40 -07:00
Burdette Lamar
3cf32e9364
[DOC] Tweaks for String#downcase 2025-07-15 16:31:58 -04:00
Burdette Lamar
64d4e7727e
[DOC] Tweaks for String#delete_suffix! (#13872) 2025-07-14 10:05:00 -04:00
BurdetteLamar
07a3ab53a2 [DOC] Tweaks for String#delete_suffix 2025-07-14 09:58:35 -04:00
BurdetteLamar
55dd2022fd [DOC] Tweaks for String#delete_prefix! 2025-07-14 09:58:12 -04:00
BurdetteLamar
d38bb4ad1c [DOC] Tweaks for String#delete_prefix 2025-07-14 09:57:19 -04:00
BurdetteLamar
e1bc92d00b [DOC] Tweaks for String#delete 2025-07-12 13:08:14 -04:00
Burdette Lamar
b0db93c002
[DOC] Tweaks for String#count 2025-07-12 10:55:33 -04:00
Peter Zhu
c592cbd616 [DOC] Fix links to RDoc in documentation_guide.md
Since RDoc's documentation is built separately now, the references will
no longer work.
2025-07-11 14:07:10 -04:00
Peter Zhu
482eeb7da6 [DOC] Remove doc/rdoc/markup_reference.rb
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 14:07:10 -04:00
Stan Lo
77de6b4eb1 [DOC] Add ZJIT glossary table 2025-07-11 12:41:10 -04:00
Stan Lo
c0b9480bbc [DOC] Add a few new terms to Ruby glossary 2025-07-11 12:41:10 -04:00
Nobuyoshi Nakada
9760ec6f57
[DOC] Move document only source to doc 2025-07-11 17:32:17 +09:00
Yusuke Endoh
b2fdd26417 Lookbehind regexp must be fixed-length
Fixes [Bug #21507]
2025-07-11 15:19:32 +09:00
Burdette Lamar
51252ef8d7
[DOC] Tweaks for String#concat (#13836) 2025-07-10 10:40:49 -04:00
BurdetteLamar
a1acba6d14 [DOC] Tweaks for String#codepoints 2025-07-10 10:02:22 -04:00
BurdetteLamar
3baed2ea38 [DOC] Tweaks for String#chr 2025-07-09 14:41:11 -04:00
BurdetteLamar
94e702b0ba [DOC] Tweaks for String#chop 2025-07-09 13:38:53 -04:00