summaryrefslogtreecommitdiff
path: root/enum.c
AgeCommit message (Expand)Author
2019-04-12[DOC] Add `ifnone` example to `find` documentation [ci skip]nagachika
2019-03-22[DOC] fix markups [ci skip]nobu
2019-02-08enum.c: [DOC] tally does not take a blocknobu
2019-02-07* expand tabs.svn
2019-02-07enum.c: Enumerable#tallynobu
2019-02-07enum.c: hosited out enum_hashifynobu
2018-12-06Prefer rb_check_arity when 0 or 1 argumentsnobu
2018-12-05Build error method name at failurenobu
2018-12-05Adjust indent [ci skip]nobu
2018-12-05Prefer rb_check_arity when 0 or 1 argumentsnobu
2018-12-03make `RARRAY_PTR_USE` more conservertive.ko1
2018-10-30introduce TransientHeap. [Bug #14858]ko1
2018-10-30* expand tabs.svn
2018-10-30revert r65444 and r65446 because of commit missko1
2018-10-30introduce TransientHeap. [Bug #14858]ko1
2018-10-29use RARRAY_AREF() instead of RARRAY_CONST_PTR().ko1
2018-10-10revisit `RARRAY_PTR()`.ko1
2018-09-21Fix a typo [ci skip]kazu
2018-09-20Enumerable#to_h with block and so onnobu
2018-09-13warn unused blocks with Enumerable#all? any? one? none?nobu
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