| Commit message (Expand) | Author | Age | Files | Lines |
* | Undef Enumerator::Chain#{feed,next,next_values,peek,peek_values} | Jeremy Evans | 2021-03-06 | 1 | -0/+5 |
* | Make Enumerator#{+,chain} create lazy chain if any included enumerator is lazy | Jeremy Evans | 2021-03-06 | 1 | -5/+16 |
* | Fix calling enumerator methods such as with_index on Enumerator::Chain | Jeremy Evans | 2021-03-06 | 1 | -16/+14 |
* | Replace `Kernel.#open` with `URI.open` in doc | Masataka Pocke Kuwabara | 2021-01-08 | 1 | -2/+2 |
* | Add Enumerable#compact and Enumerator::Lazy#compact | zverok | 2021-01-02 | 1 | -0/+25 |
* | Enumerator.new: raise unless block given | 卜部昌平 | 2020-12-22 | 1 | -43/+23 |
* | Document usage of ArithmeticSequence in Array#slice, and add to NEWS (#3952) | Victor Shepelev | 2020-12-21 | 1 | -0/+3 |
* | Fix ArithmeticSequence#last and ArithmeticSequence#each for non-integer seque... | Kenta Murata | 2020-12-09 | 1 | -8/+91 |
* | Removed more unnecessary ID caches | Nobuyoshi Nakada | 2020-10-21 | 1 | -53/+54 |
* | Feature #16812: Allow slicing arrays with ArithmeticSequence (#3241) | Kenta Murata | 2020-10-21 | 1 | -4/+40 |
* | RARRAY_AREF: convert into an inline function | 卜部昌平 | 2020-08-15 | 1 | -1/+2 |
* | Improved Enumerable::Lazy#zip | Nobuyoshi Nakada | 2020-07-23 | 1 | -42/+33 |
* | Improved Enumerable::Lazy#flat_map | Nobuyoshi Nakada | 2020-07-23 | 1 | -42/+40 |
* | New functions to pass more elements than passed | Nobuyoshi Nakada | 2020-07-23 | 1 | -4/+26 |
* | Update Enumerable::Yielder#to_proc document (#3142) | Masataka Pocke Kuwabara | 2020-05-26 | 1 | -1/+1 |
* | Fix non-existent method reference in Enumerator.produce document (#3141) | Masataka Pocke Kuwabara | 2020-05-26 | 1 | -1/+1 |
* | sed -i 's|ruby/impl|ruby/internal|' | 卜部昌平 | 2020-05-11 | 1 | -1/+1 |
* | sed -i s|ruby/3|ruby/impl|g | 卜部昌平 | 2020-05-11 | 1 | -1/+1 |
* | Added more NORETURN declarations | Nobuyoshi Nakada | 2020-05-11 | 1 | -3/+7 |
* | Improve documentation for Enumerator#next, next_values, peek and peek_values. | Marc-Andre Lafortune | 2020-05-05 | 1 | -7/+15 |
* | [ci skip] Enumerator doc cleanup | gerero20 | 2020-04-11 | 1 | -3/+3 |
* | Suppress C4244 "possible loss of data" warnings | Nobuyoshi Nakada | 2020-04-08 | 1 | -1/+1 |
* | Merge pull request #2991 from shyouhei/ruby.h | 卜部昌平 | 2020-04-08 | 1 | -1/+1 |
* | Removed duplicated code | Nobuyoshi Nakada | 2020-02-09 | 1 | -30/+1 |
* | Fully separate positional arguments and keyword arguments | Jeremy Evans | 2020-01-02 | 1 | -8/+6 |
* | decouple internal.h headers | 卜部昌平 | 2019-12-26 | 1 | -3/+11 |
* | [DOC] Improve docs for Enumerator.produce, Enumerator.new | Marcus Stollsteimer | 2019-12-24 | 1 | -14/+12 |
* | Fix typos of previous docs PR | zverok | 2019-12-23 | 1 | -1/+1 |
* | Some fixes in Enumerator::Lazy docs | Marcus Stollsteimer | 2019-12-22 | 1 | -23/+24 |
* | Added rb_warn_deprecated | Nobuyoshi Nakada | 2019-12-19 | 1 | -1/+1 |
* | Fix Enumerator::Lazy#with_index | Jeremy Evans | 2019-12-11 | 1 | -65/+56 |
* | Make Enumerator::Chain#each treat lambdas as lambda | Jeremy Evans | 2019-12-03 | 1 | -8/+1 |
* | Deprecate taint/trust and related methods, and make the methods no-ops | Jeremy Evans | 2019-11-18 | 1 | -3/+0 |
* | Right size the Enumerator internal lazy_use_super_method hash | Lourens Naudé | 2019-10-29 | 1 | -1/+1 |
* | Improve Enumerator.produce docs | zverok | 2019-10-27 | 1 | -0/+15 |
* | Documentation improvements for Ruby core | zverok | 2019-10-26 | 1 | -1/+7 |
* | Add rb_enumeratorize_with_size_kw and related macros | Jeremy Evans | 2019-09-30 | 1 | -7/+19 |
* | Fix more keyword separation issues | Jeremy Evans | 2019-09-26 | 1 | -2/+2 |
* | Fix keyword argument separation issues in Enumerator::Generator#each | Jeremy Evans | 2019-09-26 | 1 | -1/+1 |
* | Handle keyword argument separation for Enumerator#size | Jeremy Evans | 2019-09-20 | 1 | -1/+1 |
* | Consolidate empty keyword handling | Jeremy Evans | 2019-09-13 | 1 | -8/+2 |
* | Document and test Enumerator.produce | Akinori MUSHA | 2019-09-12 | 1 | -0/+22 |
* | Implement Enumerator.produce [Feature #14781] | Akinori MUSHA | 2019-09-12 | 1 | -1/+156 |
* | Fix keyword argument separation warnings for enumerators | Jeremy Evans | 2019-09-06 | 1 | -9/+21 |
* | Describe #eager in the Enumerator::Lazy section | Akinori MUSHA | 2019-09-04 | 1 | -6/+25 |
* | Implement Enumerator::Lazy#eager [Feature #15901] | Akinori MUSHA | 2019-09-04 | 1 | -0/+21 |
* | Fix Enumerator::Lazy#{to_enum,enum_for} where method is defined in Lazy | Jeremy Evans | 2019-09-03 | 1 | -1/+68 |
* | Make Enumerator::Lazy#with_index be lazy | Jeremy Evans | 2019-09-03 | 1 | -0/+66 |
* | Revert "Make Enumerator::Lazy#with_index be lazy" | Jeremy Evans | 2019-09-01 | 1 | -66/+0 |
* | Make Enumerator::Lazy#with_index be lazy | Jeremy Evans | 2019-09-01 | 1 | -0/+66 |