Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-03-13 | Update documentation for Array/Hash Argument section of methods.rdoc | Adam Isom | |
[Bug #16514] | |||
2019-12-24 | [DOC] Fix typo and language | Marcus Stollsteimer | |
2019-12-24 | [DOC] Fix typo | Marcus Stollsteimer | |
2019-12-23 | [DOC] Use capitalized "Ruby" | Marcus Stollsteimer | |
2019-12-23 | [DOC] Various fixes in bug triaging guide | Marcus Stollsteimer | |
2019-12-23 | Fix typos of previous docs PR | zverok | |
In #2612 I made two typos (extra ,, and copy-pasted same line of code instead of showing two different ones), fixing them. Notes: Merged: https://github.com/ruby/ruby/pull/2771 | |||
2019-12-22 | Update private visibility explanation | zverok | |
Notes: Merged: https://github.com/ruby/ruby/pull/2768 | |||
2019-12-20 | shell.rb is no longer bundled [ci skip] | Nobuyoshi Nakada | |
2019-12-20 | Fixed misspellings | Nobuyoshi Nakada | |
Fixed misspellings reported at [Bug #16437], only in ruby and rubyspec. | |||
2019-11-30 | Promote did_you_mean to default gem | Kevin Deisz | |
At the moment, there are some problems with regard to bundler + did_you_mean because of did_you_mean being a bundled gem. Since the vendored version of thor inside bundler and ruby itself explicitly requires did_you_mean, it can become difficult to load it when using Bundler.setup. See this issue: https://github.com/yuki24/did_you_mean/issues/117#issuecomment-482733159 for more details. Notes: Merged: https://github.com/ruby/ruby/pull/2689 | |||
2019-11-30 | Remove e2mmap entries from docs | Hiroshi SHIBATA | |
Notes: Merged: https://github.com/ruby/ruby/pull/2699 | |||
2019-11-21 | Use singleline/multiline instead of readline/reidline | aycabta | |
2019-11-18 | Remove mention of $SAFE and taint from doc [ci skip] | Jeremy Evans | |
Notes: Merged: https://github.com/ruby/ruby/pull/2476 | |||
2019-11-11 | Revert "Revert "Promote uri to default gems"" | Hiroshi SHIBATA | |
This reverts commit fdfad905227a0e2e4c224d87181041fb75d5082e. f1f27da6c457684fdbfc0352297e6847f675ce4c resolved this. | |||
2019-11-09 | Revert "Promote uri to default gems" | Hiroshi SHIBATA | |
This reverts commit c5b4d2a2592942766dc2789f46105b91eba7026a. This commit affects with activation feature of RubyGems. [Bug #16337][ruby-core:95768] | |||
2019-11-09 | Promote uri to default gems | Hiroshi SHIBATA | |
2019-11-09 | Promote yaml to default gems | Hiroshi SHIBATA | |
2019-11-09 | Promote timeout to default gems | Hiroshi SHIBATA | |
2019-11-09 | Fixup 368ee984ed52f6abe1fdf8360ad72e6cf1cbfa66 | Hiroshi SHIBATA | |
2019-11-09 | Promote observer to default gems. But not yet released | Hiroshi SHIBATA | |
2019-11-09 | Added gemspec for readline gem that is wrapper library for reline and ↵ | Hiroshi SHIBATA | |
readline extension | |||
2019-11-07 | Promote cgi to default gems | Hiroshi SHIBATA | |
2019-11-07 | Promote net-smtp to default gems | Hiroshi SHIBATA | |
2019-11-07 | Promote net-pop to default gems | Hiroshi SHIBATA | |
2019-11-07 | Promote benchmark to default gems | Hiroshi SHIBATA | |
2019-11-07 | Promote delegate to default gems | Hiroshi SHIBATA | |
2019-11-07 | Promote pstore to default gems | Hiroshi SHIBATA | |
2019-11-07 | Promote getoptlong to default gems | Hiroshi SHIBATA | |
2019-11-07 | Promote open3 to default gems | Hiroshi SHIBATA | |
2019-11-07 | Added rubygems url for published gem | Hiroshi SHIBATA | |
2019-11-07 | Promote singleton to default gems | Hiroshi SHIBATA | |
2019-11-03 | [DOC] mentioned `\R` [ci skip] | Nobuyoshi Nakada | |
2019-11-03 | [DOC] \s in regexp is not same as in string [ci skip] | Nobuyoshi Nakada | |
2019-10-26 | Documentation improvements for Ruby core | zverok | |
* Top-level `return`; * Documentation for comments syntax; * `rescue` inside blocks; * Enhance `Object#to_enum` docs; * Make `chomp:` option more obvious for `String#each_line` and `#lines`; * Enhance `Proc#>>` and `#<<` docs; * Enhance `Processs` class docs. Notes: Merged: https://github.com/ruby/ruby/pull/2612 | |||
2019-10-23 | Fix typos [ci skip] | Kazuhiro NISHIYAMA | |
2019-10-15 | Remove duplicated `.` [ci skip] | Kazuhiro NISHIYAMA | |
2019-10-10 | Document the difference between expressions and statements [ci skip] | Jeremy Evans | |
In the grammar, all expressions are statements, but not all statements are expressions. Some parts of the grammar accept expressions and not other types of statements, which causes similar looking code to parse differently due to operator precedence. Mostly from Dan0042 (Daniel DeLorme). Fixes [Bug #16092] | |||
2019-10-07 | Add section to extension.rdoc for backwards compatibility macros [ci skip] | Jeremy Evans | |
These macros should make it easier to C extensions to switch to the Ruby 2.7 C-API *_kw functions, but still have the code work correctly on older Ruby versions. | |||
2019-10-07 | Note RB_PASS_EMPTY_KEYWORDS and RB_SCAN_ARGS_EMPTY_KEYWORDS will be removed | Jeremy Evans | |
There is no need for these in Ruby 3.0, and the plan is to remove them. | |||
2019-10-03 | Document *_kw functions added to include/ruby/ruby.h [ci skip] | Jeremy Evans | |
Also documents the non-*_kw functions if they were not already documented. | |||
2019-10-03 | Add documentation regarding keyword argument separation [ci skip] | Jeremy Evans | |
2019-10-03 | Minor updates to methods and calling_methods documentation [ci skip] | Jeremy Evans | |
2019-09-20 | [DOC] DOT is not a part of a receiver [ci skip] | Nobuyoshi Nakada | |
[Feature #11297] [Feature #16123] | |||
2019-09-20 | Removed ThreadsWait from the ruby repository | Hiroshi SHIBATA | |
2019-09-20 | Removed Synchronizer from the ruby repository. | Hiroshi SHIBATA | |
2019-09-20 | Removed Shell from the ruby repository. | Hiroshi SHIBATA | |
2019-09-20 | Removed Scanf from the ruby repository. | Hiroshi SHIBATA | |
2019-09-20 | Removed CMath from the ruby repository. | Hiroshi SHIBATA | |
2019-09-20 | Update NEWS and documents [ci skip] | Nobuyoshi Nakada | |
[Feature #11297] [Feature #16123] | |||
2019-09-16 | Fix a typo [ci skip] | Kazuhiro NISHIYAMA | |