index
:
mruby
master
mruby2-draft
removing-y-tab-c
revert-5391-throw
stable
web_export
Lightweight Ruby
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
mrbgems
/
mruby-enumerator
Age
Commit message (
Expand
)
Author
2021-10-12
Support Ruby3.0 keyword arguments.
Yukihiro "Matz" Matsumoto
2021-09-04
Rename `Kernel#__method__` to `Kernel#__callee__`
KOBAYASHI Shuji
2021-04-24
Skip tests that use `Float` inside; ref #5421
Yukihiro "Matz" Matsumoto
2020-12-15
refactor: remove trailing whitespace from C, Header, Ruby and YAML files
John Bampton
2020-10-12
Reorganize `Integer` system.
Yukihiro "Matz" Matsumoto
2020-10-12
Generate C struct from `irep` instead of binary dump.
Yukihiro "Matz" Matsumoto
2019-09-16
Merge pull request #4255 from shuujii/enumerator-size-is-not-supported
Yukihiro "Matz" Matsumoto
2019-09-14
Replace `loop` method with `while true` loop to gain performance.
Yukihiro "Matz" Matsumoto
2019-09-13
Update `assert_take` for zero size take.
Yukihiro "Matz" Matsumoto
2019-09-13
Add `Enumerator.produce` from Ruby2.7
Yukihiro "Matz" Matsumoto
2019-07-28
Drop dependency from `mruby-enumerator` to `mruby-enum-ext`
KOBAYASHI Shuji
2019-04-21
Commented out `String#scan` because it is not implemented yet
KOBAYASHI Shuji
2019-02-08
Add `NoMethodError` tests to `mruby-enumerator`
KOBAYASHI Shuji
2019-02-08
Update `mruby-enumerator` test to conform the last update.
Yukihiro "Matz" Matsumoto
2019-02-08
Update #4265 patch.
Yukihiro "Matz" Matsumoto
2019-02-08
Fix `Enumerator#(initialize|inspect)` for `nil`/`false`
KOBAYASHI Shuji
2019-01-31
`Enumerator#size` is not supported [ci skip]
KOBAYASHI Shuji
2019-01-30
Remove unneeded `dup` in `Enumerator#initialize`
KOBAYASHI Shuji
2018-12-30
mruby-enumerator: Refine accessors (obj/meth/args/fib).
KOBAYASHI Shuji
2018-11-19
Removed `to_ary` conversion method.
Yukihiro "Matz" Matsumoto
2018-11-19
Remove implicit conversion using `to_int` method.
Yukihiro "Matz" Matsumoto
2018-11-19
Check method existence for Enumerators; fix #3920
Yukihiro "Matz" Matsumoto
2018-03-27
Reimplement `Enumerable#zip` with Enumerator
ksss
2017-11-22
Some cosmetic changes
Yukihiro "Matz" Matsumoto
2017-10-28
Change the order of "expected" and "actual" in test
Yukihiro "Matz" Matsumoto
2017-08-11
Check method existence in `to_enum'; ref #3773
Yukihiro "Matz" Matsumoto
2017-07-30
Improved speed of enumeration methods
Christopher Aue
2017-06-21
Use `alias enum_for to_enum` instead of `alias :enum_for :to_enum`.
Yukihiro "Matz" Matsumoto
2017-03-30
Fix Enumerator#each_with_index with block
Kenji Okimoto
2016-12-01
Support svalue
ksss
2016-12-01
Support nil argument as no argument
ksss
2016-12-01
Support Enumerable methods
ksss
2015-10-22
Merge pull request #2999 from sagmor/better-docs
Yukihiro "Matz" Matsumoto
2015-10-21
Revert "Mark core gems with mrbgem tag"
Seba Gamboa
2015-10-21
loop may return StopIteration#result; [ruby-bugs#11498]
Yukihiro "Matz" Matsumoto
2015-10-20
Remove obvious warnings from docs
Seba Gamboa
2015-10-20
Fix enumerator doc errors
Seba Gamboa
2015-10-20
Mark core gems with mrbgem tag
Seba Gamboa
2014-08-08
move StopIteration to core; close #2518
Yukihiro "Matz" Matsumoto
2014-07-12
Run mrbgem and core tests on minimum dependencies.
take_cheeze
2014-05-13
add dependency information based on #2239; fix #2236, close #2239
Yukihiro "Matz" Matsumoto
2014-05-13
should not use String#<< which is defined in mruby-string-ext; use Array#join...
Yukihiro "Matz" Matsumoto
2014-04-30
remove trailing spaces
Nobuyoshi Nakada
2014-04-06
wrap args by parens
Yukihiro "Matz" Matsumoto
2014-04-06
Add args in Enumerator#inspect
Jun Hiroe
2014-03-30
revert #1974; ref #1979
Yukihiro "Matz" Matsumoto
2014-03-29
Enumerator#initialize support duck-type
ksss
2014-03-29
Fix a typo
Jun Hiroe
2014-03-27
Enumerable#zip to use enumerator if mruby-enumerator gem is available
Yukihiro "Matz" Matsumoto
2014-03-27
use __svalue instead of ary2sv
Yukihiro "Matz" Matsumoto
[next]