| Age | Commit message (Expand) | Author |
| 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 |
| 2013-02-17 | String#gsub fix with last character | Daniel Bovensiepen |
| 2013-02-12 | Added String#sub/sub! and String#gsub/gsub! | Yuichiro MASUI |
| 2013-02-09 | "for i in (1..12/5); p i ; end" should not print "3" | Yukihiro Matz Matsumoto |
| 2013-01-22 | Refine pretty printing | Jon |
| 2013-01-21 | Beautify the output of rake | Daniel Bovensiepen |
| 2013-01-20 | Improved build scripts and config files | Yuichiro MASUI |
| 2013-01-18 | fixed wrong loop termination introduced by 79d38c4 | Yukihiro Matz Matsumoto |
| 2013-01-16 | check if array expands in each block | Yukihiro Matz Matsumoto |
| 2013-01-16 | check if array shrinks in each block | Yukihiro Matz Matsumoto |
| 2013-01-03 | Rebuild CRuby based building script without Makefile | Yuichiro MASUI |
| 2012-12-19 | small refactoring for Array#each | Yukihiro Matz Matsumoto |