Age | Commit message (Expand) | Author |
---|
2021-09-30 | Enhanced RDoc for Enumerable (#4917) | Burdette Lamar |
2021-09-29 | Enhanced RDoc for Enumerable (#4910) | Burdette Lamar |
2021-09-28 | Enhanced RDoc for Enumerable (#4908) | Burdette Lamar |
2021-09-28 | Enhanced RDoc for Enumerable (#4906) | Burdette Lamar |
2021-09-20 | Enhanced RDoc for Enumerable#inject (#4876) | Burdette Lamar |
2021-09-11 | Using RB_BIGNUM_TYPE_P macro | S-H-GAMELINKS |
2021-09-10 | Enhanced RDoc for Enumerable (#4808) | Burdette Lamar |
2021-07-27 | Extracted repeatedly defined IDs | Nobuyoshi Nakada |
2021-05-10 | Enhanced RDoc for Enumerable (#4479) | Burdette Lamar |
2021-05-08 | Enhanced RDoc for Enumerable (#4473) | Burdette Lamar |
2021-03-27 | Fix Enumerable#tally with some arguments pattern [Feature #17744] | Kenichi Kamiya |
2021-03-26 | Enumerable#tally with the resulting hash [Feature #17744] | Nobuyoshi Nakada |
2021-03-20 | Add write-barrier in tally | Nobuyoshi Nakada |
2021-03-19 | Fix Enumerable#inject with high negative fixnums [Bug #17731] | Marc-Andre Lafortune |
2021-03-16 | Improve Enumerable#tally performance | Nobuyoshi Nakada |
2021-01-04 | RDoc: Enhanced introduction for Enumerable (#4004) | Burdette Lamar |
2021-01-05 | Fix indent [ci skip] | Kazuhiro NISHIYAMA |
2021-01-02 | Add Enumerable#compact and Enumerator::Lazy#compact | zverok |
2020-12-16 | Removed leading spaces [ci skip] | Nobuyoshi Nakada |
2020-12-15 | Optimize `Enumerable#grep{_v}` | Marc-Andre Lafortune |
2020-11-10 | Removed canonicalization for mathn | Nobuyoshi Nakada |
2020-11-10 | Fix links | S-H-GAMELINKS |
2020-10-21 | Don't redefine #rb_intern over and over again | Stefan Stüben |
2020-07-24 | Respect visibility in non-array Enumerable#inject [Bug #13592] | Nobuyoshi Nakada |
2020-06-29 | add spaces [ci skip] | 卜部昌平 |
2020-06-29 | sum_iter: do not goto into a branch | 卜部昌平 |
2020-06-12 | Update example code in Enumerator#chunk documentation [ci skip] | Jeremy Evans |
2020-06-07 | docs: fix typo | szTheory |
2020-05-26 | Fix max, min, minmax documentation (#3131) | Masataka Pocke Kuwabara |
2020-05-11 | Added more NORETURN declarations | Nobuyoshi Nakada |
2019-12-26 | decouple internal.h headers | 卜部昌平 |
2019-12-22 | [DOC] Improve documentation for Enumerable#tally | Marcus Stollsteimer |
2019-12-11 | Added documentation for integer range sums (#1593) | Eli Sadoff |
2019-12-11 | Indicate `find_all` and `select` methods are aliases. | Corey Farwell |
2019-11-29 | check interrupts at each frame pop timing. | Koichi Sasada |
2019-11-19 | Fix memory corruption in Enumerable#reverse_each [ruby-dev:50867] [Bug #16354] | Kazuki Tsujimoto |
2019-11-18 | Deprecate taint/trust and related methods, and make the methods no-ops | Jeremy Evans |
2019-08-27 | rb_rescue / rb_rescue2 now free from ANYARGS | 卜部昌平 |
2019-08-27 | #define RB_BLOCK_CALL_FUNC_STRICT 1 | 卜部昌平 |
2019-08-25 | Document that Enumerable#sum may not respect redefinition of Range#each | Jeremy Evans |
2019-08-17 | Remove redundant each from `sum` example (#2190) [ci skip] | OKURA Masafumi |
2019-08-07 | enum.c: Remove unused #include | Yusuke Endoh |
2019-08-03 | Predefine some IDs | Nobuyoshi Nakada |
2019-07-09 | [DOC] Add link to Enumerable#grep from Enumerable#select | Kazuhiro NISHIYAMA |
2019-06-13 | squeeze space [ci skip] | Kazuhiro NISHIYAMA |
2019-06-13 | add comments to mention sort.reverse! | Martin Dürst |
2019-06-02 | Make size on an infinite each_slice enumerator return Infinity | Jeremy Evans |
2019-05-23 | enum.c (enum_tally): better example in rdoc | Yusuke Endoh |
2019-05-23 | Adding Enumerable#filter_map | Alfonso Jiménez |
2019-05-18 | [DOC] Use '&&' instead of 'and' in boolean expression | Marcus Stollsteimer |