BurdetteLamar
1de0b28cbb
[DOC] Tweaks for String#chomp
2025-07-09 11:54:23 -04:00
BurdetteLamar
b16047088a
[DOC] Tweaks for String#chars
2025-07-08 13:26:58 -04:00
BurdetteLamar
14971e75ce
[DOC] Tweaks for String#center
2025-07-08 13:26:46 -04:00
Burdette Lamar
350df4fbd9
[DOC] Tweaks for Case Mapping doc
2025-07-04 11:42:29 -04:00
Hiroshi SHIBATA
b88cbe49c3
Added io-nonblock and io-wait entries
2025-07-04 13:26:25 +09:00
Hiroshi SHIBATA
9503a77da2
DRb has been extracted as bundled gems
2025-07-04 13:01:39 +09:00
Nobuyoshi Nakada
a020e3490a
[DOC] Deleted the description about 2.2 and earlier
2025-07-03 15:46:57 +09:00
Nobuyoshi Nakada
c31bfd5467
[DOC] Fix markup in security.rdoc
2025-07-03 15:44:24 +09:00
Burdette Lamar
35feaee917
[DOC] Tweaks for String#bytesplice
2025-06-30 14:13:09 -04:00
BurdetteLamar
456f6f3f83
[DOC] Tweaks for Strings#byteslice
2025-06-30 13:59:25 -04:00
Burdette Lamar
c351c3d065
[DOC] Tweaks for String#bytes
2025-06-24 12:28:17 -04:00
Hiroshi SHIBATA
21f3ffedd4
tmpdir.rb is not extension
2025-06-24 18:26:38 +09:00
Hiroshi SHIBATA
e036d4da8d
Removed Set entry
...
Fixup 061d36476f
2025-06-24 13:40:54 +09:00
BurdetteLamar
db6f397987
Tweaks for String#bytesize
2025-06-24 02:28:05 +09:00
Hiroshi SHIBATA
6929542aa9
Update CGI sections under the doc directory
2025-06-19 14:18:12 +09:00
Tim Smith
3cfd71e7e4
Fix minor typos in comments, specs, and docs
...
Just a bit of minor cleanup
Signed-off-by: Tim Smith <tsmith84@gmail.com>
2025-06-18 07:51:16 +09:00
Nobuyoshi Nakada
bb1a992d37
[DOC] Fix unclosed markup
2025-06-10 21:46:14 +09:00
Étienne Barrié
22dfa250a8
More comprehensive debugging configuration
2025-06-05 18:01:11 +02:00
Nobuyoshi Nakada
cfe17520ba
[DOC] Mention vsdevcmd.bat
2025-06-02 22:08:32 +09:00
Nobuyoshi Nakada
a333fb1ecc
Win: Add scripts to install and setup
2025-05-30 18:44:28 +09:00
Hiroshi SHIBATA
9542e3db1c
Removed needless components of BuildTools
2025-05-29 17:52:58 +09:00
Hiroshi SHIBATA
6256c52667
Added VS2022 BuildTools instructions
2025-05-29 13:15:12 +09:00
Hiroshi SHIBATA
5131d5ef83
VS2022 17.13.x and winsdk-10.0.26100 issues are resolved now
2025-05-29 13:15:12 +09:00
Hiroshi SHIBATA
2a240103cc
Added instruction for installing gcc toolchain with ridk
2025-05-29 13:15:12 +09:00
Jeremy Evans
061d36476f
Remove set library from maintainers doc, as Set is now a core class
2025-05-27 09:41:09 +09:00
Samuel Williams
73c9d6ccaa
Allow IO#close
to interrupt IO operations on fibers using fiber_interrupt
hook. ( #12839 )
2025-05-23 14:55:05 +09:00
Stan Lo
c980cab155
[DOC] Add bundled gem doc links
...
- rake
- reline
- logger
- csv
- rexml
- racc
2025-05-21 16:08:42 +09:00
BurdetteLamar
a188249616
[DOC] Tweaks for String#b
2025-05-16 12:47:17 -04:00
Satoshi Tagomori
b132322e94
Skip mmtk/i686 tests for a while
2025-05-11 23:32:50 +09:00
Satoshi Tagomori
f0b41ef669
Describe the basic documents of Namespace
2025-05-11 23:32:50 +09:00
Satoshi Tagomori
8199e6e1a6
Show experimental warning when namespace is enabled
2025-05-11 23:32:50 +09:00
Burdette Lamar
79fe8aa010
[DOC] Tweaks for String.new
2025-05-01 10:51:22 -04:00
Masafumi Koba
bbd5d3348b
Fix tiny typo in syntax/exceptions.rdoc
2025-04-24 21:15:27 +09:00
Aiden Fox Ivey
bf3be2723a
ZJIT: Fix README example command ( #13163 )
...
Fix README example command
2025-04-23 13:45:10 -07:00
Damian C. Rossney
6029781984
[DOC] Update for String#split
...
Highlight the performance advantages of calling `string.split` with a block, instead of `string.split.each` with the same block.
Includes other minor formatting corrections.
2025-04-23 13:05:30 +09:00
Aiden Fox Ivey
9106088b7e
Fix typo in doc/zjit.md
2025-04-22 05:41:47 +09:00
Max Bernstein
556fda0864
Use expect-test for HIR tests
...
This makes it easier to update cascading test failures while still
making output reviewable in the PR.
2025-04-18 21:53:01 +09:00
Maxime Chevalier-Boisvert
b9424e5096
Remove redundant bits from zjit.md
2025-04-18 21:53:00 +09:00
Takashi Kokubun
9137e24b54
Add a make target to run all ZJIT tests ( https://github.com/Shopify/zjit/pull/49 )
...
* Add a make target to run all ZJIT tests
* Remove an unused variable
* Write up a document about testing
* Explain zjit-test-all first
* Clarify what's zjit-test-all
2025-04-18 21:52:59 +09:00
Alan Wu
3e49f3304d
remove duplicate yarv_frames.md
2025-04-18 21:52:58 +09:00
Alan Wu
b6e4b37c44
Add explainer for YARV frame layout
...
Just a first step. Have a read, and let's improve it together.
Close: GH-6
2025-04-18 21:52:58 +09:00
Alan Wu
5925903e38
More about testing in zjit.md
2025-04-18 21:52:58 +09:00
Takashi Kokubun
fa4eee51f1
Fix options in zjit.md
2025-04-18 21:52:58 +09:00
Maxime Chevalier-Boisvert
6de43bdc31
Mention rubyexplorer
2025-04-18 21:52:58 +09:00
Maxime Chevalier-Boisvert
8caed38244
Add some basic documentation for ZJIT
2025-04-18 21:52:58 +09:00
Maxime Chevalier-Boisvert
a93ff36161
Add empty doc/zjit.md to place notes
2025-04-18 21:52:57 +09:00
Mari Imaizumi
63b07cdcbb
[Feature #20724 ] Bump Unicode version to 16.0.0
2025-04-18 19:50:23 +09:00
Stan Lo
ab22f3910d
Mention VS Code debugger configuration in debugging guide
2025-04-18 13:56:57 +09:00
Hiroshi SHIBATA
0e79279327
Note the detailed version of Visual Studio
2025-04-11 11:11:38 +09:00
Hiroshi SHIBATA
a2b39e5ca6
Added instruction for autocrlf issue of Git on Windows
2025-04-11 11:01:05 +09:00