aboutsummaryrefslogtreecommitdiffstats
path: root/array.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* array.c: rb_check_to_arraynobu2018-01-271-0/+6
* don't abuse RSTRING_PTR (2nd try)shyouhei2018-01-191-6/+3
* svn merge -c -61947 .shyouhei2018-01-191-3/+5
* don't abuse RSTRING_PTRshyouhei2018-01-191-5/+3
* INFINITY is float. That of double is HUGE_VAL.shyouhei2018-01-191-1/+1
* [DOC] Add `Array#{append,prepend}` to call-seq [ci skip]kazu2018-01-181-0/+2
* internal.h: remove dependecy on ruby/encoding.hnobu2018-01-091-1/+2
* fix memory leak (FOUND BY A COMPILER WARNING)shyouhei2018-01-021-1/+1
* Improve Array#- efficiency [Fixes GH-1756]nobu2017-12-191-1/+1
* Add case equality arity to Enumerable#all?, any?, none? and one?,marcandre2017-12-101-3/+9
* common conversion functionsnobu2017-10-261-2/+3
* Fix `shadowing outer local variable` warning [ci skip]kazu2017-10-251-12/+12
* vm_insnhelper.c: array aref optimizationnobu2017-10-221-12/+20
* hash.c: use rb_hash_new_with_size()glass2017-09-301-5/+6
* array.c: improve operations on small arraysnobu2017-09-291-2/+52
* improve grammar in documentation of Array#bsearch [ci skip]duerst2017-09-271-6/+6
* array.c: refine binomial_coefficientnobu2017-08-301-4/+11
* array.c: refine descending_factorialnobu2017-08-301-4/+10
* array.c: integer calculationsnobu2017-08-301-10/+7
* array.c: use rb_check_array_typenobu2017-08-291-1/+1
* array.c: nested encodingnobu2017-08-291-0/+1
* array.c: join encodingnobu2017-08-291-5/+4
* Fix warning: shadowing outer local variable - akazu2017-07-151-6/+6
* array.c: more predefined IDsnormal2017-06-291-4/+5
* array.c: [DOC] Make it clear that #<< modifies receiverk0kubun2017-06-121-1/+4
* array.c: docs for Array#{sort,sort!}stomar2017-06-031-4/+4
* Improve performance of implicit type conversionwatson19782017-05-311-3/+3
* Improve Array#concat performance if only one argument is givenwatson19782017-05-261-1/+4
* Improve performance of rb_equal()watson19782017-05-251-32/+7
* Improve performance in where push the element into non shared Array objectwatson19782017-05-241-1/+4
* Add debug counters.ko12017-05-241-0/+5
* array.c: fix position in messagenobu2017-05-121-1/+6
* array.c: check position to insertnobu2017-05-121-1/+1
* refactor torexp to use routine in array.cshyouhei2017-04-201-2/+8
* array.c: improve performance of Array#sort with blockmrkn2017-04-131-1/+4
* array.c: Improve performance of Array#sort with float elementsmrkn2017-04-131-0/+3
* array.c: report correct memsize for shared root arraysrhe2017-04-131-1/+1