| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-07 | More indentation in NEWS.md [ci skip] | Nobuyoshi Nakada | |
| The current Markdown implementation of RDoc requires list contents to be indented 4 columns except for the first paragraph. Maybe fixed as other implementations in the future. | |||
| 2021-12-07 | Fix a link [ci skip] | Kazuhiro NISHIYAMA | |
| 2021-12-07 | NEWS.md: Describe the change of the default width of `pp` | Yusuke Endoh | |
| [Feature #12913] | |||
| 2021-12-07 | add a NEWS entry for `mandatory_only?` | Koichi Sasada | |
| 2021-12-07 | add a NEWS entry about GC.total_time | Koichi Sasada | |
| 2021-12-07 | add NEWS about the improvement of `Struct` | Koichi Sasada | |
| 2021-12-05 | Update stdlib versions [ci skip] | Kazuhiro NISHIYAMA | |
| 2021-12-05 | Sort URLs by issue numbers [ci skip] | Kazuhiro NISHIYAMA | |
| 2021-12-05 | More indentation in NEWS.md [ci skip] | Nobuyoshi Nakada | |
| The current Markdown implementation of RDoc requires list contents to be indented 4 columns except for the first paragraph. Maybe fixed as other implementations in the future. | |||
| 2021-12-05 | Fix wrong indentation in NEWS.md [ci skip] | Junichi Ito | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5216 | |||
| 2021-12-03 | NEWS for [GH-#5146] [ci skip] (#5210) | John Hawthorn | |
| Notes: Merged-By: jhawthorn <john@hawthorn.email> | |||
| 2021-11-23 | Add Class#subclasses | Jean Boussier | |
| Implements [Feature #18273] Returns an array containing the receiver's direct subclasses without singleton classes. Notes: Merged: https://github.com/ruby/ruby/pull/5045 | |||
| 2021-11-18 | Anonymous block forwarding allows a method to forward a passed | Jeremy Evans | |
| block to another method without having to provide a name for the block parameter. Implements [Feature #11256] Co-authored-by: Yusuke Endoh mame@ruby-lang.org Co-authored-by: Nobuyoshi Nakada nobu@ruby-lang.org Notes: Merged: https://github.com/ruby/ruby/pull/5051 | |||
| 2021-11-18 | Update documentation for Module#{private,public,protected,module_function} | Jeremy Evans | |
| Also, update NEWS for this change and the Kernel#load change. | |||
| 2021-11-10 | IO::Buffer for scheduler interface. | Samuel Williams | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4621 | |||
| 2021-11-10 | Fix a typo and add `IO.` [ci skip] | Kazuhiro NISHIYAMA | |
| 2021-11-09 | Fix a link [ci skip] | Kazuhiro NISHIYAMA | |
| 2021-11-08 | [ci skip] Update NEWS.md for [Feature #18290] | Peter Zhu | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5095 | |||
| 2021-11-09 | NEWS.md: Mention Process._fork [[Feature #17795]] | Yusuke Endoh | |
| 2021-10-29 | Update stdlib version | Kazuhiro NISHIYAMA | |
| 2021-10-28 | Add changes Enumerable#each_cons and each_slice in NEWS [ci skip] | osyo-manga | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5044 Merged-By: nobu <nobu@ruby-lang.org> | |||
| 2021-10-27 | Sort URLs by issue numbers [ci skip] | Kazuhiro NISHIYAMA | |
| 2021-10-27 | Update stdlib versions | Kazuhiro NISHIYAMA | |
| 2021-10-26 | Add Class#descendants | Jeremy Evans | |
| Doesn't include receiver or singleton classes. Implements [Feature #14394] Co-authored-by: fatkodima <fatkodima123@gmail.com> Co-authored-by: Benoit Daloze <eregontp@gmail.com> Notes: Merged: https://github.com/ruby/ruby/pull/4974 Merged-By: jeremyevans <code@jeremyevans.net> | |||
| 2021-10-25 | Fix links [ci skip] | Kazuhiro NISHIYAMA | |
| 2021-10-24 | NEWS: StringScanner 3.0.1 is released | Sutou Kouhei | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5011 | |||
| 2021-10-24 | NEWS: CSV 3.2.1 is released | Sutou Kouhei | |
| Notes: Merged: https://github.com/ruby/ruby/pull/5010 | |||
| 2021-10-23 | NEWS: Fiddle 1.1.0 is released | Sutou Kouhei | |
| 2021-10-23 | update NEWS about last commits. | Koichi Sasada | |
| 2021-10-21 | Add link to YJIT blog post to NEWS.md | Maxime Chevalier-Boisvert | |
| Requested by @nurse | |||
| 2021-10-21 | Added version of readline-ext | Hiroshi SHIBATA | |
| 2021-10-21 | Update the merged versions of default gems. | Hiroshi SHIBATA | |
| 2021-10-21 | Deprecate include/prepend in refinements and add Refinement#import_methods ↵ | Shugo Maeda | |
| instead Refinement#import_methods imports methods from modules. Unlike Module#include, it copies methods and adds them into the refinement, so the refinement is activated in the imported methods. [Bug #17429] [ruby-core:101639] | |||
| 2021-10-20 | Add bit about YJIT to NEWS.md | Maxime Chevalier-Boisvert | |
| Notes: Merged: https://github.com/ruby/ruby/pull/4997 | |||
| 2021-10-20 | Added entries about default gems and bundled gems | Hiroshi SHIBATA | |
| 2021-10-20 | NEWS.md: Add error_highlight section | Yusuke Endoh | |
| 2021-10-20 | add NEWS entries about debug.gem | Koichi Sasada | |
| 2021-09-22 | add NEWS entry for https://github.com/ruby/ruby/pull/4815 | 卜部昌平 | |
| 2021-09-16 | NEWS for [Feature #18172] [ci skip] | Nobuyoshi Nakada | |
| 2021-09-16 | Add a newline [ci skip] | Shugo Maeda | |
| 2021-09-16 | Add details of Hash value ommission [ci skip] | Shugo Maeda | |
| 2021-09-11 | Add documentation and tests for keyword argument value omission | Shugo Maeda | |
| [Feature #14579] | |||
| 2021-09-11 | [DOC] NEWS for [Feature #14579] [ci skip] | Nobuyoshi Nakada | |
| 2021-09-11 | [DOC] Fixed indents in NEWS.md [ci skip] | Nobuyoshi Nakada | |
| 2021-08-22 | Fix links [ci skip] | Kazuhiro NISHIYAMA | |
| 2021-08-17 | Mention update to Unicode Version 13.0.0 and Emoji Version 13.1 | Martin Dürst | |
| Mention the update to Unicode Version 13.0.0 and Unicode Emoji Version 13.1 in NEWS.md. This completes issue #17750. [ci skip] | |||
| 2021-08-13 | Revert "Pause an MJIT worker when JIT is cancelled" | Takashi Kokubun | |
| This reverts commit b64f81c81729bbc248d19af01cafde88eb60fdc7. It seems to cause a problem in --jit / --jit-wait CIs. Reverting for now. | |||
| 2021-08-12 | Don't cancel JIT-ed code on TracePoint :class | Takashi Kokubun | |
| events get enabled | |||
| 2021-08-12 | Pause an MJIT worker when JIT is cancelled | Takashi Kokubun | |
| 2021-08-12 | Print JIT cancel when all JIT-ed code is cancelled | Takashi Kokubun | |
