| Age | Commit message (Expand) | Author |
| 2019-07-19 | array.c: factor out `assert(RB_TYPE_P(ary, T_ARRAY))` to a function | Yusuke Endoh |
| 2019-07-19 | Use FL_TEST_RAW() to check flags. | Koichi Sasada |
| 2019-07-19 | * expand tabs. | git |
| 2019-07-19 | fix shared array terminology. | Koichi Sasada |
| 2019-07-15 | introduce RUBY_ASSERT_ALWAYS(expr). | Koichi Sasada |
| 2019-07-02 | Implement Array#minmax | Jeremy Evans |
| 2019-06-24 | array.c: Wrong heap size given to ruby_sized_xfree when freeing shared roots | Luke Gruber |
| 2019-06-23 | array.c add back shared array optimization to ary_ensure_room_for_unshift | Luke Gruber |
| 2019-06-23 | array.c: always check frozenness in Array#unshift. Fixes [Bug #15952] | Luke Gruber |
| 2019-06-23 | Fix issue with Array#rindex when rb_equal modifies receiver array | Luke Gruber |
| 2019-06-13 | add comments to mention sort.reverse! | Martin Dürst |
| 2019-05-21 | do not use RARRAY_SET() directly in array.c. | Koichi Sasada |
| 2019-04-27 | Improve documentation of Array.try_convert | Benoit Daloze |
| 2019-04-22 | Merge branch 'patch-5' of https://github.com/sos4nt/ruby into trunk | Kazuhiro NISHIYAMA |
| 2019-04-18 | io.c: warn non-nil $, | nobu |
| 2019-04-17 | Introduce pattern matching [EXPERIMENTAL] | ktsj |
| 2019-04-10 | Adjusted styles | nobu |
| 2019-04-10 | Reverting all commits from r67479 to r67496 because of CI failures | kazu |
| 2019-04-10 | Adjusted styles | nobu |
| 2019-03-31 | Fix a typo [ci skip] | kazu |
| 2019-03-21 | array.c: [DOC] remove unnecessary markups [ci skip] | nobu |
| 2019-02-18 | Fix return value name in docs for Array#union | Stefan Schüßler |
| 2019-01-15 | Clarify Array#- and Array#difference documentation | nobu |
| 2019-01-09 | Fix styles [ci skip] | nobu |
| 2019-01-08 | Mark array as "going to be modified" in `Array#reject!` | tenderlove |
| 2018-12-23 | fix marking T_NONE object bug. | ko1 |
| 2018-12-14 | rename li_table->ar_table (and related names). | ko1 |
| 2018-12-05 | implement Array-specific #all?, #none?, #one? | nobu |
| 2018-12-05 | Prefer rb_check_arity when 0 or 1 arguments | nobu |
| 2018-12-04 | Fix error message | nobu |
| 2018-12-04 | Prefer rb_check_arity when 0 or 1 arguments | nobu |
| 2018-12-03 | * expand tabs. | svn |
| 2018-12-03 | make `RARRAY_PTR_USE` more conservertive. | ko1 |
| 2018-11-29 | Use a shared array for the `duparray` instruction | tenderlove |
| 2018-11-22 | * expand tabs. | svn |
| 2018-11-22 | Revert r63030 | nobu |
| 2018-11-19 | array.c: avoid (VALUE)-- | shyouhei |
| 2018-11-04 | array.c: [DOC] add docs for Array#{filter,filter!} | stomar |
| 2018-11-04 | array.c: [DOC] improve Array#{select,select!,keep_if} docs | stomar |
| 2018-11-01 | introduce USE_TRANSIENT_HEAP to enable/disable theap. | ko1 |
| 2018-10-30 | * remove trailing spaces, expand tabs. | svn |
| 2018-10-30 | support theap for T_HASH. [Feature #14989] | ko1 |
| 2018-10-30 | * expand tabs. | svn |
| 2018-10-30 | introduce TransientHeap. [Bug #14858] | ko1 |
| 2018-10-30 | * expand tabs. | svn |
| 2018-10-30 | revert r65444 and r65446 because of commit miss | ko1 |
| 2018-10-30 | * expand tabs. | svn |
| 2018-10-30 | introduce TransientHeap. [Bug #14858] | ko1 |
| 2018-10-30 | use RARRAY_AREF() instead of RARRAY_CONST_PTR(). | ko1 |
| 2018-10-19 | array.c, file.c, string.c: [DOC] fix typos | stomar |