index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
array.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve Array#concat performance if only one argument is given
watson1978
2017-05-26
1
-1
/
+4
*
Improve performance of rb_equal()
watson1978
2017-05-25
1
-32
/
+7
*
Improve performance in where push the element into non shared Array object
watson1978
2017-05-24
1
-1
/
+4
*
Add debug counters.
ko1
2017-05-24
1
-0
/
+5
*
array.c: fix position in message
nobu
2017-05-12
1
-1
/
+6
*
array.c: check position to insert
nobu
2017-05-12
1
-1
/
+1
*
refactor torexp to use routine in array.c
shyouhei
2017-04-20
1
-2
/
+8
*
array.c: improve performance of Array#sort with block
mrkn
2017-04-13
1
-1
/
+4
*
array.c: Improve performance of Array#sort with float elements
mrkn
2017-04-13
1
-0
/
+3
*
array.c: report correct memsize for shared root arrays
rhe
2017-04-13
1
-1
/
+1
*
array.c: Array#append and Array#prepend
nobu
2017-04-01
1
-0
/
+2
*
docs for creating arrays
stomar
2017-03-20
1
-1
/
+2
*
documentation for sort methods
stomar
2017-03-04
1
-7
/
+8
*
array.c: check if numeric
nobu
2017-02-18
1
-3
/
+6
*
array.c: finish_exact_sum
nobu
2017-02-18
1
-22
/
+19
*
array.c (ary_recycle_hash): use rb_gc_force_recycle
normal
2017-02-13
1
-2
/
+2
*
array.c: improve Array#sample
nobu
2017-01-20
1
-0
/
+38
*
mention behavior of Array#join for nested arrays [ci skip]
normal
2017-01-14
1
-2
/
+7
*
array.c: do not resize to less than 0
rhe
2016-12-20
1
-3
/
+5
*
array.c: check array length every time after yielding
rhe
2016-12-20
1
-2
/
+2
*
array.c, enum.c: change sum algorithm
mrkn
2016-12-06
1
-5
/
+11
*
Update documentation of fetch
a_matsuda
2016-11-08
1
-2
/
+3
*
[DOC] add explanation for Array#sum
akr
2016-11-05
1
-1
/
+2
*
unstable sort [ci skip]
nobu
2016-10-13
1
-0
/
+8
*
replace Fixnum with Integer in rdoc [ci skip]
nobu
2016-10-09
1
-1
/
+1
*
* internal.h (ST2FIX): new macro to convert st_index_t to Fixnum.
usa
2016-10-04
1
-1
/
+1
*
array.c: update Array#dig doc
nobu
2016-10-04
1
-1
/
+1
*
fid typos [ci skip]
nobu
2016-09-24
1
-2
/
+2
*
* array.c (flatten): use rb_obj_class instead of rb_class_of
ktsj
2016-09-08
1
-1
/
+1
*
replace fixnum by integer in documents.
akr
2016-09-08
1
-1
/
+1
*
multiple arguments
nobu
2016-08-27
1
-10
/
+37
*
array.c: elements in self
nobu
2016-08-22
1
-4
/
+7
*
array.c: no temporary array
nobu
2016-08-21
1
-20
/
+18
*
hash.c: rb_hash_add_new_element
nobu
2016-07-20
1
-6
/
+2
*
* array.c (rb_ary_fill): suppress warnings: 'item' may be used
naruse
2016-05-23
1
-4
/
+2
*
* array.c (rb_ary_entry): extract rb_ary_elt to organize if-conditions
naruse
2016-05-15
1
-2
/
+9
*
Fix rb_ary_sum for mathn
mrkn
2016-05-01
1
-4
/
+18
*
[DOC] Arrah#sum with non-numeric objects.
akr
2016-04-22
1
-1
/
+13
*
* array.c (rb_ary_sum): [DOC] fix typos.
ktsj
2016-04-17
1
-2
/
+2
*
* array.c (rb_ary_sum): Don't yield same element twice.
akr
2016-04-15
1
-0
/
+4
*
* array.c (rb_ary_sum): Fix SEGV by [1/2r, 1].sum.
akr
2016-04-15
1
-18
/
+14
*
rename rb_rational_add -> rb_rational_plus
mrkn
2016-04-15
1
-1
/
+1
*
array.c (rb_ary_sum): use rb_rational_add directly
mrkn
2016-04-15
1
-1
/
+1
*
array.c: sum for Rational and Float mixed arrays
mrkn
2016-04-15
1
-0
/
+18
*
[DOC]
akr
2016-04-14
1
-1
/
+5
*
* array.c (rb_ary_sum): Support the optional argument, init, and block.
akr
2016-04-14
1
-15
/
+32
*
[DOC]
akr
2016-04-14
1
-3
/
+4
*
* array.c (rb_ary_sum): Array#sum is implemented.
akr
2016-04-13
1
-0
/
+87
*
* array.c, enum.c: make rdoc format consistent.
mame
2016-03-17
1
-4
/
+4
*
* array.c (rb_ary_max, rb_ary_min): implement Array#max and min with
mame
2016-03-17
1
-2
/
+2
[next]