Age | Commit message (Expand) | Author |
2018-09-21 | Fix a typo [ci skip] | kazu |
2018-09-20 | Enumerable#to_h with block and so on | nobu |
2018-09-13 | warn unused blocks with Enumerable#all? any? one? none? | nobu |
2018-07-24 | UNREACHABLE_RETURN | nobu |
2018-07-22 | fix sum on infinity | nobu |
2018-06-02 | enum.c: bignum counter | nobu |
2018-06-02 | enum.c: mitigate overflows | nobu |
2018-06-02 | memo->u3.cnt is long not int [Bug #14805] | naruse |
2018-02-25 | Add a new #filter alias for #select | eregon |
2018-02-13 | Fixing some minimal formating on enum.c examples | nobu |
2018-01-19 | INFINITY is float. That of double is HUGE_VAL. | shyouhei |
2018-01-09 | internal.h: remove dependecy on ruby/encoding.h | nobu |
2017-12-14 | enum.c: improve docs for Enumerable#{any?,all?,none?,one?} | stomar |
2017-12-12 | Add more example of `Enumerable#one?` [ci skip] | kazu |
2017-12-10 | Add case equality arity to Enumerable#all?, any?, none? and one?, | marcandre |
2017-11-05 | enum.c: check argument first | nobu |
2017-11-05 | Fix size on Enumerable#cycle when the size is 0 [Bug #14082]. | marcandre |
2017-08-11 | enum.c: make constant argument static | nobu |
2017-08-07 | enum.c: optimize for integers | nobu |
2017-08-07 | enum.c: prefer rb_funcallv to rb_funcall | nobu |
2017-08-07 | enum.c: use predefined IDs | nobu |
2017-07-18 | vm_eval.c: rb_lambda_call | nobu |
2017-06-21 | Fix Enumerable#uniq with non single yield arguments | nobu |
2017-06-05 | rename functions and clean parameters. | ko1 |
2017-05-30 | enum.c: check if reentered | nobu |
2017-05-30 | enum.c: rb_check_funcall_default for fallback value | nobu |
2017-05-30 | Improve performance of Enumerable#{sort_by,min_by,max_by,minmax_by} | watson1978 |
2017-05-24 | enum.c: respect method visibility | nobu |
2017-03-19 | vm_args.c: arity check of lambda | nobu |
2017-03-04 | documentation for sort methods | stomar |
2017-03-04 | enum.c: documentation for Enumerable#sort_by | stomar |
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 |