Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [DOC] regexp absent operator | Nobuyoshi Nakada | 2023-05-04 | 1 | -0/+17 |
| | |||||
* | Introduce --enable-rjit=disasm | Takashi Kokubun | 2023-04-27 | 1 | -3/+10 |
| | |||||
* | Fix packed_data.rdoc | Benoit Daloze | 2023-04-15 | 1 | -2/+2 |
| | |||||
* | Add BIN as an entry in the glossary (#7667) | Adam Hess | 2023-04-05 | 1 | -1/+2 |
| | | | I initially thought this macro is referencing binary, not basic instruction name | ||||
* | Update yjit.md | Maxime Chevalier-Boisvert | 2023-03-20 | 1 | -1/+2 |
| | | | Document `make yjit-smoke-test` | ||||
* | [Bug #19485] [DOC] Mention tabs in indentation of heredoc identifier | Nobuyoshi Nakada | 2023-03-19 | 1 | -0/+6 |
| | | | | Co-Authored-By: sawa (Tsuyoshi Sawada) <sawadatsuyoshi@gmail.com> | ||||
* | RJIT: Install libcapstone-dev on CI | Takashi Kokubun | 2023-03-18 | 1 | -0/+0 |
| | | | | for test_assembler.rb to work | ||||
* | RJIT: Support --rjit-stats on release build as well | Takashi Kokubun | 2023-03-17 | 1 | -2/+3 |
| | |||||
* | * remove trailing spaces. [ci skip] | git | 2023-03-17 | 1 | -1/+1 |
| | |||||
* | Document the declarative marking api | Matt Valentine-House | 2023-03-17 | 1 | -0/+56 |
| | |||||
* | Bump the required BASERUBY version to 2.5 (#7504) | Takashi Kokubun | 2023-03-10 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | [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 | ||||
* | RJIT: Always enable --rjit-dump-disasm | Takashi Kokubun | 2023-03-10 | 1 | -9/+18 |
| | |||||
* | Explain the project purpose in rjit.md [ci skip] | Takashi Kokubun | 2023-03-09 | 1 | -1/+6 |
| | |||||
* | Update documentation about RJIT | Takashi Kokubun | 2023-03-07 | 1 | -18/+10 |
| | |||||
* | s/mjit/rjit/ | Takashi Kokubun | 2023-03-06 | 1 | -5/+5 |
| | |||||
* | s/MJIT/RJIT/ | Takashi Kokubun | 2023-03-06 | 1 | -8/+8 |
| | |||||
* | Rename MJIT filenames to RJIT | Takashi Kokubun | 2023-03-06 | 1 | -0/+0 |
| | |||||
* | MJIT is no longer slower on Rails | Takashi Kokubun | 2023-03-06 | 1 | -2/+2 |
| | |||||
* | [DOC] Add missing word to documentation_guide.md | Ezra-Shimon Rosenfeld | 2023-03-03 | 1 | -1/+1 |
| | |||||
* | Remove (newly unneeded) remarks about aliases | BurdetteLamar | 2023-02-19 | 1 | -1/+0 |
| | |||||
* | [DOC] Update pattern matching docs for 3.2 | zverok | 2023-02-19 | 1 | -23/+5 |
| | | | | | * Remove section about experimental status * Add references to core objects that can deconstruct | ||||
* | Mention when it is appropriate to document aliases in call-seq | Jeremy Evans | 2023-02-19 | 1 | -1/+5 |
| | |||||
* | [DOC] Change to handling of aliases (#7340) | Burdette Lamar | 2023-02-19 | 1 | -10/+1 |
| | | | Change to handling of aliases | ||||
* | clean_env of Bundler is deprecated. It's unbundled_env now | Hiroshi SHIBATA | 2023-02-18 | 1 | -1/+1 |
| | |||||
* | [DOC] Add an example of the splat operator with a non-array object (#7098) | Kouhei Yanagita | 2023-02-15 | 1 | -0/+4 |
| | |||||
* | [ruby/net-http] [DOC] Enhanced RDoc for request headers | Burdette Lamar | 2023-02-14 | 1 | -3/+0 |
| | | | | | | (https://github.com/ruby/net-http/pull/120) https://github.com/ruby/net-http/commit/b4eb8a7932 | ||||
* | [DOC] Move old ChangeLog files to doc/ChangeLog (#7293) | Takashi Kokubun | 2023-02-10 | 11 | -0/+0 |
| | |||||
* | [DOC] Make the header levels consistent again | Takashi Kokubun | 2023-02-10 | 1 | -1/+1 |
| | |||||
* | Fix minor issues in doc/maintainers.md (#7292) | Jeremy Evans | 2023-02-10 | 1 | -26/+26 |
| | | | | | | 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. | ||||
* | [DOC] debug.rb is a bundled gem from 3.1 | Takashi Kokubun | 2023-02-10 | 1 | -4/+3 |
| | |||||
* | [DOC] Add a link to [ruby-core:25764] | Takashi Kokubun | 2023-02-10 | 1 | -1/+1 |
| | |||||
* | Convert doc/maintainers.rdoc to .md (#7291) | Takashi Kokubun | 2023-02-10 | 2 | -424/+527 |
| | | | | | | | * [DOC] Convert maintainers.rdoc to .md with RDoc::Markup::ToMarkdown * [DOC] Format maintainers.md | ||||
* | Add internals glossary | Aaron Patterson | 2023-02-09 | 1 | -0/+40 |
| | | | | | I started a glossary to help new contributors navigate the internals of CRuby, and I think we should maintain it in ruby/ruby | ||||
* | [DOC] Refine/fix doc/contributing/building_ruby.md [ci skip] | Nobuyoshi Nakada | 2023-02-08 | 1 | -3/+7 |
| | | | | | | * Separate dependencies for RubyGems * Add reasons of optional libraries * Add a note for gperf and fix the required version | ||||
* | Fix confusing " | Benoit Daloze | 2023-02-07 | 1 | -1/+1 |
| | |||||
* | Add Building the Tarball section in distribution docs | Benoit Daloze | 2023-02-07 | 1 | -0/+4 |
| | |||||
* | Clarify section about getting the Ruby tarball | Benoit Daloze | 2023-02-07 | 1 | -8/+14 |
| | |||||
* | Mentioned gmp at requirements | Hiroshi SHIBATA | 2023-02-07 | 1 | -0/+1 |
| | |||||
* | Document default gems and bundled gems specifications | Hiroshi SHIBATA | 2023-02-07 | 1 | -0/+14 |
| | |||||
* | Added tarball instruction to building_ruby.md | Hiroshi SHIBATA | 2023-02-07 | 1 | -10/+27 |
| | |||||
* | [ruby/rdoc] Remove duplicate word in RDoc::MarkupReference | cjilbert504 | 2023-02-06 | 1 | -1/+1 |
| | | | | The word "for" appeared twice in the same sentence in the margins section, and this PR removes the duplicate occurrence. | ||||
* | [ruby/rdoc] [DOC] Fix reference to proper list type RDoc::MarkupReference | cjilbert504 | 2023-02-05 | 1 | -1/+1 |
| | | | | The "Lettered List" section referred to the previous "Numbered List" section, so this PR fixes that reference to point instead of lettered lists. | ||||
* | [ruby/net-http] Remarks on inclusions | BurdetteLamar | 2023-02-02 | 2 | -0/+6 |
| | | | | https://github.com/ruby/net-http/commit/dfd060c583 | ||||
* | Removed OS specific section because It's out of scope for us. | Hiroshi SHIBATA | 2023-02-02 | 1 | -15/+1 |
| | |||||
* | Mentioned scoop and vcpkg for windows build instruction | Hiroshi SHIBATA | 2023-02-02 | 1 | -5/+20 |
| | |||||
* | [DOC] Merge README.win32 to doc/windows.md | Nobuyoshi Nakada | 2023-02-02 | 1 | -2/+179 |
| | |||||
* | Update yjit.md | Maxime Chevalier-Boisvert | 2023-01-31 | 1 | -4/+9 |
| | | | Update some out of date information and mention how to check that YJIT is enabled. | ||||
* | Update yjit.md | Maxime Chevalier-Boisvert | 2023-01-31 | 1 | -1/+1 |
| | |||||
* | [ruby/net-http] [DOC] Enhanced RDoc for Net::HTTP | Burdette Lamar | 2023-01-31 | 1 | -1/+2 |
| | | | | | | (https://github.com/ruby/net-http/pull/110) https://github.com/ruby/net-http/commit/b098caa5e4 | ||||
* | [DOC] Change local method to local variable in assignment docs | Talal Al-Humaidi | 2023-01-23 | 1 | -1/+1 |
| |