summaryrefslogtreecommitdiff
path: root/array.c
AgeCommit message (Expand)Author
2019-01-15Clarify Array#- and Array#difference documentationnobu
2019-01-09Fix styles [ci skip]nobu
2019-01-08Mark array as "going to be modified" in `Array#reject!`tenderlove
2018-12-23fix marking T_NONE object bug.ko1
2018-12-14rename li_table->ar_table (and related names).ko1
2018-12-05implement Array-specific #all?, #none?, #one?nobu
2018-12-05Prefer rb_check_arity when 0 or 1 argumentsnobu
2018-12-04Fix error messagenobu
2018-12-04Prefer rb_check_arity when 0 or 1 argumentsnobu
2018-12-03* expand tabs.svn
2018-12-03make `RARRAY_PTR_USE` more conservertive.ko1
2018-11-29Use a shared array for the `duparray` instructiontenderlove
2018-11-22* expand tabs.svn
2018-11-22Revert r63030nobu
2018-11-19array.c: avoid (VALUE)--shyouhei
2018-11-04array.c: [DOC] add docs for Array#{filter,filter!}stomar
2018-11-04array.c: [DOC] improve Array#{select,select!,keep_if} docsstomar
2018-11-01introduce USE_TRANSIENT_HEAP to enable/disable theap.ko1
2018-10-30* remove trailing spaces, expand tabs.svn
2018-10-30support theap for T_HASH. [Feature #14989]ko1
2018-10-30* expand tabs.svn
2018-10-30introduce TransientHeap. [Bug #14858]ko1
2018-10-30* expand tabs.svn
2018-10-30revert r65444 and r65446 because of commit missko1
2018-10-30* expand tabs.svn
2018-10-30introduce TransientHeap. [Bug #14858]ko1
2018-10-30use RARRAY_AREF() instead of RARRAY_CONST_PTR().ko1
2018-10-19array.c, file.c, string.c: [DOC] fix typosstomar
2018-10-19array.c: improve docs for Array#differencestomar
2018-10-13array.c: fix rdoc syntaxstomar
2018-10-10revisit `RARRAY_PTR()`.ko1
2018-10-10revisit `RARRAY_PTR()`.ko1
2018-10-07Fix indent of output in doc [ci skip]kazu
2018-10-05* expand tabs.svn
2018-10-05Add difference method to Arraynobu
2018-09-21Fix sample code [ci skip]kazu
2018-09-20Enumerable#to_h with block and so onnobu
2018-09-20Introduce rb_ary_union_hash method in Arraynobu
2018-09-20Link Array#union from | methodnobu
2018-09-20Introduce rb_ary_union method in Arraynobu
2018-09-20Add union method to Arraynobu
2018-09-16array.c: Optimize rb_ary_and. Patch by Stefan Schüßler. [Fix GH-1938]marcandre
2018-09-13warn unused blocks with Enumerable#all? any? one? none?nobu
2018-08-28rest parameter optimization [Feature #15010]ko1
2018-07-22fix sum on infinitynobu
2018-07-11Make block spacing consistentnobu
2018-07-01Fix a typo [ci skip]kazu
2018-06-23[DOC] Add call signature for {Array,Hash}#any?ktsj
2018-05-21array.c: use ruby_sized_free and SIZED_REALLOC_Nnormal
2018-05-08rb_ary_dig, rb_hash_dig: nobody is using them outside.shyouhei