| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-03 | Merge pull request #3577 from okkez/fix-return-value-of-each-slice | Yukihiro "Matz" Matsumoto | |
| Change return value of Enumerable#each_slice | |||
| 2017-04-03 | Change return value of Enumerable#each_slice | Kenji Okimoto | |
| More compatibility to CRuby. | |||
| 2017-04-03 | Change return value of Enumberable#each_cons | Kenji Okimoto | |
| More compatibility to CRuby. | |||
| 2016-11-25 | Argument more strictly | ksss | |
| 2016-11-25 | Like a Enumerable#take | ksss | |
| 2016-11-24 | Shouldn't call `each` method if size is 0 | ksss | |
| 2016-11-24 | Support object does'n have `<` method | ksss | |
| 2016-11-11 | Reimplement Enumerable#cycle | ksss | |
| Fix pattern of infinite loop And support all specs in https://github.com/ruby/spec/blob/27960d06e0ce92c37f074450f0eab4b0519b118c/core/enumerable/cycle_spec.rb without Enumerable#size | |||
| 2016-03-30 | mruby-enum-ext: refine minmax | Yukihiro "Matz" Matsumoto | |
| 2015-10-21 | Revert "Mark core gems with mrbgem tag" | Seba Gamboa | |
| This reverts commit 5cdcce8dbddd94ecb9503a0a1d47370c4ef97177. | |||
| 2015-10-20 | Remove obvious warnings from docs | Seba Gamboa | |
| 2015-10-20 | Mark core gems with mrbgem tag | Seba Gamboa | |
| 2015-09-27 | Enumerable#each_{cons,slice} to return enumerators | Yukihiro "Matz" Matsumoto | |
| 2015-08-22 | Use #nil? instead of == nil. | INOUE Yasuyuki | |
| 2014-12-27 | Avoid block_given? in mrbgem:enum.rb to reduce method calls | Jun Hiroe | |
| 2014-06-05 | add nil#to_h; ref #2348 | Yukihiro "Matz" Matsumoto | |
| 2014-06-04 | add Enumerable#to_h; ref #2348 | Yukihiro "Matz" Matsumoto | |
| 2014-04-30 | remove trailing spaces | Nobuyoshi Nakada | |
| 2014-04-06 | should have passed args to to_enum | Yukihiro "Matz" Matsumoto | |
| 2014-03-28 | Add to_enum unless block | Jun Hiroe | |
| 2014-03-27 | Enumerable#cycle to return enumerator | Yukihiro "Matz" Matsumoto | |
| 2014-03-27 | call to_a at the top of Enumerabl#zip; ref #1961 | Yukihiro "Matz" Matsumoto | |
| 2014-03-27 | Support multiple values in Enumerable#zip | Jun Hiroe | |
| 2014-03-27 | Add Enumerable#zip | Jun Hiroe | |
| 2014-03-25 | Enumerable#find_index to support multiple values | Yukihiro "Matz" Matsumoto | |
| 2014-03-25 | Enumerable#find_index | Jun Hiroe | |
| 2014-03-25 | use to_int to integer duck-type check | Yukihiro "Matz" Matsumoto | |
| 2014-03-24 | Fix Enumerable#cycle; ref #1933 | Yukihiro "Matz" Matsumoto | |
| * add multi value support * `each` method may not rewind the sequence so that `cycle` should save elements | |||
| 2014-03-24 | Merge pull request #1933 from suzukaze/add-enum.cycle | Yukihiro "Matz" Matsumoto | |
| Add Enumerable#cycle | |||
| 2014-03-24 | Enumerable#reverse_each should not rely on mruby-array-ext gem | Yukihiro "Matz" Matsumoto | |
| 2014-03-24 | Add Enumerable#cycle | Jun Hiroe | |
| 2014-03-24 | improve Enumerable#reverse_each to be efficient | Yukihiro "Matz" Matsumoto | |
| 2014-03-24 | Add Enumerable#reverse_each | Jun Hiroe | |
| 2014-03-24 | fix multiple value handling; ref #1931 | Yukihiro "Matz" Matsumoto | |
| 2014-03-24 | Enumerable#each_with_object | Jun Hiroe | |
| 2014-03-24 | move conditional out of loop | Yukihiro "Matz" Matsumoto | |
| 2014-03-24 | Enumerable#one? to prune iteration when count > 1; ref #1926 | Yukihiro "Matz" Matsumoto | |
| 2014-03-23 | Add Enumerable#one? | Jun Hiroe | |
| 2014-03-23 | Support multiple values in Enumerable#none? | Jun Hiroe | |
| 2014-03-23 | Add Enumerable#none? | Jun Hiroe | |
| 2014-03-23 | Suppoert multiple values in Enumerable#minmax_by | Jun Hiroe | |
| 2014-03-23 | Enumerable#minmax_by | Jun Hiroe | |
| 2014-03-22 | Support multiple values in Enumerable#minmax | Jun Hiroe | |
| 2014-03-22 | Add Enumerable#minmax | Jun Hiroe | |
| 2014-03-22 | add Enumerable#min_by as well; ref #1912 | Yukihiro "Matz" Matsumoto | |
| 2014-03-22 | wrap expr with paren | Yukihiro "Matz" Matsumoto | |
| 2014-03-22 | fix multiple value support of max_by; ref #1912 | Yukihiro "Matz" Matsumoto | |
| 2014-03-22 | Support mulitple values in Enumerable#max_by | Jun Hiroe | |
| 2014-03-22 | Add Enumerable#max_by | Jun Hiroe | |
| 2014-03-21 | flat_map to support multiple values; ref #1902 | Yukihiro "Matz" Matsumoto | |
