summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2025-10-22Add docs for --zjit-debugBenoit Daloze
2025-10-21[DOC] Tweaks for String#scrub (#14892)Burdette Lamar
2025-10-21[DOC] Tweaks for String#scan (#14884)Burdette Lamar
2025-10-20[DOC] Tweaks for String#rpartitionBurdetteLamar
2025-10-20[DOC] Create doc/contributing/concurrency_guide.mdLuke Gruber
This guide is for those that want to contribute to ruby but don't understand where they need to use locks or other concurrency mechanisms. It teaches them how to use these locks safely and what is prohibited in certain circumstances.
2025-10-17[DOC] Tweaks for String#rindexBurdette Lamar
2025-10-17Update repository urls for rubygems and bundlerHiroshi SHIBATA
2025-10-16ZJIT: [DOC] Recommend cargo-binstall for ZJIT tool installation (GH-14859)Aiden Fox Ivey
2025-10-15[DOC] Update making_changes_to_stdlibs.md mirror ExampleMarino Bonetti
CSV is no more part of the standard lib, but the documentation was not updated (the example link was broken for the master branch) Selected ERB that has the dedicated directory, like CSV.
2025-10-14[DOC] Fix typo in String#partitionPeter Zhu
2025-10-14[ruby/strscan] Fix typo (https://github.com/ruby/strscan/pull/164)Étienne Barrié
https://github.com/ruby/strscan/commit/29ad49f89d
2025-10-13[DOC] Tweaks for String#rjustBurdetteLamar
2025-10-13[DOC] Tweaks for String#rjustBurdetteLamar
2025-10-11[DOC] Fix typo in Regexp Optimization sectionBilka
2025-10-10[DOC] String slices doc (#14740)Burdette Lamar
2025-10-09[DOC] Update required baseruby versionNobuyoshi Nakada
2025-10-09Revert "[DOC] Fix rendering of $\ in globals.md"Nobuyoshi Nakada
This reverts commit 598a8f8914a4f7dd4694963c6de3714f49b3b64e, as RDoc 6.15 handles backslash in backquotes properly, and the previous commit rather rendered an extra backslash.
2025-10-07ZJIT: Change name format of zjit_exit_locations dump fileAiden Fox Ivey
2025-10-06ZJIT: Reformat and add highlighting to ZJIT documentationAiden Fox Ivey
* Add bash above code blocks that can use highlighting * Move Useful dev commands below documentation, testing, and building * Rewrite testing documentation to better explain what each form of test does
2025-10-06ZJIT: Escape $HOME and format multiline configure commandAiden Fox Ivey
2025-10-06ZJIT: Format the term-definition tableAiden Fox Ivey
* Using extra whitespace should not harm rendering it on github.com or docs.ruby-lang.org, but will make it easier for those in a text editor to read it.
2025-10-06ZJIT: Simplify cargo install commands for nextest and instaAiden Fox Ivey
2025-10-06ZJIT: Make documentation command target ZJIT specificallyAiden Fox Ivey
2025-10-03docs: Fix formatting in windows.md for icon file inclusionnopeless
2025-10-02ZJIT: Enable sample rate for side exit tracing (#14696)Aiden Fox Ivey
2025-10-01Tweaks for String#replaceBurdette Lamar
2025-09-30ZJIT: Decouple stats and side exit tracing (#14688)Aiden Fox Ivey
2025-09-30[DOC] Tweaks for String#partitionBurdette Lamar
2025-09-30ZJIT: Add --zjit-trace-exits (#14640)Aiden Fox Ivey
Add side exit tracing functionality for ZJIT
2025-09-28[DOC] Tweaks for String#prependBurdetteLamar
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