summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2024-01-10Extract mutex_m as bundled gemsHiroshi SHIBATA
2024-01-07[DOC] Simply use `--` / `++` instead of `:stopdoc:` / `:startdoc:`Nobuyoshi Nakada
2024-01-04[ruby/rdoc] Tweaks to Markup ReferenceBurdetteLamar
https://github.com/ruby/rdoc/commit/05ac6dba66
2024-01-03[DOC] Make "Appendix F. Ractor support" a numbered listNobuyoshi Nakada
2024-01-02[ruby/rdoc] [DOC] MarkupReferenceBurdette Lamar
(https://github.com/ruby/rdoc/pull/1075) https://github.com/ruby/rdoc/commit/095b78123b
2024-01-02[DOC] Links to extension.rdoc from extension.ja.rdocNobuyoshi Nakada
Use links than plain text references. TODO: Internationalize the RDoc hardcoded link text. Currently RDoc hardcodes reference name with external name in English, as "REF at <code>FILE</code>". To this currently, square brackets with additional text is mandatory.
2024-01-02[DOC] Stop using `:enddoc:` in rdoc filesNobuyoshi Nakada
In rdoc files, all documents belong to the top level of each file, and `:enddoc:` turns off `#document_self` for the entire document in the current file. This disables cross-references to labels in that file. Instead use `:stopdoc:` so that parsing can re-start by `:startdoc:` after the local variables.
2024-01-02[DOC] clarify situation for Ractor#send of T_DATA objects.Luke Gruber
For copying, use language like "some" T_DATA objects not supported. This is because objects like Time are supported, they don't refer to other objects so it's okay. For `send(obj, move: true)`, it's currently not supported to move any T_DATA objects.
2024-01-01[DOC] Fix markupNobuyoshi Nakada
2024-01-01[DOC] Fix missing `::` for dlNobuyoshi Nakada
2024-01-01[DOC] Use local linksNobuyoshi Nakada
2023-12-27Update supported Windows and Visual C++ versionsU.Nakamura
2023-12-26[DOC] Fix == and === in control_expressions.rdocPeter Zhu
2023-12-27[Bug #20087] [DOC] Uninitialized instance variable is not warned nowNobuyoshi Nakada
2023-12-25[ruby/optparse] [DOC] Add missing secitionNobuyoshi Nakada
Fixes https://github.com/ruby/optparse/pull/51 https://github.com/ruby/optparse/commit/667ab35f59
2023-12-25[ruby/optparse] [DOC] Fix tutorial linkNobuyoshi Nakada
Fixes https://github.com/ruby/optparse/pull/51 https://github.com/ruby/optparse/commit/1c895efc39
2023-12-25Copy 3.3.0 NEWS.md to doc/NEWS [ci skip]Takashi Kokubun
Basically 7d264e8e7bc21800c79b81e73a38082ff88c220b but for 3.3.0.
2023-12-25Partly reverted c903cddf55af1505a0779e1a131f2fe47b838260Hiroshi SHIBATA
These are intentional words
2023-12-25Typofix under doc directoryHiroshi SHIBATA
2023-12-21RJIT: Clean up unnecessary documentationTakashi Kokubun
2023-12-20[ruby/irb] [DOC] Change indexes.rdoc to indexes.mdBurdette Lamar
(https://github.com/ruby/irb/pull/812) * Change indexes.rdoc to indexes.md * Change indexes.rdoc to indexes.md * Change indexes.rdoc to indexes.md https://github.com/ruby/irb/commit/b1cd53cbf7
2023-12-19[DOC] remove reference to pre-3.0 splat operator behaviorDoug Orleans
2023-12-18[DOC] Added notes regarding `:nodoc:` in C codeNobuyoshi Nakada
2023-12-17Improve YJIT documentation for Ruby 3.3 (#9263)Takashi Kokubun
2023-12-13YJIT: Add --yjit-disable to help and reorder it (#9230)Takashi Kokubun
2023-12-12[ruby/irb] [DOC] RDoc for module IRBBurdette Lamar
(https://github.com/ruby/irb/pull/738) [DOC] RDoc for module IRB https://github.com/ruby/irb/commit/f3a0626298
2023-12-05[DOC] Fix wording in descriptions of Time-like objectsNobuyoshi Nakada
Co-authored-by: Burdette Lamar <BurdetteLamar@Yahoo.com>
2023-12-05[DOC] Mention Time-like objectsNobuyoshi Nakada
2023-12-02[DOC] More on What's Here (#9099)Burdette Lamar
* More on What's Here * More on What's Here
2023-12-02[DOC] Markup class name `Time` as codeNobuyoshi Nakada
2023-12-02[DOC] Include timezones document in timev.rbNobuyoshi Nakada
So that it can be referred as a part of the document of `Time`.
2023-11-30Update documentation for [[:word:]] and \p{Word} in regexpsJeremy Evans
Onigmo uses Decimal_Number and not Number for these. Fixes [Bug #19417]
2023-11-30Add `RUBY_REFERENCES`Nobuyoshi Nakada
Instead of `RUBY_REFERENCES_START` and `RUBY_REFERENCES_END`, so that auto-indent works well.
2023-11-30Prefix `REF_EDGE` and `REFS_LIST_PTR` with `RUBY_`Nobuyoshi Nakada
Also move `struct` so that `typedef`-ed names can be used.
2023-11-29YJIT: edit `yjit.md` and bring it up to date (#9068)Maxime Chevalier-Boisvert
Also make various minor edits to improve readability.
2023-11-28YJIT: reduce default exec-mem-size to 64MiB (#9054)Maxime Chevalier-Boisvert
2023-11-26[DOC] Fix markup in declarative marking API documentNobuyoshi Nakada
- RDoc is not markdown, use `+` and `_` for code and variables respectively, instead of backquotes. - Remove useless backslashes.
2023-11-26[DOC] Fix markupNobuyoshi Nakada
RDoc is not markdown.
2023-11-24[DOC] Mention `Time.find_timezone` methodNobuyoshi Nakada
2023-11-24[DOC] Add links about timezonesNobuyoshi Nakada
2023-11-23Add recommendations on link formatting in documentationBurdette Lamar
2023-11-20YJIT: make --yjit-max-versions=N option undocumented (#8962)Maxime Chevalier-Boisvert
Not useful for the vast majority of end users to change this option.
2023-11-14[DOC] Adjust heading levelsNobuyoshi Nakada
So that the first headings would be the top-most headings.
2023-11-14[DOC] Fix doc/regexp.rdoc linksNobuyoshi Nakada
- Rename regexp.rdoc to exclude from "Pages". This file is for to be included in the "class Regexp" document, but it also appeared as a separate page duplicately. - Fix links on case-sensitive filesystems. - Fix to use rdoc-ref instead of converted HTML page names.
2023-11-13[ruby/reline] Fallback to 256color if COLORTERM != truecolortomoya ishida
(https://github.com/ruby/reline/pull/604) * Fallback to 256color if COLORTERM != truecolor * Add Reline::Face.force_truecolor to force truecolor without COLORTERM env https://github.com/ruby/reline/commit/090e1e4df0
2023-11-13[DOC] Close a tagNobuyoshi Nakada
2023-11-13[DOC] Fix Timezone Objects descriptionNobuyoshi Nakada
From the beginning when Timezone object support was introduced, Timezone objects are allowed everywhere offset strings are allowed.
2023-11-10Add "Optimization" section to regexp.rdoc (#8849)Hiroya Fujinami
* Add "Optimization" section to regexp.rdoc * Apply the suggestions by @BurdetteLamar --------- Co-authored-by: Burdette Lamar <BurdetteLamar@Yahoo.com>
2023-11-09[DOC] Fix typosNobuyoshi Nakada
2023-11-07YJIT: update yjit.md, add MPLR 2023 paper and bibtex (#8861)Maxime Chevalier-Boisvert
* YJIT: update yjit.md, add MPLR 2023 paper and bibtex * Update doc/yjit/yjit.md