Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-03-27 | Update to ruby/spec@5e579e2 | Andrew Konchin | |
Notes: Merged: https://github.com/ruby/ruby/pull/12984 | |||
2024-02-15 | ruby-spec: Accept both a backtick and a single quote in error messages | Yusuke Endoh | |
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 | |
2023-01-05 | Update to ruby/spec@9d69b95 | Benoit Daloze | |
2022-08-25 | Fix private methods reported as protected when called via Symbol#to_proc | Jean Boussier | |
Ref: bfa6a8ddc84fffe0aef5a0f91b417167e124dbbf Ref: [Bug #18826] Notes: Merged: https://github.com/ruby/ruby/pull/6284 | |||
2022-08-10 | Only allow procs created by Symbol#to_proc to call public methods | Jeremy Evans | |
Fixes [Bug #18826] Co-authored-by: Nobuyoshi Nakada <[email protected]> Notes: Merged: https://github.com/ruby/ruby/pull/6018 Merged-By: jeremyevans <[email protected]> | |||
2022-04-25 | Update to ruby/spec@3affe1e | Benoit Daloze | |
2021-10-28 | Update to ruby/spec@21a48d9 | Benoit Daloze | |
2021-01-28 | Update to ruby/spec@8cafaa5 | Benoit Daloze | |
2020-12-21 | Use Integer instead of Fixnum/Bignum | Nobuyoshi Nakada | |
2020-09-17 | Update to ruby/spec@e829fb0 | Benoit Daloze | |
2020-09-15 | 2.8 -> 3.0 in specs | Benoit Daloze | |
2020-06-27 | Update to ruby/spec@b6b7752 | Benoit Daloze | |
2020-05-03 | Update to ruby/spec@032ee74 | Benoit Daloze | |
2020-03-28 | Update to ruby/spec@ec84479 | Benoit Daloze | |
2020-02-22 | Expand Symbol#to_proc specs to be clearer | Benoit Daloze | |
2020-02-22 | Proc from Symbol needs a receiver | Nobuyoshi Nakada | |
So its arity should be -2 instead of -1. [Bug #16640] https://bugs.ruby-lang.org/issues/16640#change-84337 | |||
2019-12-27 | Update to ruby/spec@d419e74 | Benoit Daloze | |
2019-11-18 | Deprecate taint/trust and related methods, and make the methods no-ops | Jeremy Evans | |
This removes the related tests, and puts the related specs behind version guards. This affects all code in lib, including some libraries that may want to support older versions of Ruby. Notes: Merged: https://github.com/ruby/ruby/pull/2476 | |||
2019-11-05 | Revert "[EXPERIMENTAL] Make Symbol#to_s return a frozen String [Feature #16150]" | NARUSE, Yui | |
This reverts commit 6ffc045a817fbdf04a6945d3c260b55b0fa1fd1e. | |||
2019-09-26 | [EXPERIMENTAL] Make Symbol#to_s return a frozen String | Benoit Daloze | |
* Always the same frozen String for a given Symbol. * Avoids extra allocations whenever calling Symbol#to_s. * See [Feature #16150] Notes: Merged: https://github.com/ruby/ruby/pull/2437 | |||
2019-07-27 | Update to ruby/spec@875a09e | Benoit Daloze | |
2019-04-27 | Update to ruby/spec@15c9619 | Benoit Daloze | |
2019-01-27 | Update to ruby/spec@e57f49c | eregon | |
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2018-03-04 | Update to ruby/spec@c1b568b | eregon | |
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2018-01-29 | Update to ruby/spec@83063a3 | eregon | |
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2017-10-28 | Update to ruby/spec@a6b8805 | eregon | |
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e | |||
2017-09-20 | Move spec/rubyspec to spec/ruby for consistency | eregon | |
* Other ruby implementations use the spec/ruby directory. [Misc #13792] [ruby-core:82287] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e |