summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2024-02-15s/Direcive/Directive/ydah
2024-02-15s/enocding/encoding/ydah
2024-02-14YJIT: Add --yjit-perf=codegen option (#9957)Takashi Kokubun
2024-02-13Fix typo in asan section of building_ruby.md docsKJ Tsanaktsidis
s/copmiler-rt/compiler-rt/
2024-02-12More on auto-link (#9907)Burdette Lamar
2024-02-12Update ASAN docs to reflect the current state of thingsKJ Tsanaktsidis
I don't really think ASAN works well at all on any version of Ruby from before https://bugs.ruby-lang.org/issues/20001 was landed. Update the docs to clarify what works, and what does not work. Also there's no need to compile at `-O0`; this was probably just hiding some of the problems with our stack scanning that were fixed in the above issue. [Bug #20248]
2024-02-08YJIT: Allow tracing a counted exit (#9890)Takashi Kokubun
* YJIT: Allow tracing a counted exit * Avoid clobbering caller-saved registers
2024-01-26Added vcpkg manifest for windows build environment.Hiroshi SHIBATA
"builtin-baseline": "53bef8994c541b6561884a8395ea35715ece75db" is 2024.01.12 released version of vcpkg. https://github.com/microsoft/vcpkg/releases/tag/2024.01.12
2024-01-24YJIT: Update yjit.md about mem size (#9687)Takashi Kokubun
2024-01-24YJIT: reduce default exec mem size to 48MiB (#9685)Maxime Chevalier-Boisvert
YJIT: reduce default exec mem size to 48MiB based Based on user feedback from @jhawthorn and others. Better for small and memory-constrained deployments. NOTE: This commit should be included in the next Ruby 3.3.x point release. @xrxr should we tag someone specific?
2024-01-23List branch maintainers in maintainers.mdJean Boussier
I'm not aware of this information being available anywhere else.
2024-01-22Document about csv at Ruby 3.4Hiroshi SHIBATA
2024-01-22Document about syslog at Ruby 3.4Hiroshi SHIBATA
2024-01-22Document about nkf at Ruby 3.4Hiroshi SHIBATA
2024-01-22Refine entry titleHiroshi SHIBATA
2024-01-22[DOC] Update command_injection.rdocNobuyoshi Nakada
- Add missing `Kernel.exec` and `Kernel.spawn`. - Elaborate arguments that can cause injections.
2024-01-22Document about drb at Ruby 3.4Hiroshi SHIBATA
2024-01-19Document about rinda at Ruby 3.4Hiroshi SHIBATA
2024-01-19Document about resolv-replace at Ruby 3.4Hiroshi SHIBATA
2024-01-19Document about abbrev at Ruby 3.4Hiroshi SHIBATA
2024-01-19Document about observer at Ruby 3.4Hiroshi SHIBATA
2024-01-19Fixed inconsistent library nameHiroshi SHIBATA
2024-01-19Fixed upstream URL at bundled gemsHiroshi SHIBATA
2024-01-18[DOC] Update ruby version in Building Ruby DependenciesKazuhiro NISHIYAMA
2024-01-18Document about bigdecimal at Ruby 3.4Hiroshi SHIBATA
2024-01-17Document about base64 at Ruby 3.4Hiroshi SHIBATA
2024-01-16Document about getoptlong at Ruby 3.4Hiroshi SHIBATA
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