aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/enumerable
Commit message (Collapse)AuthorAgeFilesLines
* [DOC] Move old ChangeLog files to doc/ChangeLog (#7293)Takashi Kokubun2023-02-101-1/+1
|
* Update to ruby/spec@9d69b95Benoit Daloze2023-01-051-0/+5
|
* Update to ruby/spec@740ccc8Benoit Daloze2022-11-072-0/+12
|
* Update to ruby/spec@1d9d5c6Benoit Daloze2022-09-281-2/+15
|
* Update to ruby/spec@cbfaf51Benoit Daloze2022-07-271-0/+11
|
* Update to ruby/spec@3affe1eBenoit Daloze2022-04-256-124/+57
|
* Update to ruby/spec@aaf998fBenoit Daloze2022-03-281-0/+7
|
* Update to ruby/spec@902ab83Benoit Daloze2022-01-284-4/+0
|
* Update to ruby/spec@7f22a0bBenoit Daloze2021-11-292-0/+24
|
* Update to ruby/spec@21a48d9Benoit Daloze2021-10-282-0/+12
|
* Fix `Enumerable#each_cons` and `Enumerable#each_slice` to return a receiverTSUYUSATO Kitsune2021-10-252-4/+4
| | | | Co-authored-by: Takashi Kokubun <takashikkbn@gmail.com> Co-authored-by: Nobuyoshi Nakada <nobu@ruby-lang.org>
* Update to ruby/spec@254c380Benoit Daloze2021-10-201-0/+9
|
* Update to ruby/spec@ccf0d85Benoit Daloze2021-10-051-0/+14
|
* Update to ruby/spec@b1e93a2Benoit Daloze2021-09-071-1/+1
|
* Update to ruby/spec@b65d01fBenoit Daloze2021-07-297-93/+55
|
* Update to ruby/spec@fd6edddBenoit Daloze2021-03-271-0/+5
|
* Fix Enumerable#tally with some arguments pattern [Feature #17744]Kenichi Kamiya2021-03-271-0/+19
| | | | | | | | | | | | | | * Add test cases for Enumerable#tally with hash argument * Add ruby/spec for Enumerable#tally with hash argument * Fix Enumerable#tally does not update given frozen hash * Add test cases for Enumerable#tally with hash convertible arguments * Fix SEGV when Enumerable#tally takes non Hash convertible * FIx cosmetic damage enum.c
* Enumerable#tally with the resulting hash [Feature #17744]Nobuyoshi Nakada2021-03-261-0/+28
|
* Update to ruby/spec@4ce9f41Benoit Daloze2020-12-272-2/+27
|
* Use Integer instead of Fixnum/BignumNobuyoshi Nakada2020-12-213-3/+3
|
* Optimize `Enumerable#grep{_v}`Marc-Andre Lafortune2020-12-152-14/+34
| | | | [Bug #17030]
* Update to ruby/spec@4f59d86Benoit Daloze2020-10-241-29/+5
|
* Update to ruby/spec@032ee74Benoit Daloze2020-05-035-39/+39
|
* Drop support for ruby 2.4 from ruby/specNobuyoshi Nakada2020-04-014-246/+202
|
* Update to ruby/spec@ec84479Benoit Daloze2020-03-281-0/+30
|
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-183-40/+76
| | | | | | 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.
* Update to ruby/spec@28a728bBenoit Daloze2019-10-261-0/+6
|
* Update to ruby/spec@875a09eBenoit Daloze2019-07-2728-113/+157
|
* Update to ruby/spec@cfe908cBenoit Daloze2019-05-311-0/+35
|
* Update to ruby/spec@9a501a8Benoit Daloze2019-05-281-0/+4
|
* Adding Enumerable#filter_mapAlfonso Jiménez2019-05-231-0/+26
| | | | | [Feature #15323] Closes: https://github.com/ruby/ruby/pull/2017
* Update to ruby/spec@15c9619Benoit Daloze2019-04-273-104/+88
|
* Update to ruby/spec@7a16e01eregon2019-02-211-4/+7
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@6cf8ebeeregon2019-02-072-9/+9
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@35a9fbaeregon2019-01-202-4/+62
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66888 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@8b743a3eregon2018-10-273-3/+0
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Enumerable#to_h with block and so onnobu2018-09-201-0/+8
| | | | | | [Feature #15143] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* rid of warnings [Fix GH-1953]nobu2018-09-154-16/+28
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@9be7c7eeregon2018-08-031-0/+7
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64180 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@a454137eregon2018-06-271-1/+0
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@4bc7a2beregon2018-06-135-114/+387
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@6f38a82eregon2018-04-284-115/+65
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@c1b568beregon2018-03-0461-152/+152
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@cbe855ceregon2018-02-271-2/+4
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add a new #filter alias for #selecteregon2018-02-251-0/+7
| | | | | | | | | | | | | | | * In Enumerable, Enumerator::Lazy, Array, Hash and Set [Feature #13784] [ruby-core:82285] * Share specs for the various #select#select! methods and reuse them for #filter/#filter!. * Add corresponding filter tests for select tests. * Update NEWS. [Fix GH-1824] From: Alexander Patrick <adp90@case.edu> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@83063a3eregon2018-01-2912-12/+12
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@595645feregon2017-12-153-1/+32
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Add case equality arity to Enumerable#all?, any?, none? and one?,marcandre2017-12-101-6/+90
| | | | | | | and specialized Array#any? and Hash#any? Based on patch by D.E. Akers [#11286] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61098 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Update to ruby/spec@a6b8805eregon2017-10-284-6/+71
| | | | git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@60525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Move spec/rubyspec to spec/ruby for consistencyeregon2017-09-2066-0/+3320
* 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