Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-03 | [DOC] Add missing word to documentation_guide.md | Ezra-Shimon Rosenfeld | |
Notes: Merged: https://github.com/ruby/ruby/pull/7414 | |||
2023-02-19 | Remove (newly unneeded) remarks about aliases | BurdetteLamar | |
2023-02-19 | [DOC] Update pattern matching docs for 3.2 | zverok | |
* Remove section about experimental status * Add references to core objects that can deconstruct Notes: Merged: https://github.com/ruby/ruby/pull/7316 | |||
2023-02-19 | Mention when it is appropriate to document aliases in call-seq | Jeremy Evans | |
2023-02-19 | [DOC] Change to handling of aliases (#7340) | Burdette Lamar | |
Change to handling of aliases Notes: Merged-By: BurdetteLamar <[email protected]> | |||
2023-02-18 | clean_env of Bundler is deprecated. It's unbundled_env now | Hiroshi SHIBATA | |
2023-02-15 | [DOC] Add an example of the splat operator with a non-array object (#7098) | Kouhei Yanagita | |
Notes: Merged-By: hsbt <[email protected]> | |||
2023-02-14 | [ruby/net-http] [DOC] Enhanced RDoc for request headers | Burdette 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 <[email protected]> | |||
2023-02-10 | [DOC] Make the header levels consistent again | Takashi Kokubun | |
2023-02-10 | Fix 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 <[email protected]> | |||
2023-02-10 | [DOC] debug.rb is a bundled gem from 3.1 | Takashi Kokubun | |
2023-02-10 | [DOC] Add a link to [ruby-core:25764] | Takashi Kokubun | |
2023-02-10 | Convert 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 <[email protected]> | |||
2023-02-09 | Add internals glossary | Aaron 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-07 | Fix confusing " | Benoit Daloze | |
2023-02-07 | Add Building the Tarball section in distribution docs | Benoit Daloze | |
2023-02-07 | Clarify section about getting the Ruby tarball | Benoit Daloze | |
2023-02-07 | Mentioned gmp at requirements | Hiroshi SHIBATA | |
2023-02-07 | Document default gems and bundled gems specifications | Hiroshi SHIBATA | |
2023-02-07 | Added tarball instruction to building_ruby.md | Hiroshi SHIBATA | |
2023-02-06 | [ruby/rdoc] Remove duplicate word in RDoc::MarkupReference | cjilbert504 | |
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::MarkupReference | cjilbert504 | |
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 inclusions | BurdetteLamar | |
https://github.com/ruby/net-http/commit/dfd060c583 | |||
2023-02-02 | Removed OS specific section because It's out of scope for us. | Hiroshi SHIBATA | |
2023-02-02 | Mentioned scoop and vcpkg for windows build instruction | Hiroshi SHIBATA | |
2023-02-02 | [DOC] Merge README.win32 to doc/windows.md | Nobuyoshi Nakada | |
Notes: Merged: https://github.com/ruby/ruby/pull/7170 | |||
2023-01-31 | Update yjit.md | Maxime Chevalier-Boisvert | |
Update some out of date information and mention how to check that YJIT is enabled. | |||
2023-01-31 | Update yjit.md | Maxime Chevalier-Boisvert | |
2023-01-31 | [ruby/net-http] [DOC] Enhanced RDoc for Net::HTTP | Burdette 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 docs | Talal Al-Humaidi | |
Notes: Merged: https://github.com/ruby/ruby/pull/7173 Merged-By: nobu <[email protected]> | |||
2023-01-22 | Windows build instructions documentation. (#6956) | Samuel Williams | |
Windows build instructions. Notes: Merged-By: ioquatix <[email protected]> | |||
2023-01-22 | Add `doc/distribution.md` to help reduce some of the confusion. (#6856) | Samuel Williams | |
Notes: Merged-By: ioquatix <[email protected]> | |||
2023-01-20 | OpenSSL, libyaml and zlib is always required to build. see test/test_extlibs.rb | Hiroshi SHIBATA | |
2023-01-20 | Added supported versions to OpenSSL and libyaml | Hiroshi SHIBATA | |
2023-01-20 | Added version policy of BASERUBY | Hiroshi SHIBATA | |
[Misc #16671] | |||
2023-01-20 | Separate dependencies section from quick start | Hiroshi SHIBATA | |
2023-01-20 | fixed wrong version of baseruby | Hiroshi SHIBATA | |
2023-01-17 | Update yjit.md | Maxime Chevalier-Boisvert | |
2023-01-16 | [DOC] Update `String#encode` special case | Nobuyoshi Nakada | |
This behavior has been slightly extended with the addition of `String#scrub`. | |||
2023-01-16 | [DOC] Explain that transcoding to the same encoding just copies. | Martin Dürst | |
This is a reenstatement of the explanation in commit 463633e4a934a00f869086a6ffbf84c6cb8ad630 to partially address Bug #19342. | |||
2023-01-16 | [DOC] Use RDoc inclusions in transcode.c | Nobuyoshi Nakada | |
Notes: Merged: https://github.com/ruby/ruby/pull/7126 | |||
2023-01-13 | [DOC] Fix markup [ci skip] | Kazuhiro NISHIYAMA | |
2023-01-11 | [DOC] Mention the conditional regexp | Nobuyoshi Nakada | |
Notes: Merged: https://github.com/ruby/ruby/pull/7103 | |||
2023-01-09 | Update yjit.md | Maxime Chevalier-Boisvert | |
Add Alan Wu's keynote & Maxime's talk to the list of YJIT-related talks :) | |||
2023-01-06 | [DOC] Mention `configure` options earlier, not after failure | Nobuyoshi Nakada | |
The command line arguments to `configure` are stored in `rbconfig.rb`. Usually these are just useless but harmless after the installation, however could affect unexpectedly when updating default gems. Notes: Merged: https://github.com/ruby/ruby/pull/7076 | |||
2023-01-06 | [DOC] Specify `shell` format to shell commands | Nobuyoshi Nakada | |
Notes: Merged: https://github.com/ruby/ruby/pull/7076 | |||
2023-01-06 | Fix typos [ci skip] | Kazuhiro NISHIYAMA | |
2022-12-29 | [DOC] remove space from inside code span element | John Bampton | |
Notes: Merged: https://github.com/ruby/ruby/pull/7036 Merged-By: nobu <[email protected]> |