summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2023-03-20Update yjit.mdMaxime Chevalier-Boisvert
Document `make yjit-smoke-test`
2023-03-19[Bug #19485] [DOC] Mention tabs in indentation of heredoc identifierNobuyoshi Nakada
Co-Authored-By: sawa (Tsuyoshi Sawada) <sawadatsuyoshi@gmail.com> Notes: Merged: https://github.com/ruby/ruby/pull/7526
2023-03-18RJIT: Install libcapstone-dev on CITakashi Kokubun
for test_assembler.rb to work
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
Notes: Merged: https://github.com/ruby/ruby/pull/7153
2023-03-10Bump the required BASERUBY version to 2.5 (#7504)Takashi Kokubun
[Misc #16671] I'd like to bump it to 2.7 to use pattern matching in tool/mk_builtin_loader.rb. However, I experienced a few blockers. 2.5 seems like the closest version that is easy enough to use on CIs, so let me bump the version to it as an intermediate step for it. I want to use &. and <<~ in 2.3 too. Known blockers: * AppVeyor Visual Studio 2015 doesn't have Ruby 2.7. You'd need to bump the version to Visual Studio 2019. * GitHub Actions windows-2019 doesn't have Ruby 2.7 either. You can use ruby/setup-ruby, but configure doesn't seem to work with it. * For ruby/ruby-ci-imaage, bionic doesn't have Ruby 2.7. I tried using ruby-build to build Ruby 2.7 from package, but the build on its CI seems to somehow loop forever when I do that. So I gave it up for now. We might want to wait until bionic becomes EOL. Note: * AppVeyor Visual Studio 2015 has Ruby <= 2.6.3 https://www.appveyor.com/docs/windows-images-software/#ruby * GitHub Actions windows-2019 uses Ruby 2.5.9 https://github.com/actions/runner-images/blob/main/images/win/Windows2019-Readme.md Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
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
Notes: Merged: https://github.com/ruby/ruby/pull/7462
2023-03-06s/MJIT/RJIT/Takashi Kokubun
Notes: Merged: https://github.com/ruby/ruby/pull/7462
2023-03-06Rename MJIT filenames to RJITTakashi Kokubun
Notes: Merged: https://github.com/ruby/ruby/pull/7462
2023-03-06MJIT is no longer slower on RailsTakashi Kokubun
2023-03-03[DOC] Add missing word to documentation_guide.mdEzra-Shimon Rosenfeld
Notes: Merged: https://github.com/ruby/ruby/pull/7414
2023-02-19Remove (newly unneeded) remarks about aliasesBurdetteLamar
2023-02-19[DOC] Update pattern matching docs for 3.2zverok
* Remove section about experimental status * Add references to core objects that can deconstruct Notes: Merged: https://github.com/ruby/ruby/pull/7316
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
Change to handling of aliases Notes: Merged-By: BurdetteLamar <BurdetteLamar@Yahoo.com>
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
Notes: Merged-By: hsbt <hsbt@ruby-lang.org>
2023-02-14[ruby/net-http] [DOC] Enhanced RDoc for request headersBurdette Lamar
(https://github.com/ruby/net-http/pull/120) https://github.com/ruby/net-http/commit/b4eb8a7932
2023-02-10[DOC] Move old ChangeLog files to doc/ChangeLog (#7293)Takashi Kokubun
Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
2023-02-10[DOC] Make the header levels consistent againTakashi Kokubun
2023-02-10Fix minor issues in doc/maintainers.md (#7292)Jeremy Evans
Use *unmaintained* instead of Ruby core team in 2 places, for consistency with the rest of the document. Use h3 instead of h4 tags if nested directly under h2. Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
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
* [DOC] Convert maintainers.rdoc to .md with RDoc::Markup::ToMarkdown * [DOC] Format maintainers.md Notes: Merged-By: k0kubun <takashikkbn@gmail.com>
2023-02-09Add internals glossaryAaron Patterson
I started a glossary to help new contributors navigate the internals of CRuby, and I think we should maintain it in ruby/ruby Notes: Merged: https://github.com/ruby/ruby/pull/7280
2023-02-08[DOC] Refine/fix doc/contributing/building_ruby.md [ci skip]Nobuyoshi Nakada
* Separate dependencies for RubyGems * Add reasons of optional libraries * Add a note for gperf and fix the required version
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
2023-02-07Document default gems and bundled gems specificationsHiroshi SHIBATA
2023-02-07Added tarball instruction to building_ruby.mdHiroshi SHIBATA
2023-02-06[ruby/rdoc] Remove duplicate word in RDoc::MarkupReferencecjilbert504
The word "for" appeared twice in the same sentence in the margins section, and this PR removes the duplicate occurrence.
2023-02-05[ruby/rdoc] [DOC] Fix reference to proper list type RDoc::MarkupReferencecjilbert504
The "Lettered List" section referred to the previous "Numbered List" section, so this PR fixes that reference to point instead of lettered lists.
2023-02-02[ruby/net-http] Remarks on inclusionsBurdetteLamar
https://github.com/ruby/net-http/commit/dfd060c583
2023-02-02Removed OS specific section because It's out of scope for us.Hiroshi SHIBATA
2023-02-02Mentioned scoop and vcpkg for windows build instructionHiroshi SHIBATA
2023-02-02[DOC] Merge README.win32 to doc/windows.mdNobuyoshi Nakada
Notes: Merged: https://github.com/ruby/ruby/pull/7170
2023-01-31Update yjit.mdMaxime Chevalier-Boisvert
Update some out of date information and mention how to check that YJIT is enabled.
2023-01-31Update yjit.mdMaxime Chevalier-Boisvert
2023-01-31[ruby/net-http] [DOC] Enhanced RDoc for Net::HTTPBurdette Lamar
(https://github.com/ruby/net-http/pull/110) https://github.com/ruby/net-http/commit/b098caa5e4
2023-01-23[DOC] Change local method to local variable in assignment docsTalal Al-Humaidi
Notes: Merged: https://github.com/ruby/ruby/pull/7173 Merged-By: nobu <nobu@ruby-lang.org>
2023-01-22Windows build instructions documentation. (#6956)Samuel Williams
Windows build instructions. Notes: Merged-By: ioquatix <samuel@codeotaku.com>
2023-01-22Add `doc/distribution.md` to help reduce some of the confusion. (#6856)Samuel Williams
Notes: Merged-By: ioquatix <samuel@codeotaku.com>
2023-01-20OpenSSL, libyaml and zlib is always required to build. see test/test_extlibs.rbHiroshi SHIBATA
2023-01-20Added supported versions to OpenSSL and libyamlHiroshi SHIBATA