summaryrefslogtreecommitdiff
path: root/enum.c
AgeCommit message (Expand)Author
2017-08-11enum.c: make constant argument staticnobu
2017-08-07enum.c: optimize for integersnobu
2017-08-07enum.c: prefer rb_funcallv to rb_funcallnobu
2017-08-07enum.c: use predefined IDsnobu
2017-07-18vm_eval.c: rb_lambda_callnobu
2017-06-21Fix Enumerable#uniq with non single yield argumentsnobu
2017-06-05rename functions and clean parameters.ko1
2017-05-30enum.c: check if reenterednobu
2017-05-30enum.c: rb_check_funcall_default for fallback valuenobu
2017-05-30Improve performance of Enumerable#{sort_by,min_by,max_by,minmax_by}watson1978
2017-05-24enum.c: respect method visibilitynobu
2017-03-19vm_args.c: arity check of lambdanobu
2017-03-04documentation for sort methodsstomar
2017-03-04enum.c: documentation for Enumerable#sort_bystomar
2017-02-09[DOC] Update an obsolete example for slice_before.akr
2017-01-27enum.c: write barriernobu
2017-01-27enum.c (rb_nmin_run): adjust indent [ci skip]nobu
2017-01-27Enumerable#{min,min_by,max,max_by} [ci skip]nobu
2017-01-25[DOC] Add empty example to enum.all? and any?kazu
2016-12-06array.c, enum.c: change sum algorithmmrkn
2016-10-13unstable 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 returnmarcandre
2016-09-24fid typos [ci skip]nobu
2016-08-20enum.c (enum_sort): prevent wasteful array duplicaionmrkn
2016-07-20enum.c: [DOC] Enumerable#uniq [ci skip]nobu
2016-07-20enum.c: Enumerable#uniqnobu
2016-05-20exclude non-VALUE in memo from GCnobu
2016-05-18enum.c: fix declaration-after-statementnobu
2016-05-18Optimize each_sum for hashesmrkn
2016-05-18Extract int_range_sum from enum_summrkn
2016-05-17Optimize enum_sum for a range from int to intmrkn
2016-05-17Write document of Enumerable#summrkn
2016-05-17Implement Enumerable#summrkn
2016-05-17Use Integer instead of Fixnum and Bignum.akr
2016-05-05enum.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 algorithmmrkn
2016-03-17* enum.c (ary_inject_op): Implement the specialized code for sum ofakr
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 withmame
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 datamame
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 ofakr
2016-03-15* enum.c (enum_inject): Consider redefinition of Fixnum#+.akr
2016-03-15* enum.c (enum_inject): Implement the specialied code for :+ operatorakr
2016-03-15* enum.c (enum_inject): Implement the specialized code for self is anakr