Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-06 | Remove circular parameter syntax error | Kevin Newton | |
https://bugs.ruby-lang.org/issues/20478 | |||
2023-06-26 | Update to ruby/spec@30e1c35 | Benoit Daloze | |
2022-04-25 | Update to ruby/spec@3affe1e | Benoit Daloze | |
2021-07-29 | Update to ruby/spec@b65d01f | Benoit Daloze | |
2020-12-12 | spec: suppress deprecations of "lambda(&proc_block)" pattern | Yusuke Endoh | |
2020-09-15 | 2.8 -> 3.0 in specs | Benoit Daloze | |
2020-04-01 | Drop support for ruby 2.4 from ruby/spec | Nobuyoshi Nakada | |
Notes: Merged: https://github.com/ruby/ruby/pull/2892 | |||
2020-01-02 | Update specs for keyword argument separation | Jeremy Evans | |
Notes: Merged: https://github.com/ruby/ruby/pull/2794 | |||
2019-10-17 | Make circular argument reference a SyntaxError instead of a warning | Jeremy Evans | |
Fixes [Bug #10314] Notes: Merged: https://github.com/ruby/ruby/pull/2569 | |||
2019-09-29 | Update to ruby/spec@519df35 | Benoit Daloze | |
2019-08-30 | Update specs to handle non-Symbols for keyword splats in 2.7 | Jeremy Evans | |
Also handle some warnings for behavior that will change in 3.0. Notes: Merged: https://github.com/ruby/ruby/pull/2395 | |||
2019-07-27 | Update to ruby/spec@875a09e | Benoit Daloze | |
2019-04-27 | Update to ruby/spec@15c9619 | Benoit Daloze | |
2019-01-10 | proc.c: proc without block | nobu | |
* proc.c (proc_new): promoted lambda/proc/Proc.new with no block in a method called with a block to a warning/error. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66772 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 | |||
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 |