| Age | Commit message (Expand) | Author |
| 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-18 | Merge pull request #1880 from ksss/enum-each_with_index | Yukihiro "Matz" Matsumoto |
| 2014-03-18 | rescue StopIteration only. | Tomoyuki Sahara |
| 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-15 | modify core method that return Enumerator object if not block given | ksss |
| 2014-03-14 | mruby-enumerator: move definitions in core_mod.rb to mrblib core | Yukihiro "Matz" Matsumoto |
| 2014-03-04 | Fix Float#divmod. | Tomoyuki Sahara |
| 2014-02-08 | made mrb_define_class to return existing class, with heavy refactoring | Yukihiro "Matz" Matsumoto |
| 2014-02-07 | move version info from gems to core; ref #576 #1684 | Yukihiro "Matz" Matsumoto |
| 2014-02-05 | add RUBY_VERSION to notify syntax compatible version | Yukihiro "Matz" Matsumoto |
| 2014-01-16 | hash value of enumerable should be obtained from its elements; close #1658 | Yukihiro "Matz" Matsumoto |
| 2014-01-09 | Merge pull request #1654 from iij/pr-not-match-operator | Yukihiro "Matz" Matsumoto |
| 2014-01-10 | add operator "!~". | Tomoyuki Sahara |
| 2014-01-10 | fix ISO reference number of String#=~. | Tomoyuki Sahara |
| 2014-01-07 | remove superfluous includes | cremno |
| 2013-12-24 | string type check based on #to_str to encourage duck typing; #1616 | Yukihiro "Matz" Matsumoto |
| 2013-12-24 | verify the argument of String#=~ | h2so5 |
| 2013-10-23 | modify upto/downto for compatibility | Yukihiro "Matz" Matsumoto |
| 2013-10-22 | move some methods to make floats and integers compatible [mruby special] | Yukihiro "Matz" Matsumoto |
| 2013-10-22 | implement some Numeric methods in Ruby | Yukihiro "Matz" Matsumoto |
| 2013-10-21 | implement Integer#succ in Ruby | Yukihiro "Matz" Matsumoto |
| 2013-08-15 | remove Ruby defined Class#new | Yukihiro "Matz" Matsumoto |
| 2013-08-15 | implement Class.new in C again | Yukihiro "Matz" Matsumoto |
| 2013-08-13 | Fix inerited to inherited | Carson McDonald |
| 2013-08-13 | define Class#new in ruby to call #initialize | Yukihiro "Matz" Matsumoto |
| 2013-07-23 | String `=~` and `match` to work with pluggable Regexp; close #1398 | Yukihiro "Matz" Matsumoto |
| 2013-07-21 | Changed the attr methods in mrblib, so that they take advantage of validating... | Ryan Scott |
| 2013-07-19 | Wrote tests around attr, attr_reader, attr_writer, attr_accessor | Ryan Scott |
| 2013-05-08 | Move comments from hash.c to hash.rb. | Masaki Muranaka |
| 2013-04-09 | Add NotImplementedError for Kernel.` and Kernel#` | h2so5 |
| 2013-04-05 | sort mrblib/*.rb files to compile (class.rb comes before error.rb); close #11... | Yukihiro "Matz" Matsumoto |
| 2013-04-04 | Add `NameError#name`. Fix `NameError.new` and `NameError.initialize`. Enable ... | Masaki Muranaka |
| 2013-03-31 | Move Integer.{floor,ceil,round,truncate} to mrblib/. For maintainability. | Masaki Muranaka |
| 2013-03-27 | resolve conflict from #964 | Yukihiro Matz Matsumoto |
| 2013-03-24 | Remove __printstr__ | mattn |
| 2013-03-08 | Change unsigned char to uint8_t | Yuichiro MASUI |
| 2013-03-08 | New mrb format. The detail is in https://github.com/mruby/mruby/issues/944 | Yuichiro MASUI |
| 2013-03-03 | Remove trailing whitespaces. This is just a cosmetic change. | Masaki Muranaka |
| 2013-03-01 | Move mrblib for Struct | mattn |
| 2013-02-23 | Support to build on pwd != mruby source root | Yuichiro MASUI |
| 2013-02-18 | adopt String#gsub to fixed split behavior | Yukihiro Matz Matsumoto |