aboutsummaryrefslogtreecommitdiffstats
path: root/enum.c
Commit message (Expand)AuthorAgeFilesLines
* [DOC] Improve documentation for Enumerable#tallyMarcus Stollsteimer2019-12-221-4/+4
* Added documentation for integer range sums (#1593)Eli Sadoff2019-12-111-0/+4
* Indicate `find_all` and `select` methods are aliases.Corey Farwell2019-12-111-0/+3
* check interrupts at each frame pop timing.Koichi Sasada2019-11-291-3/+0
* Fix memory corruption in Enumerable#reverse_each [ruby-dev:50867] [Bug #16354]Kazuki Tsujimoto2019-11-191-3/+9
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-4/+0
* rb_rescue / rb_rescue2 now free from ANYARGS卜部昌平2019-08-271-2/+4
* #define RB_BLOCK_CALL_FUNC_STRICT 1卜部昌平2019-08-271-2/+2
* Document that Enumerable#sum may not respect redefinition of Range#eachJeremy Evans2019-08-251-1/+1
* Remove redundant each from `sum` example (#2190) [ci skip]OKURA Masafumi2019-08-171-1/+1
* enum.c: Remove unused #includeYusuke Endoh2019-08-071-1/+0
* Predefine some IDsNobuyoshi Nakada2019-08-031-2/+1
* [DOC] Add link to Enumerable#grep from Enumerable#selectKazuhiro NISHIYAMA2019-07-091-1/+1
* squeeze space [ci skip]Kazuhiro NISHIYAMA2019-06-131-1/+1
* add comments to mention sort.reverse!Martin Dürst2019-06-131-0/+4
* Make size on an infinite each_slice enumerator return InfinityJeremy Evans2019-06-021-0/+5
* enum.c (enum_tally): better example in rdocYusuke Endoh2019-05-231-2/+1
* Adding Enumerable#filter_mapAlfonso Jiménez2019-05-231-0/+41
* [DOC] Use '&&' instead of 'and' in boolean expressionMarcus Stollsteimer2019-05-181-9/+9
* Improve doc for Enumerable#include? and member?okuramasafumi2019-05-131-4/+4
* memo.c might not always be initializedUrabe, Shyouhei2019-04-261-0/+4
* [DOC] Add `ifnone` example to `find` documentation [ci skip]nagachika2019-04-121-4/+6
* [DOC] fix markups [ci skip]nobu2019-03-221-26/+25
* enum.c: [DOC] tally does not take a blocknobu2019-02-081-1/+1
* * expand tabs.svn2019-02-071-3/+3
* enum.c: Enumerable#tallynobu2019-02-071-0/+43
* enum.c: hosited out enum_hashifynobu2019-02-071-11/+11
* Prefer rb_check_arity when 0 or 1 argumentsnobu2018-12-061-10/+7
* Build error method name at failurenobu2018-12-051-6/+5
* Adjust indent [ci skip]nobu2018-12-051-9/+9
* Prefer rb_check_arity when 0 or 1 argumentsnobu2018-12-051-7/+3
* make `RARRAY_PTR_USE` more conservertive.ko12018-12-031-1/+0
* introduce TransientHeap. [Bug #14858]ko12018-10-301-2/+4
* * expand tabs.svn2018-10-301-3/+3
* revert r65444 and r65446 because of commit missko12018-10-301-5/+3
* introduce TransientHeap. [Bug #14858]ko12018-10-301-3/+5
* use RARRAY_AREF() instead of RARRAY_CONST_PTR().ko12018-10-291-1/+2
* revisit `RARRAY_PTR()`.ko12018-10-101-10/+14
* Fix a typo [ci skip]kazu2018-09-211-1/+1
* Enumerable#to_h with block and so onnobu2018-09-201-14/+18
* warn unused blocks with Enumerable#all? any? one? none?nobu2018-09-131-0/+11
* UNREACHABLE_RETURNnobu2018-07-241-1/+1
* fix sum on infinitynobu2018-07-221-0/+19
* enum.c: bignum counternobu2018-06-021-10/+40
* enum.c: mitigate overflowsnobu2018-06-021-5/+5
* memo->u3.cnt is long not int [Bug #14805]naruse2018-06-021-1/+1
* Add a new #filter alias for #selecteregon2018-02-251-0/+5
* Fixing some minimal formating on enum.c examplesnobu2018-02-131-11/+11
* INFINITY is float. That of double is HUGE_VAL.shyouhei2018-01-191-1/+1
* internal.h: remove dependecy on ruby/encoding.hnobu2018-01-091-0/+1