aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix error messagenobu2018-12-041-3/+7
* Prefer rb_check_arity when 0 or 1 argumentsnobu2018-12-041-14/+3
* * expand tabs.svn2018-12-031-7/+7
* make `RARRAY_PTR_USE` more conservertive.ko12018-12-031-25/+25
* Use a shared array for the `duparray` instructiontenderlove2018-11-291-1/+1
* * expand tabs.svn2018-11-221-1/+1
* Revert r63030nobu2018-11-221-1/+1
* array.c: avoid (VALUE)--shyouhei2018-11-191-1/+2
* array.c: [DOC] add docs for Array#{filter,filter!}stomar2018-11-041-0/+8
* array.c: [DOC] improve Array#{select,select!,keep_if} docsstomar2018-11-041-12/+12
* introduce USE_TRANSIENT_HEAP to enable/disable theap.ko12018-11-011-6/+14
* * remove trailing spaces, expand tabs.svn2018-10-301-4/+4
* support theap for T_HASH. [Feature #14989]ko12018-10-301-10/+8
* * expand tabs.svn2018-10-301-24/+24
* introduce TransientHeap. [Bug #14858]ko12018-10-301-72/+326
* * expand tabs.svn2018-10-301-47/+47
* revert r65444 and r65446 because of commit missko12018-10-301-337/+83
* * expand tabs.svn2018-10-301-24/+24
* introduce TransientHeap. [Bug #14858]ko12018-10-301-83/+337
* use RARRAY_AREF() instead of RARRAY_CONST_PTR().ko12018-10-301-2/+3
* array.c, file.c, string.c: [DOC] fix typosstomar2018-10-191-2/+2
* array.c: improve docs for Array#differencestomar2018-10-191-8/+8
* array.c: fix rdoc syntaxstomar2018-10-131-3/+3
* revisit `RARRAY_PTR()`.ko12018-10-101-3/+1
* revisit `RARRAY_PTR()`.ko12018-10-101-27/+25
* Fix indent of output in doc [ci skip]kazu2018-10-071-1/+1
* * expand tabs.svn2018-10-051-11/+11
* Add difference method to Arraynobu2018-10-051-0/+60
* Fix sample code [ci skip]kazu2018-09-211-1/+1
* Enumerable#to_h with block and so onnobu2018-09-201-2/+12
* Introduce rb_ary_union_hash method in Arraynobu2018-09-201-19/+15
* Link Array#union from | methodnobu2018-09-201-1/+1
* Introduce rb_ary_union method in Arraynobu2018-09-201-24/+15
* Add union method to Arraynobu2018-09-201-0/+70
* array.c: Optimize rb_ary_and. Patch by Stefan Schüßler. [Fix GH-1938]marcandre2018-09-161-1/+1
* warn unused blocks with Enumerable#all? any? one? none?nobu2018-09-131-0/+3
* rest parameter optimization [Feature #15010]ko12018-08-281-1/+12
* fix sum on infinitynobu2018-07-221-0/+14
* Make block spacing consistentnobu2018-07-111-77/+77
* Fix a typo [ci skip]kazu2018-07-011-1/+1
* [DOC] Add call signature for {Array,Hash}#any?ktsj2018-06-231-0/+1
* array.c: use ruby_sized_free and SIZED_REALLOC_Nnormal2018-05-211-2/+2
* rb_ary_dig, rb_hash_dig: nobody is using them outside.shyouhei2018-05-081-1/+1
* array.c: yield blockarg in collectnobu2018-03-291-1/+1
* Add a new #filter alias for #selecteregon2018-02-251-0/+2
* Improve Array#sample with random documentationnobu2018-02-241-2/+5
* Array#values_at optimizationnobu2018-02-151-1/+35
* vm_insnhelper.c: inline array aref with integerk0kubun2018-02-121-11/+1
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-3/+3
* array.c: remove rb_ary_frozen_p / Array#frozen?normal2018-02-011-16/+0