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
/
mrblib
/
enum.rb
Age
Commit message (
Expand
)
Author
2018-04-28
Update the patch to not use `funcall` in C; ref #4013
Yukihiro "Matz" Matsumoto
2018-04-28
Fix Enumerable#hash on non 32-bit integer conf.
kimu_shu
2018-03-16
Needed to pass sort block.
Yukihiro "Matz" Matsumoto
2017-07-25
Reimplement sort method to reduce array copying.
Yukihiro "Matz" Matsumoto
2016-02-16
suppress "can't convert Float into Integer" in Enumerable#hash
Yusuke Endoh
2015-10-20
Remove obvious warnings from docs
Seba Gamboa
2015-08-21
enum.rb: refactor code (remove redundant code)
go.kikuta
2015-08-03
better hash value from enumerables; fix #2906
Yukihiro "Matz" Matsumoto
2014-12-25
avoid block_given? in enum.rb to reduce method calls
Yukihiro "Matz" Matsumoto
2014-04-30
use Kernel#__send__ insteard of Kernel#send
ksss
2014-03-19
enum methods to support multiple values; all?, any?, grep, include?, drop, dr...
Yukihiro "Matz" Matsumoto
2014-03-19
Merge pull request #1882 from ksss/enum-find_all
Yukihiro "Matz" Matsumoto
2014-03-17
Enumerable#find_all return Enumerator if non block given
ksss
2014-03-17
Enumrable#each_with_index return Enumerator if non block given
ksss
2014-03-17
Merge branch 'refactor-enumerable.rb' of https://github.com/suzukaze/mruby in...
Yukihiro "Matz" Matsumoto
2014-03-17
Refactor Enumerable#include?
Jun Hiroe
2014-03-17
Refactor Enumerable#any?
Jun Hiroe
2014-03-17
Refactor Enumerable#all?
Jun Hiroe
2014-03-17
add Enumerable#sort_by
Yukihiro "Matz" Matsumoto
2014-03-17
make Enumerable methods to support multiple values; collect, detect, each_wit...
Yukihiro "Matz" Matsumoto
2014-03-17
Enumerable#entries to support multiple values; close #1868
Yukihiro "Matz" Matsumoto
2014-03-14
mruby-enumerator: move definitions in core_mod.rb to mrblib core
Yukihiro "Matz" Matsumoto
2014-01-16
hash value of enumerable should be obtained from its elements; close #1658
Yukihiro "Matz" Matsumoto
2013-03-03
Remove trailing whitespaces. This is just a cosmetic change.
Masaki Muranaka
2012-10-19
wrong check of argument numbers
Yukihiro Matsumoto
2012-10-19
add symbol style to Enumerable#inject
Yukihiro Matsumoto
2012-10-19
Enumerable#inject should handle empty enumerable; http://www.tbn.co.jp/blog/?...
Yukihiro Matsumoto
2012-05-09
clean enum.c
Yukihiro Matsumoto
2012-05-03
Add documentation to Enumerable
Daniel Bovensiepen
2012-04-20
add mruby sources
mimaki