index
:
ruby.git
master
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_3_3
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
enum.c
Age
Commit message (
Expand
)
Author
2017-02-09
[DOC] Update an obsolete example for slice_before.
akr
2017-01-27
enum.c: write barrier
nobu
2017-01-27
enum.c (rb_nmin_run): adjust indent [ci skip]
nobu
2017-01-27
Enumerable#{min,min_by,max,max_by} [ci skip]
nobu
2017-01-25
[DOC] Add empty example to enum.all? and any?
kazu
2016-12-06
array.c, enum.c: change sum algorithm
mrkn
2016-10-13
unstable sort [ci skip]
nobu
2016-10-06
* enum.c: [DOC] Improve doc [ci-skip]
marcandre
2016-10-06
* enum.c: Add reduce/inject alias note.
hsbt
2016-10-04
* enum.c: Make Enumerable#chunk with no block return
marcandre
2016-09-24
fid typos [ci skip]
nobu
2016-08-20
enum.c (enum_sort): prevent wasteful array duplicaion
mrkn
2016-07-20
enum.c: [DOC] Enumerable#uniq [ci skip]
nobu
2016-07-20
enum.c: Enumerable#uniq
nobu
2016-05-20
exclude non-VALUE in memo from GC
nobu
2016-05-18
enum.c: fix declaration-after-statement
nobu
2016-05-18
Optimize each_sum for hashes
mrkn
2016-05-18
Extract int_range_sum from enum_sum
mrkn
2016-05-17
Optimize enum_sum for a range from int to int
mrkn
2016-05-17
Write document of Enumerable#sum
mrkn
2016-05-17
Implement Enumerable#sum
mrkn
2016-05-17
Use Integer instead of Fixnum and Bignum.
akr
2016-05-05
enum.c: examples of Enumerable#detect [ci skip]
nobu
2016-04-13
* array.c (rb_ary_sum): Array#sum is implemented.
akr
2016-03-23
* enum.c (ary_inject_op): put subtract operation out of if-clause.
mrkn
2016-03-23
* enum.c (ary_inject_op): Use Kahan's compensated summation algorithm
mrkn
2016-03-17
* enum.c (ary_inject_op): Implement the specialized code for sum of
akr
2016-03-17
* array.c, enum.c: make rdoc format consistent.
mame
2016-03-17
* array.c (rb_ary_max, rb_ary_min): implement Array#max and min with
mame
2016-03-17
* array.c (rb_ary_max, rb_ary_min): Array#max and Array#min added.
mame
2016-03-17
* internal.c: struct cmp_opt_data added for refactoring out a data
mame
2016-03-17
* enum.c (ary_inject_op): Extracted from enum_inject.
akr
2016-03-17
* enum.c (enum_inject): Implement the specialized code for sum of
akr
2016-03-15
* enum.c (enum_inject): Consider redefinition of Fixnum#+.
akr
2016-03-15
* enum.c (enum_inject): Implement the specialied code for :+ operator
akr
2016-03-15
* enum.c (enum_inject): Implement the specialized code for self is an
akr
2016-01-29
Rename parameter name
nobu
2016-01-07
* enum.c (enum_min, enum_max): do the same optimization as r53454.
shugo
2016-01-07
* enum.c (enum_minmax): optimize object comparison in
shugo
2015-12-14
* enum.c: fix a typo in documentation.
hsbt
2015-10-04
add a comment.
akr
2015-10-04
* enum.c (nmin_filter): Fix limit value.
akr
2015-09-28
preserve encodings in error messages
nobu
2015-08-11
* enum.c: added doc for Enumerable#zip
hsbt
2015-07-04
* Add test case for empty array and first method with args.
hsbt
2015-07-04
enum.c: remove volatile, use RB_GC_GUARD
normal
2015-07-01
* Add test for Enumerable#none? [fix GH-950] Patch by @yui-knk
hsbt
2015-06-25
enum.c (enum_minmax): simplify return value creation
normal
2015-06-14
* enum.c (enum_chunk_while): New method Enumerable#chunk_while.
akr
2015-06-01
enum.c: [DOC] Fix typo [ci skip][Fix GH-904]
gogotanaka
[next]