summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2025-07-09[DOC] Tweaks for String#chompBurdetteLamar
2025-07-08[DOC] Tweaks for String#charsBurdetteLamar
2025-07-08[DOC] Tweaks for String#centerBurdetteLamar
2025-07-04[DOC] Tweaks for Case Mapping docBurdette Lamar
2025-07-04Added io-nonblock and io-wait entriesHiroshi SHIBATA
2025-07-04DRb has been extracted as bundled gemsHiroshi SHIBATA
2025-07-03[DOC] Deleted the description about 2.2 and earlierNobuyoshi Nakada
2025-07-03[DOC] Fix markup in security.rdocNobuyoshi Nakada
2025-06-30[DOC] Tweaks for String#bytespliceBurdette Lamar
2025-06-30[DOC] Tweaks for Strings#bytesliceBurdetteLamar
2025-06-24[DOC] Tweaks for String#bytesBurdette Lamar
2025-06-24tmpdir.rb is not extensionHiroshi SHIBATA
2025-06-24Removed Set entryHiroshi SHIBATA
Fixup 061d36476fbeec9aebaf2e9058b0ac01be3d0dd0
2025-06-24Tweaks for String#bytesizeBurdetteLamar
2025-06-19Update CGI sections under the doc directoryHiroshi SHIBATA
2025-06-18Fix minor typos in comments, specs, and docsTim Smith
Just a bit of minor cleanup Signed-off-by: Tim Smith <tsmith84@gmail.com> Notes: Merged: https://github.com/ruby/ruby/pull/13636
2025-06-10[DOC] Fix unclosed markupNobuyoshi Nakada
2025-06-05More comprehensive debugging configurationÉtienne Barrié
2025-06-02[DOC] Mention vsdevcmd.batNobuyoshi Nakada
2025-05-30Win: Add scripts to install and setupNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/13473
2025-05-29Removed needless components of BuildToolsHiroshi SHIBATA
2025-05-29Added VS2022 BuildTools instructionsHiroshi SHIBATA
2025-05-29 VS2022 17.13.x and winsdk-10.0.26100 issues are resolved nowHiroshi SHIBATA
2025-05-29Added instruction for installing gcc toolchain with ridkHiroshi SHIBATA
2025-05-27Remove set library from maintainers doc, as Set is now a core classJeremy Evans
Notes: Merged: https://github.com/ruby/ruby/pull/13438
2025-05-23Allow `IO#close` to interrupt IO operations on fibers using ↵Samuel Williams
`fiber_interrupt` hook. (#12839) Notes: Merged-By: ioquatix <samuel@codeotaku.com>
2025-05-21[DOC] Add bundled gem doc linksStan Lo
- rake - reline - logger - csv - rexml - racc Notes: Merged: https://github.com/ruby/ruby/pull/13374
2025-05-16[DOC] Tweaks for String#bBurdetteLamar
Notes: Merged: https://github.com/ruby/ruby/pull/13354
2025-05-11Skip mmtk/i686 tests for a whileSatoshi Tagomori
2025-05-11Describe the basic documents of NamespaceSatoshi Tagomori
2025-05-11Show experimental warning when namespace is enabledSatoshi Tagomori
2025-05-01[DOC] Tweaks for String.newBurdette Lamar
Notes: Merged: https://github.com/ruby/ruby/pull/13027 Merged-By: peterzhu2118 <peter@peterzhu.ca>
2025-04-24Fix tiny typo in syntax/exceptions.rdocMasafumi Koba
Notes: Merged: https://github.com/ruby/ruby/pull/13171
2025-04-23ZJIT: Fix README example command (#13163)Aiden Fox Ivey
Fix README example command
2025-04-23[DOC] Update for String#splitDamian C. Rossney
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. Notes: Merged: https://github.com/ruby/ruby/pull/13153 Merged-By: nobu <nobu@ruby-lang.org>
2025-04-22Fix typo in doc/zjit.mdAiden Fox Ivey
Notes: Merged: https://github.com/ruby/ruby/pull/13145
2025-04-18Use expect-test for HIR testsMax Bernstein
This makes it easier to update cascading test failures while still making output reviewable in the PR. Notes: Merged: https://github.com/ruby/ruby/pull/13131
2025-04-18Remove redundant bits from zjit.mdMaxime Chevalier-Boisvert
Notes: Merged: https://github.com/ruby/ruby/pull/13131
2025-04-18Add a make target to run all ZJIT tests ↵Takashi Kokubun
(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 Notes: Merged: https://github.com/ruby/ruby/pull/13131
2025-04-18remove duplicate yarv_frames.mdAlan Wu
Notes: Merged: https://github.com/ruby/ruby/pull/13131
2025-04-18Add explainer for YARV frame layoutAlan Wu
Just a first step. Have a read, and let's improve it together. Close: GH-6 Notes: Merged: https://github.com/ruby/ruby/pull/13131
2025-04-18More about testing in zjit.mdAlan Wu
Notes: Merged: https://github.com/ruby/ruby/pull/13131
2025-04-18Fix options in zjit.mdTakashi Kokubun
Notes: Merged: https://github.com/ruby/ruby/pull/13131
2025-04-18Mention rubyexplorerMaxime Chevalier-Boisvert
Notes: Merged: https://github.com/ruby/ruby/pull/13131
2025-04-18Add some basic documentation for ZJITMaxime Chevalier-Boisvert
Notes: Merged: https://github.com/ruby/ruby/pull/13131
2025-04-18Add empty doc/zjit.md to place notesMaxime Chevalier-Boisvert
Notes: Merged: https://github.com/ruby/ruby/pull/13131
2025-04-18[Feature #20724] Bump Unicode version to 16.0.0Mari Imaizumi
Notes: Merged: https://github.com/ruby/ruby/pull/13117
2025-04-18Mention VS Code debugger configuration in debugging guideStan Lo
Notes: Merged: https://github.com/ruby/ruby/pull/13129
2025-04-11Note the detailed version of Visual StudioHiroshi SHIBATA
2025-04-11Added instruction for autocrlf issue of Git on WindowsHiroshi SHIBATA