Age | Commit message (Collapse) | Author | |
---|---|---|---|
13 days | Update to ruby/spec@4d2fc4d | Andrew Konchin | |
Notes: Merged: https://github.com/ruby/ruby/pull/13495 | |||
2025-05-09 | Update to ruby/spec@d8bacef | Andrew Konchin | |
Notes: Merged: https://github.com/ruby/ruby/pull/13265 | |||
2025-03-27 | Update to ruby/spec@5e579e2 | Andrew Konchin | |
Notes: Merged: https://github.com/ruby/ruby/pull/12984 | |||
2024-11-06 | Update to ruby/spec@54c391e | Benoit Daloze | |
2024-02-05 | Update to ruby/spec@3fc4444 | Benoit Daloze | |
2023-09-04 | Update to ruby/spec@96d1072 | Benoit Daloze | |
2023-06-26 | Update to ruby/spec@30e1c35 | Benoit Daloze | |
2023-04-25 | Update to ruby/spec@7f69c86 | Benoit Daloze | |
2023-02-27 | Update to ruby/spec@e7dc804 | Benoit Daloze | |
2022-09-30 | Add Data class implementation: Simple immutable value object | Victor Shepelev | |
Notes: Merged: https://github.com/ruby/ruby/pull/6353 Merged-By: nobu <[email protected]> | |||
2020-12-27 | Update to ruby/spec@4ce9f41 | Benoit Daloze | |
2020-12-22 | Removed rb_cData entity | Nobuyoshi Nakada | |
* Use the wrapper of rb_cObject instead of data access * Replaced rest of extentions * Updated the version guard for Data * Added the version guard of rb_cData Notes: Merged: https://github.com/ruby/ruby/pull/3961 | |||
2020-12-22 | Data: delete | 卜部昌平 | |
Has been deprecated since 684bdf6171b76f5bc5e4f05926a5ab01ec2b4fd5. Matz says in [ruby-core:83954] that Data should be an alias of Object. Because rb_cData has not been deprecated, let us deprecate the constant to make it a C-level synonym of rb_cObject. Notes: Merged: https://github.com/ruby/ruby/pull/3961 | |||
2020-09-30 | Update to ruby/spec@bfd843a | Benoit Daloze | |
2020-09-25 | Disable deprecation warning by the default [Feature #16345] | Nobuyoshi Nakada | |
And `-w` option turns it on. Notes: Merged: https://github.com/ruby/ruby/pull/3481 | |||
2020-04-01 | Drop support for ruby 2.4 from ruby/spec | Nobuyoshi Nakada | |
Notes: Merged: https://github.com/ruby/ruby/pull/2892 | |||
2019-11-30 | Update to ruby/spec@4eec3dc | Benoit Daloze | |