summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2023-05-26Document throw/catch in the control expressions document [ci skip]Jeremy Evans
2023-05-26testing_ruby.md: Update `make test-all` tips [ci skip]Jun Aruga
2023-05-25[ruby/csv] docs: fix example in Recipe: Capture Unconverted FieldsYuki Tsujimoto
2023-05-25[ruby/csv] Fix typos (https://github.com/ruby/csv/pull/236)Sampat Badhe
2023-05-25[ruby/csv] Small RDoc changes for recipesBurdette Lamar
2023-05-25[ruby/csv] Enhanced RDoc for CSV::TableBurdette Lamar
2023-05-22Add documentation for some stats counters, and generally about YJIT statsNoah Gibbs
2023-05-12Use Lrama LALR parser generator instead of Bisonv3_3_0_preview1Yuichiro Kaneko
2023-05-10readline or libedit is no longer required to build rubyHiroshi SHIBATA
2023-05-10Removed duplicated entry of readline.rbHiroshi SHIBATA
2023-05-10ext/readline is retiredHiroshi SHIBATA
2023-05-09Fix broken link to maintainers pageJemma Issroff
2023-05-04[DOC] regexp absent operatorNobuyoshi Nakada
2023-04-27Introduce --enable-rjit=disasmTakashi Kokubun
2023-04-15Fix packed_data.rdocBenoit Daloze
2023-04-05Add BIN as an entry in the glossary (#7667)Adam Hess
2023-03-20Update yjit.mdMaxime Chevalier-Boisvert
2023-03-19[Bug #19485] [DOC] Mention tabs in indentation of heredoc identifierNobuyoshi Nakada
2023-03-18RJIT: Install libcapstone-dev on CITakashi Kokubun
2023-03-17RJIT: Support --rjit-stats on release build as wellTakashi Kokubun
2023-03-17* remove trailing spaces. [ci skip]git
2023-03-17Document the declarative marking apiMatt Valentine-House
2023-03-10Bump the required BASERUBY version to 2.5 (#7504)Takashi Kokubun
2023-03-10RJIT: Always enable --rjit-dump-disasmTakashi Kokubun
2023-03-09Explain the project purpose in rjit.md [ci skip]Takashi Kokubun
2023-03-07Update documentation about RJITTakashi Kokubun
2023-03-06s/mjit/rjit/Takashi Kokubun
2023-03-06s/MJIT/RJIT/Takashi Kokubun
2023-03-06Rename MJIT filenames to RJITTakashi Kokubun
2023-03-06MJIT is no longer slower on RailsTakashi Kokubun
2023-03-03[DOC] Add missing word to documentation_guide.mdEzra-Shimon Rosenfeld
2023-02-19Remove (newly unneeded) remarks about aliasesBurdetteLamar
2023-02-19[DOC] Update pattern matching docs for 3.2zverok
2023-02-19Mention when it is appropriate to document aliases in call-seqJeremy Evans
2023-02-19[DOC] Change to handling of aliases (#7340)Burdette Lamar
2023-02-18clean_env of Bundler is deprecated. It's unbundled_env nowHiroshi SHIBATA
2023-02-15[DOC] Add an example of the splat operator with a non-array object (#7098)Kouhei Yanagita
2023-02-14[ruby/net-http] [DOC] Enhanced RDoc for request headersBurdette Lamar
2023-02-10[DOC] Move old ChangeLog files to doc/ChangeLog (#7293)Takashi Kokubun
2023-02-10[DOC] Make the header levels consistent againTakashi Kokubun
2023-02-10Fix minor issues in doc/maintainers.md (#7292)Jeremy Evans
2023-02-10[DOC] debug.rb is a bundled gem from 3.1Takashi Kokubun
2023-02-10[DOC] Add a link to [ruby-core:25764]Takashi Kokubun
2023-02-10Convert doc/maintainers.rdoc to .md (#7291)Takashi Kokubun
2023-02-09Add internals glossaryAaron Patterson
2023-02-08[DOC] Refine/fix doc/contributing/building_ruby.md [ci skip]Nobuyoshi Nakada
2023-02-07Fix confusing "Benoit Daloze
2023-02-07Add Building the Tarball section in distribution docsBenoit Daloze
2023-02-07Clarify section about getting the Ruby tarballBenoit Daloze
2023-02-07Mentioned gmp at requirementsHiroshi SHIBATA