Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-11-06 | Update to ruby/spec@54c391e | Benoit Daloze | |
2024-07-02 | Update to ruby/spec@f8987ac | Andrew Konchin | |
2024-03-14 | Update to ruby/spec@89175b2 | Benoit Daloze | |
2024-02-05 | Update to ruby/spec@3fc4444 | Benoit Daloze | |
2023-10-30 | Update to ruby/spec@bd7017f | Benoit Daloze | |
2023-06-26 | Update to ruby/spec@30e1c35 | Benoit Daloze | |
2023-05-29 | Update to ruby/spec@c3677cf | Benoit Daloze | |
2023-04-25 | Update to ruby/spec@7f69c86 | Benoit Daloze | |
2023-01-05 | Update to ruby/spec@9d69b95 | Benoit Daloze | |
2022-12-22 | Always issue deprecation warning when calling Regexp.new with 3rd positional ↵ | Jeremy Evans | |
argument Previously, only certain values of the 3rd argument triggered a deprecation warning. First step for fix for bug #18797. Support for the 3rd argument will be removed after the release of Ruby 3.2. Fix minor fallout discovered by the tests. Co-authored-by: Nobuyoshi Nakada <[email protected]> Notes: Merged: https://github.com/ruby/ruby/pull/6976 | |||
2022-11-07 | Update to ruby/spec@740ccc8 | Benoit Daloze | |
2022-08-29 | Update to ruby/spec@d01709f | Benoit Daloze | |
2022-07-27 | Update to ruby/spec@cbfaf51 | Benoit Daloze | |
2022-06-26 | Update to ruby/spec@ab32a1a | Benoit Daloze | |
2022-06-20 | [Feature #18788] Spec for options as `String` to `Regexp.new` | Nobuyoshi Nakada | |
Co-Authored-By: Janosch Müller <[email protected]> Notes: Merged: https://github.com/ruby/ruby/pull/6039 | |||
2022-06-20 | Spec update for warnning suspicious flag to `Regexp.new` | Nobuyoshi Nakada | |
Notes: Merged: https://github.com/ruby/ruby/pull/6039 | |||
2021-02-27 | Update to ruby/spec@37e52e5 | Benoit Daloze | |
2020-12-27 | Update to ruby/spec@4ce9f41 | Benoit Daloze | |
2020-12-21 | Use Integer instead of Fixnum/Bignum | Nobuyoshi Nakada | |
2020-09-15 | 2.8 -> 3.0 in specs | Benoit Daloze | |
2020-05-03 | Update to ruby/spec@032ee74 | Benoit Daloze | |
2020-03-28 | Update to ruby/spec@ec84479 | Benoit Daloze | |
2020-01-15 | Update version guard | Kazuhiro NISHIYAMA | |
fix up 98ef38ada43338c073f50a0093196f0356284625 | |||
2020-01-15 | Freeze Regexp literals | Jean Boussier | |
[Feature #8948] [Feature #16377] Since Regexp literals always reference the same instance, allowing to mutate them can lead to state leak. Notes: Merged: https://github.com/ruby/ruby/pull/2705 | |||
2019-12-04 | Revert "Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)" | NARUSE, Yui | |
This reverts commit 2a22a6b2d8465934e75520a7fdcf522d50890caf. Revert [Feature #13083] | |||
2019-12-04 | Revert "Revert nil error and adding deprecation message" | NARUSE, Yui | |
This reverts commit 452bee3ee8d68059fabd9b1c7a75661b14e3933e. | |||
2019-12-04 | Revert "Improve warning message" | NARUSE, Yui | |
This reverts commit 31110d820cc1258cbc84b46ecc65b254c7d5529a. | |||
2019-12-04 | Revert "Fix warnings in Regexp#{match,match?} specs" | NARUSE, Yui | |
This reverts commit 782d1b8fb0a039cedef9ad9c94f432dad51901e6. | |||
2019-11-30 | Update to ruby/spec@4eec3dc | Benoit Daloze | |
2019-11-03 | Fix warnings in Regexp#{match,match?} specs | Benoit Daloze | |
2019-11-03 | Improve warning message | Kenichi Kamiya | |
https://github.com/ruby/ruby/pull/2637#discussion_r341812475 | |||
2019-11-03 | Revert nil error and adding deprecation message | Kenichi Kamiya | |
Notes: Merged: https://github.com/ruby/ruby/pull/2637 | |||
2019-10-26 | Update to ruby/spec@28a728b | Benoit Daloze | |
2019-10-17 | * remove trailing spaces. [ci skip] | git | |
2019-10-17 | Regexp#match{?} with nil raises TypeError as String, Symbol (#1506) | Kenichi Kamiya | |
* {String|Symbol}#match{?} with nil returns falsy To improve consistency with Regexp#match{?} * String#match(nil) returns `nil` instead of TypeError * String#match?(nil) returns `false` instead of TypeError * Symbol#match(nil) returns `nil` instead of TypeError * Symbol#match?(nil) returns `false` instead of TypeError * Prefer exception * Follow empty ENV * Drop outdated specs * Write ruby/spec for above https://github.com/ruby/ruby/pull/1506/files#r183242981 * Fix merge miss | |||
2019-07-27 | Update to ruby/spec@875a09e | Benoit Daloze | |
2019-07-01 | Prefer master rather than trunk in README [ci skip] | Takashi Kokubun | |
2019-06-27 | Update to ruby/spec@8d74d49 | Benoit Daloze | |
2019-05-28 | Update to ruby/spec@9a501a8 | Benoit Daloze | |
2019-04-28 | Update to ruby/spec@7de852d | Benoit Daloze | |
2019-04-27 | Update to ruby/spec@15c9619 | Benoit Daloze | |
2019-02-07 | Update to ruby/spec@6cf8ebe | eregon | |
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67030 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-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 |