| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-10-14 | Add `Array#intersection` which is new in Ruby2.7. | Yukihiro "Matz" Matsumoto | |
| 2019-10-14 | Fixed a bug in `Array#difference`. | Yukihiro "Matz" Matsumoto | |
| 2019-09-16 | Add `Array#difference` method from Ruby2.6. | Yukihiro "Matz" Matsumoto | |
| 2019-09-01 | `Array#permutation` with a negative argument should not yield | KOBAYASHI Shuji | |
| Before this patch: $ bin/mruby -e '[1].permutation(-1){|v| p v}' #=> [1] After this patch (same as Ruby): $ bin/mruby -e '[1].permutation(-1){|v| p v}' #=> no output | |||
| 2019-08-30 | `Array#(permutation|combination)` without block should return `self` | KOBAYASHI Shuji | |
| 2019-07-25 | Refine `Array#(permutation|combination) test` | KOBAYASHI Shuji | |
| - No guarantees about the order in which the permutations/combinations are yielded. - Drop dependency on `Enumerator`. | |||
| 2019-05-31 | Comment out the empty `Array#bsearch_index` test | KOBAYASHI Shuji | |
| 2018-11-19 | Removed `to_ary` conversion method. | Yukihiro "Matz" Matsumoto | |
| 2018-11-19 | Removed `try_convert` method from Array and Hash. | Yukihiro "Matz" Matsumoto | |
| 2018-09-21 | Implement `Array#union` which is introduced in Ruby2.6. | Yukihiro "Matz" Matsumoto | |
| 2018-09-07 | Clear terminated space | dearblue | |
| 2017-11-17 | implement Array.transpose | Tomasz Dąbrowski | |
| 2017-10-20 | Add `Array#{permutation,combination}. | Yukihiro "Matz" Matsumoto | |
| 2017-07-28 | Added Array#bsearch_index | Christopher Aue | |
| 2017-07-28 | Refactored Array#bsearch | Christopher Aue | |
| 2017-07-28 | Tested Array#bsearch more thoroughly | Christopher Aue | |
| 2017-03-28 | Implement Array#slice! | Kenji Okimoto | |
| 2016-11-16 | Fixed a memory problem in Array#to_h | Yukihiro "Matz" Matsumoto | |
| Reported from Alex Snaps via Mathieu Leduc-Hamel, both from shopify.com. Thank you! | |||
| 2016-03-23 | add #dig tests | Yukihiro "Matz" Matsumoto | |
| 2015-11-24 | add {Array|Hash|String}.try_convert | takahashim | |
| 2015-10-01 | Array#index to take block; fix #2968 close #2970 | Yukihiro "Matz" Matsumoto | |
| 2014-06-02 | Add Array#to_h | Mitsutaka Mimura | |
| 2014-05-25 | no one uses Array.try_convert, so removed it that discourages duck typing; ↵ | Yukihiro "Matz" Matsumoto | |
| close #2317 | |||
| 2014-05-02 | Implement Struct#values_at and Array#values_at . | take_cheeze | |
| Add API `mrb_get_values_at()` to mruby/range.h . | |||
| 2014-04-30 | remove trailing spaces | Nobuyoshi Nakada | |
| 2014-04-27 | Add Array#select_bang | Jun Hiroe | |
| 2014-04-25 | Add Array#keep_if | Jun Hiroe | |
| 2014-04-25 | resolve conflict | Yukihiro "Matz" Matsumoto | |
| 2014-04-24 | Add Array#delete_if | Jun Hiroe | |
| 2014-04-24 | Array#fill fix bug when argument use range object | ksss | |
| 2014-04-24 | Add Array#bsearch | Jun Hiroe | |
| 2014-04-23 | Add Array#insert | Jun Hiroe | |
| 2014-04-21 | Add Array#reject_bang | Jun Hiroe | |
| 2014-04-21 | Add Array#delete_if | Jun Hiroe | |
| 2014-04-18 | Add a block argument with Array#uniq | Jun Hiroe | |
| 2014-04-18 | Add a block argument with Array#uniq_bang | Jun Hiroe | |
| 2014-04-12 | Add Array#uniq_bang test | Jun Hiroe | |
| 2014-04-12 | Refactor array test to use assert_xxx method | Jun Hiroe | |
| 2014-04-12 | Add Array#rotate_bang | Jun Hiroe | |
| 2014-04-11 | Array#rotate | Jun Hiroe | |
| 2014-04-03 | test fails when we don't have Enumerator. | Tomoyuki Sahara | |
| 2014-03-30 | Fix method name | Kazuki Tsujimoto | |
| 2014-03-29 | Add Array#fill | Jun Hiroe | |
| 2014-03-28 | Add Array#fetch | Jun Hiroe | |
| 2014-01-30 | move Array#[] tests from mrbgems to test/t/array.rb | Yukihiro "Matz" Matsumoto | |
| 2014-01-10 | Added rewrite of Array#[] to mruby-array-ext gem, so that arrays can be sliced | Paolo Bosetti | |
| with Ranges (as a[1..-2]) | |||
| 2013-03-22 | add method(uniq, -, |, &, flatten, compact) and test of Array to mruby-array-ext | Kouki Ooyatsu | |
| 2013-03-15 | rename method | skandhas | |
| 2013-03-15 | add mrbgem: mrb-array-ext | skandhas | |
