summaryrefslogtreecommitdiff
path: root/enum.c
AgeCommit message (Expand)Author
2018-07-24UNREACHABLE_RETURNnobu
2018-07-22fix sum on infinitynobu
2018-06-02enum.c: bignum counternobu
2018-06-02enum.c: mitigate overflowsnobu
2018-06-02memo->u3.cnt is long not int [Bug #14805]naruse
2018-02-25Add a new #filter alias for #selecteregon
2018-02-13Fixing some minimal formating on enum.c examplesnobu
2018-01-19INFINITY is float. That of double is HUGE_VAL.shyouhei
2018-01-09internal.h: remove dependecy on ruby/encoding.hnobu
2017-12-14enum.c: improve docs for Enumerable#{any?,all?,none?,one?}stomar
2017-12-12Add more example of `Enumerable#one?` [ci skip]kazu
2017-12-10Add case equality arity to Enumerable#all?, any?, none? and one?,marcandre
2017-11-05enum.c: check argument firstnobu
2017-11-05Fix size on Enumerable#cycle when the size is 0 [Bug #14082].marcandre
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