| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-02 | Fixed out of bounds access; fix #3572, ref #3553 | Yukihiro "Matz" Matsumoto | |
| 2017-03-28 | Avoid inline local variable declarations; fix #3554 | Yukihiro "Matz" Matsumoto | |
| 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-11-02 | Update documentation of fetch | Lukas Elmer | |
| The sentence `Negative values of +index+ count from the end of the array.` can be interpreted that it only holds if a block is given. Clarify it. | |||
| 2016-03-23 | add #dig tests | Yukihiro "Matz" Matsumoto | |
| 2016-03-23 | add #dig to Array,Hash and Struct | Yukihiro "Matz" Matsumoto | |
| 2015-11-27 | include changed from by quotes ("") to by brackets (<>); close #3032 | Yukihiro "Matz" Matsumoto | |
| 2015-11-24 | add {Array|Hash|String}.try_convert | takahashim | |
| 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-10-01 | Array#index to take block; fix #2968 close #2970 | Yukihiro "Matz" Matsumoto | |
| 2015-08-22 | Use #nil? instead of == nil. | INOUE Yasuyuki | |
| 2015-06-28 | Rename extended xxxx class or module to xxxx class or module extension | Jun Hiroe | |
| 2015-06-28 | Fix typo; Replace extensional with extended | Jun Hiroe | |
| 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-03 | use proper length for mrb_get_values_at() | Yukihiro "Matz" Matsumoto | |
| separate mrb_range_beg_len() into two: the one truncates range into the sequence size, and the one does not. #values_at uses the latter. | |||
| 2014-05-03 | Merge branch 'values_at' of https://github.com/take-cheeze/mruby into ↵ | Yukihiro "Matz" Matsumoto | |
| take-cheeze-values_at | |||
| 2014-05-03 | Delete unused variable in Array#delete_if | Jun Hiroe | |
| 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-28 | Speed up Array#select! from O(n^2) to O(n). | Utkarsh Kukreti | |
| 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 use `kind_of?` instead of `respond_to?` | ksss | |
| 2014-04-24 | Array#fill fix bug when argument use range object | ksss | |
| 2014-04-24 | Add Array#bsearch | Jun Hiroe | |
| 2014-04-23 | Array#insert: simpler (and faster) implementation; ref #2107 | Yukihiro "Matz" Matsumoto | |
| 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 | Merge branch 'master' of github.com:mruby/mruby | Yukihiro "Matz" Matsumoto | |
| 2014-03-28 | Array#reverse_each should return Enumerator; ref #1968 | Yukihiro "Matz" Matsumoto | |
| 2014-03-28 | Add Array#fetch | Jun Hiroe | |
| 2014-03-24 | improve Enumerable#reverse_each to be efficient | Yukihiro "Matz" Matsumoto | |
| 2014-03-17 | move summary of mrbgems in default gembox to its spec | take_cheeze | |
| 2014-01-30 | move Array#[] tests from mrbgems to test/t/array.rb | Yukihiro "Matz" Matsumoto | |
