| Age | Commit message (Expand) | Author |
| 2012-06-13 | Assert should handle all exceptions. | Masaki Muranaka |
| 2012-06-12 | block_given? should work; close #262 | Yukihiro Matsumoto |
| 2012-06-12 | String#split("") should split per character (byte for now) | Yukihiro Matsumoto |
| 2012-06-12 | s.split(nil) should work like s.split() | Yukihiro Matsumoto |
| 2012-06-12 | should enhance test for Array#slice | Yukihiro Matsumoto |
| 2012-06-12 | minor correction in test/t/syntax.rb | Yukihiro Matsumoto |
| 2012-06-12 | String#split now understands string sep | Yukihiro Matsumoto |
| 2012-06-11 | Add test for slice of shared string. | Masamitsu MURASE |
| 2012-06-05 | stop introducing Math::TORELANCE | Yukihiro Matsumoto |
| 2012-06-04 | Merge pull request #245 from pbosetti/tests | Yukihiro "Matz" Matsumoto |
| 2012-06-04 | Added Math.sqrt() that was missing in math.c, and added relevant test case | Paolo Bosetti |
| 2012-06-05 | Add Time tests | Daniel Bovensiepen |
| 2012-06-03 | Merge pull request #239 from thecodeshop/jf/mrb_open | Yukihiro "Matz" Matsumoto |
| 2012-06-03 | Add more superclass tests | Daniel Bovensiepen |
| 2012-06-03 | Add superclass tests for Exceptions | Daniel Bovensiepen |
| 2012-06-03 | Add BasicObject Tests | Daniel Bovensiepen |
| 2012-06-03 | Improve Class#superclass to ISO | Daniel Bovensiepen |
| 2012-06-03 | Check mrb_open return value for NULL | Jon |
| 2012-06-03 | A rescue clause with no parameter list rescues only StandardErrors | Kazuki Tsujimoto |
| 2012-06-03 | resolve conflict in test/t/class.rb | Yukihiro Matsumoto |
| 2012-06-03 | Add Class#superclass; a patch made by @bovi; close #234 | Yukihiro Matsumoto |
| 2012-06-03 | Add first test case for Class#new and prepare further feature tests for it | Daniel Bovensiepen |
| 2012-06-02 | Add test cases for Hash | Daniel Bovensiepen |
| 2012-06-02 | Add string test for string interpolation | Daniel Bovensiepen |
| 2012-06-02 | Merge pull request #221 from bovi/test-for-issue211 | Yukihiro "Matz" Matsumoto |
| 2012-06-02 | Add Test Case for issue #211 | Daniel Bovensiepen |
| 2012-06-02 | Add Test Case for issue #210 | Daniel Bovensiepen |
| 2012-05-31 | reimplement String#chomp | Yukihiro Matsumoto |
| 2012-05-31 | remove #new from immediate classes | Yukihiro Matsumoto |
| 2012-05-30 | remove debug print | Yukihiro Matsumoto |
| 2012-05-30 | specify allocating array size for Hash#values | Yukihiro Matsumoto |
| 2012-05-29 | Add literal tests for currently working String literals and make notice about... | Daniel Bovensiepen |
| 2012-05-29 | SEGV by adding a new assert | Daniel Bovensiepen |
| 2012-05-29 | Raise SEGV by using String literal | Daniel Bovensiepen |
| 2012-05-29 | Forgot Literals file | Daniel Bovensiepen |
| 2012-05-29 | Add Test cases for Literals, Enumeration, Exceptions and clean line endings | Daniel Bovensiepen |
| 2012-05-28 | should compile mrbtest if libmruby.a is modifie | Yukihiro Matsumoto |
| 2012-05-27 | add Enumerable tests and identify data corruption with merge in Hash | Daniel Bovensiepen |
| 2012-05-25 | Add Tests for all Exception classes, for false, true, Proc, Module, nil and O... | Daniel Bovensiepen |
| 2012-05-23 | Merge pull request #189 from bovi/add-kernel-tests | Yukihiro "Matz" Matsumoto |
| 2012-05-24 | Add ISO Test Cases for Kernel | Daniel Bovensiepen |
| 2012-05-23 | Clean and DRY up the basic Makefiles | Jon |
| 2012-05-23 | test t/*.rb spacing fix | Yukihiro Matsumoto |
| 2012-05-22 | Merge pull request #180 from mitchblank/master | Yukihiro "Matz" Matsumoto |
| 2012-05-22 | Add native and cross compiling CMake build support | Jon |
| 2012-05-22 | change example code to do mrb_close() | Mitchell Blank Jr |
| 2012-05-21 | print description on exceptions | Yukihiro Matsumoto |
| 2012-05-20 | Fix Hash#shift return value from Hash to Array | Daniel Bovensiepen |
| 2012-05-19 | Complete ISO test cases for Hash, Range, String and Symbol | Daniel Bovensiepen |
| 2012-05-19 | Finish all Float ISO Tests | Daniel Bovensiepen |