| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-06-26 | Update to ruby/spec@30e1c35 | Benoit Daloze | |
| 2020-06-19 | Implement Proc#== and #eql? | Jeremy Evans | |
| Previously, these were not implemented, and Object#== and #eql? were used. This tries to check the proc internals to make sure that procs created from separate blocks are treated as not equal, but procs created from the same block are treated as equal, even when the lazy proc allocation optimization is used. Implements [Feature #14267] Notes: Merged: https://github.com/ruby/ruby/pull/3174 | |||
| 2019-07-27 | Update to ruby/spec@875a09e | Benoit Daloze | |
| 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 | |||
| 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 | |||
