| Commit message (Expand) | Author | Age | Files | Lines |
* | merge revision(s) ec8e5f5aa64e2a54cf1e303f2b012c98e8d521ba,5a187e26adc8aa3236... | nagachika | 2019-08-09 | 1 | -0/+1 |
* | merge revision(s) 66756: [Backport #15479] | naruse | 2019-01-17 | 1 | -0/+1 |
* | fix marking T_NONE object bug. | ko1 | 2018-12-23 | 1 | -1/+7 |
* | rename li_table->ar_table (and related names). | ko1 | 2018-12-14 | 1 | -2/+2 |
* | implement Array-specific #all?, #none?, #one? | nobu | 2018-12-05 | 1 | -0/+121 |
* | Prefer rb_check_arity when 0 or 1 arguments | nobu | 2018-12-05 | 1 | -31/+26 |
* | Fix error message | nobu | 2018-12-04 | 1 | -3/+7 |
* | Prefer rb_check_arity when 0 or 1 arguments | nobu | 2018-12-04 | 1 | -14/+3 |
* | * expand tabs. | svn | 2018-12-03 | 1 | -7/+7 |
* | make `RARRAY_PTR_USE` more conservertive. | ko1 | 2018-12-03 | 1 | -25/+25 |
* | Use a shared array for the `duparray` instruction | tenderlove | 2018-11-29 | 1 | -1/+1 |
* | * expand tabs. | svn | 2018-11-22 | 1 | -1/+1 |
* | Revert r63030 | nobu | 2018-11-22 | 1 | -1/+1 |
* | array.c: avoid (VALUE)-- | shyouhei | 2018-11-19 | 1 | -1/+2 |
* | array.c: [DOC] add docs for Array#{filter,filter!} | stomar | 2018-11-04 | 1 | -0/+8 |
* | array.c: [DOC] improve Array#{select,select!,keep_if} docs | stomar | 2018-11-04 | 1 | -12/+12 |
* | introduce USE_TRANSIENT_HEAP to enable/disable theap. | ko1 | 2018-11-01 | 1 | -6/+14 |
* | * remove trailing spaces, expand tabs. | svn | 2018-10-30 | 1 | -4/+4 |
* | support theap for T_HASH. [Feature #14989] | ko1 | 2018-10-30 | 1 | -10/+8 |
* | * expand tabs. | svn | 2018-10-30 | 1 | -24/+24 |
* | introduce TransientHeap. [Bug #14858] | ko1 | 2018-10-30 | 1 | -72/+326 |
* | * expand tabs. | svn | 2018-10-30 | 1 | -47/+47 |
* | revert r65444 and r65446 because of commit miss | ko1 | 2018-10-30 | 1 | -337/+83 |
* | * expand tabs. | svn | 2018-10-30 | 1 | -24/+24 |
* | introduce TransientHeap. [Bug #14858] | ko1 | 2018-10-30 | 1 | -83/+337 |
* | use RARRAY_AREF() instead of RARRAY_CONST_PTR(). | ko1 | 2018-10-30 | 1 | -2/+3 |
* | array.c, file.c, string.c: [DOC] fix typos | stomar | 2018-10-19 | 1 | -2/+2 |
* | array.c: improve docs for Array#difference | stomar | 2018-10-19 | 1 | -8/+8 |
* | array.c: fix rdoc syntax | stomar | 2018-10-13 | 1 | -3/+3 |
* | revisit `RARRAY_PTR()`. | ko1 | 2018-10-10 | 1 | -3/+1 |
* | revisit `RARRAY_PTR()`. | ko1 | 2018-10-10 | 1 | -27/+25 |
* | Fix indent of output in doc [ci skip] | kazu | 2018-10-07 | 1 | -1/+1 |
* | * expand tabs. | svn | 2018-10-05 | 1 | -11/+11 |
* | Add difference method to Array | nobu | 2018-10-05 | 1 | -0/+60 |
* | Fix sample code [ci skip] | kazu | 2018-09-21 | 1 | -1/+1 |
* | Enumerable#to_h with block and so on | nobu | 2018-09-20 | 1 | -2/+12 |
* | Introduce rb_ary_union_hash method in Array | nobu | 2018-09-20 | 1 | -19/+15 |
* | Link Array#union from | method | nobu | 2018-09-20 | 1 | -1/+1 |
* | Introduce rb_ary_union method in Array | nobu | 2018-09-20 | 1 | -24/+15 |
* | Add union method to Array | nobu | 2018-09-20 | 1 | -0/+70 |
* | array.c: Optimize rb_ary_and. Patch by Stefan Schüßler. [Fix GH-1938] | marcandre | 2018-09-16 | 1 | -1/+1 |
* | warn unused blocks with Enumerable#all? any? one? none? | nobu | 2018-09-13 | 1 | -0/+3 |
* | rest parameter optimization [Feature #15010] | ko1 | 2018-08-28 | 1 | -1/+12 |
* | fix sum on infinity | nobu | 2018-07-22 | 1 | -0/+14 |
* | Make block spacing consistent | nobu | 2018-07-11 | 1 | -77/+77 |
* | Fix a typo [ci skip] | kazu | 2018-07-01 | 1 | -1/+1 |
* | [DOC] Add call signature for {Array,Hash}#any? | ktsj | 2018-06-23 | 1 | -0/+1 |
* | array.c: use ruby_sized_free and SIZED_REALLOC_N | normal | 2018-05-21 | 1 | -2/+2 |
* | rb_ary_dig, rb_hash_dig: nobody is using them outside. | shyouhei | 2018-05-08 | 1 | -1/+1 |
* | array.c: yield blockarg in collect | nobu | 2018-03-29 | 1 | -1/+1 |