| Commit message (Expand) | Author | Age | Files | Lines |
* | Try to fix RDoc markup for Enumerator | Benoit Daloze | 2022-12-26 | 1 | -12/+13 |
* | Make Enumerartor.product return nil when called with a block | Akinori MUSHA | 2022-12-21 | 1 | -2/+9 |
* | Make product consistently yield an array of N elements instead of N arguments | Akinori MUSHA | 2022-12-21 | 1 | -2/+2 |
* | Use "Fiber storage variables" consistently | Benoit Daloze | 2022-12-20 | 1 | -8/+8 |
* | Improve documentation for fiber-scoped variables | Benoit Daloze | 2022-12-20 | 1 | -7/+38 |
* | Never use the storage of another Fiber, that violates the whole design | Benoit Daloze | 2022-12-20 | 1 | -2/+1 |
* | Reject keyword arguments given to Enumerator::Product.new | Akinori MUSHA | 2022-12-16 | 1 | -10/+23 |
* | Introduce `Fiber#storage` for inheritable fiber-scoped variables. (#6612) | Samuel Williams | 2022-12-01 | 1 | -1/+2 |
* | `remain` no longer starts with 0 | Nobuyoshi Nakada | 2022-11-25 | 1 | -7/+2 |
* | [Bug #18971] Add precheck to enumerator | Nobuyoshi Nakada | 2022-11-25 | 1 | -13/+36 |
* | Using UNDEF_P macro | S-H-GAMELINKS | 2022-11-16 | 1 | -17/+17 |
* | Fix Array#[] with ArithmeticSequence with negative steps (#5739) | Jeremy Evans | 2022-08-11 | 1 | -0/+7 |
* | Adjust styles [ci skip] | Nobuyoshi Nakada | 2022-08-06 | 1 | -8/+16 |
* | Implement Enumerator::Product and Enumerator.product [Feature #18685] | Akinori MUSHA | 2022-07-30 | 1 | -1/+353 |
* | Expand tabs [ci skip] | Takashi Kokubun | 2022-07-21 | 1 | -221/+221 |
* | Introduce `RBIMPL_NONNULL_ARG` macro | Nobuyoshi Nakada | 2021-09-27 | 1 | -5/+3 |
* | Comparing nonnull argument to NULL is useless | Nobuyoshi Nakada | 2021-09-23 | 1 | -0/+2 |
* | Using RB_FLOAT_TYPE_P macro | S-H-GAMELINKS | 2021-09-12 | 1 | -1/+1 |
* | Replace RBOOL macro | S-H-GAMELINKS | 2021-09-05 | 1 | -1/+1 |
* | Adjust styles [ci skip] | Nobuyoshi Nakada | 2021-06-17 | 1 | -2/+4 |
* | Fix lazy enumerator with index size | Jeremy Evans | 2021-05-27 | 1 | -1/+6 |
* | Fix documentation for Enumerator::Lazy#with_index | Jeremy Evans | 2021-04-09 | 1 | -1/+2 |
* | 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 |